Transaction Proof
OpTransactionProof
class OpTransactionProof(Container):
tx_proof : List [bytes_1024, 64] # the Merkle Patricia Proof of the transaction (empty for preconf blocks since full execution payload is available)
transactionIndex : Uint32 # the index of the transaction in the block
block_proof : Union [ # proof for the right block hash
OpPreconf] # preconfirmation proof (sequencer-signed execution payload)Last updated