We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eth_getProof
This endpoint returns the Merkle proof for a given account and optionally some storage keys
This endpoint should interact with the StateProvider to get the proof. For this, a new method is needed in the Merkle Patricia Tree implementation.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the feature
This endpoint returns the Merkle proof for a given account and optionally some storage keys
Additional context
This endpoint should interact with the StateProvider to get the proof. For this, a new method is needed in the Merkle Patricia Tree implementation.
The text was updated successfully, but these errors were encountered: