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 };
}

Properties

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