| Title | RPC-Method to get Merkle Proofs - eth_getProof |
| Author | Simon Jentzsch, Christoph Jentzsch |
| Status | Draft |
| Created | 2918-06-24 |
| Description | http://eips.ethereum.org/EIPS/eip-1186 |
| Specification | http://eips.ethereum.org/EIPS/eip-1186#Specification |
| Category | Interface |
eth_getBalance, eth_getTransactionCount, eth_getStorageAt,eth_getCode), but it is impossible to read the data needed for a MerkleProof through the standard RPC-Interface. (There are implementations using leveldb and accessing the data via filesystems, but this can not be used for production systems since it requires the client to be stopped first - See https://github.com/zmitton/eth-proof)