eth_getProof
Returns the account and storage values of the specified account including the Merkle-proof.
Params
(3)1. account (required)
string
2. keys (required)
array[string]
3. block_number (required)
Quantity
(any of)
integer
>= 0
Result
(MonadEthGetProofResult)balance
integer>= 0
code_hash
stringnonce
integer>= 0
storage_hash
stringaccount_proof
array[string]storage_proof
array[StorageProof]key
stringvalue
stringproof
array[string]