Returns the account and storage values of the specified account including the Merkle-proof.
Parameters
string
required
The address of the account (20 bytes).
array
required
Array of storage-keys which should be proofed and included.
string
required
Integer block number, or the string “latest”, “earliest” or “pending”.
Returns
object
The proof object containing account and storage proofs.
Error Handling
This method is useful for verifying account states and storage values using Merkle proofs without trusting the provider.