@sentio/sdk
    Preparing search index...

    Interface TraceHandlerConfig

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

    Properties

    fetchConfig: undefined | EthFetchConfig
    handlerId: number
    handlerName: string
    signature: string