Logs Proof
EthLogsTx
class EthLogsTx(Container):
transaction : Bytes[1073741824] # the raw transaction payload
transactionIndex : Uint32 # the index of the transaction in the block
proof : List [bytes_1024, 256] # the Merkle Patricia Proof of the transaction receipt ending in the receipt rootEthLogsBlock
EthReceiptDataLog
Last updated