Japanese version: /ja/doc/rpc/call-estimate-send.html
Call, Estimate, Send
TL;DR
eth_call/eth_estimateGashave callObject constraints.eth_estimateGasreturns minimum successfulgas, notgas_used.eth_sendRawTransactiondelegates to canister submit API.
Methods
eth_call->rpc_eth_call_objecteth_estimateGas->rpc_eth_estimate_gas_objecteth_sendRawTransaction->rpc_eth_send_raw_transaction
callObject Constraints
- Supported keys:
to/from/gas/gasPrice/value/data/nonce/maxFeePerGas/maxPriorityFeePerGas/chainId/type/accessList type=0x0/0x2only- Fee parameter combinations must follow validation rules
Send Operation
- Always monitor receipt
statusafter submit success
Sources
tools/rpc-gateway/README.mdtools/rpc-gateway/src/handlers.tscrates/ic-evm-rpc/src/lib.rs