Interface Data_EthLog

interface Data_EthLog {
    block?: { [key: string]: any };
    log: undefined | { [key: string]: any };
    timestamp: undefined | Date;
    transaction?: { [key: string]: any };
    transactionReceipt?: { [key: string]: any };
}

Properties

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