Type Alias EthFetchConfig
EthFetchConfig: Message<"processor.EthFetchConfig"> & {
block: boolean;
trace: boolean;
transaction: boolean;
transactionReceipt: boolean;
transactionReceiptLogs: boolean;
}
Type Declaration
block: boolean
trace: boolean
transaction: boolean
transactionReceipt: boolean
transactionReceiptLogs: boolean
Generated
from field: bool block = 3;