Account Proof
OpStorageProof
class OpStorageProof(Container):
key : Bytes32 # the key to be proven
proof : List [bytes_1024, 1024] # Patricia merkle proofOpAccountProof
Last updated
class OpStorageProof(Container):
key : Bytes32 # the key to be proven
proof : List [bytes_1024, 1024] # Patricia merkle proofLast updated
class OpAccountProof(Container):
accountProof : List [bytes_1024, 256] # Patricia Merkle proof
address : Address # the address of the account
storageProof : List [OpStorageProof, 256] # the storage proofs of the selected storage keys
block_proof : Union [ # proof for the block header
OpPreconf] # preconfirmation proof (sequencer-signed execution payload)