@sentio/sdk
    Preparing search index...

    Interface TransactionHandlerConfig

    interface TransactionHandlerConfig {
        fetchConfig: undefined | EthFetchConfig;
        handlerId: number;
        handlerName: string;
    }
    Index

    Properties

    fetchConfig: undefined | EthFetchConfig
    handlerId: number
    handlerName: string