eth_getProof
Returns the account and storage values of the specified account including the Merkle-proof.
Params
(3)1. account (required)
string<hex>
2. block_number (required)
Quantity
(any of)
string<hex>
3. keys (required)
array[string<hex>]
Result
(MonadEthGetProofResult)account_proof
array[integer]balance
integercode_hash
integernonce
integer>= 0
storage_hash
integerstorage_proof
array[StorageProof]key
string<hex>proof
array[string<hex>]value
string<hex>