@sentio/sdk
    Preparing search index...

    Type Alias TransactionHandlerConfig

    TransactionHandlerConfig: Message<"processor.TransactionHandlerConfig"> & {
        fetchConfig?: EthFetchConfig;
        handlerId: number;
        handlerName: string;
    }

    Type Declaration

    • OptionalfetchConfig?: EthFetchConfig

      from field: processor.EthFetchConfig fetch_config = 3;

    • handlerId: number

      from field: int32 handler_id = 1;

    • handlerName: string

      from field: string handler_name = 4;

    from message processor.TransactionHandlerConfig