Interface FuelBaseProcessor<T>

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

Type Parameters

  • T

Implemented by

Properties

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

Methods

MMNEPVFCICPMFPCPTTAAATR