Interface TransactionHandlerConfig

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

Properties

fetchConfig: undefined | EthFetchConfig
handlerId: number