Returns the account and storage values for a given address along with the Merkle proof needed to verify the data against the state root.
eth_getProof:params[0]: The 20-byte address to check for balance, nonce, and storage.params[1]: Array of 32-byte storage keys (hex) to be included in the proof.params[2]: Block number or tag (“latest”, “earliest”, “pending”, “safe”, “finalized”).