@sentio/sdk
    Preparing search index...

    Interface FuelBaseProcessor<T>

    interface FuelBaseProcessor<T> {
        blockHandlers: BlockHandler[];
        config: T;
        receiptHandlers?: ReceiptHandler[];
        txHandlers: CallHandler<Data_FuelTransaction>[];
        configure(): Promise<void>;
    }

    Type Parameters

    • T

    Implemented by

    Index

    Properties

    blockHandlers: BlockHandler[]
    config: T
    receiptHandlers?: ReceiptHandler[]

    Methods