Interface EthFetchConfig

interface EthFetchConfig {
    block: boolean;
    trace: boolean;
    transaction: boolean;
    transactionReceipt: boolean;
    transactionReceiptLogs: boolean;
}

Properties

block: boolean
trace: boolean
transaction: boolean
transactionReceipt: boolean
transactionReceiptLogs: boolean