Skip to content
New issue

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

Support for eth_call #288

Open
gregorydemay opened this issue Sep 23, 2024 · 0 comments · May be fixed by #308
Open

Support for eth_call #288

gregorydemay opened this issue Sep 23, 2024 · 0 comments · May be fixed by #308
Assignees

Comments

@gregorydemay
Copy link
Collaborator

gregorydemay commented Sep 23, 2024

Add a Candid convenience method, e.g. like eth_getBlockByNumber, for eth_call.

  1. Ethereum JSON RPC Specification
  2. Candid interface
    eth_call : (RpcServices, opt RpcConfig, EthCallArgs) -> (MultiEthCallResult);
    
  3. Example request
@gregorydemay gregorydemay self-assigned this Oct 14, 2024
@gregorydemay gregorydemay linked a pull request Oct 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant