@sentio/sdk
    Preparing search index...

    Interface Data_EthTrace

    interface Data_EthTrace {
        block?: { [key: string]: any };
        timestamp: undefined | Date;
        trace: undefined | { [key: string]: any };
        transaction?: { [key: string]: any };
        transactionReceipt?: { [key: string]: any };
    }
    Index

    Properties

    block?: { [key: string]: any }
    timestamp: undefined | Date
    trace: undefined | { [key: string]: any }
    transaction?: { [key: string]: any }
    transactionReceipt?: { [key: string]: any }