@sentio/sdk
    Preparing search index...

    Type Alias LogHandlerConfig

    LogHandlerConfig: Message<"processor.LogHandlerConfig"> & {
        fetchConfig?: EthFetchConfig;
        filters: LogFilter[];
        handlerId: number;
        handlerName: string;
    }

    Type Declaration

    • OptionalfetchConfig?: EthFetchConfig

      from field: processor.EthFetchConfig fetch_config = 3;

    • filters: LogFilter[]

      from field: repeated processor.LogFilter filters = 1;

    • handlerId: number

      from field: int32 handler_id = 2;

    • handlerName: string

      from field: string handler_name = 4;

    from message processor.LogHandlerConfig