Call Proof
OpCallAccount
class OpCallAccount(Container):
accountProof : List [bytes_1024, 256] # Patricia Merkle proof
address : Address # the address of the account
code : Union [ # the code of the contract
Boolean, # flag indicating whether code is provided (false = no code, true = code follows)
Bytes[4194304]] # the contract bytecode (max 4MB)
storageProof : List [OpStorageProof, 4096] # the storage proofs for requested storage keysOpCallProof
Last updated