Returns the account and storage values of the specified account including the Merkle-proof.
Parameters
The address of the account (20 bytes).
Array of storage-keys which should be proofed and included.
Integer block number, or the string “latest”, “earliest” or “pending”.
Returns
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.