@sentio/sdk
    Preparing search index...

    Interface EthFetchConfig

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

    Properties

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