Crate evm_rpc_client
Library to interact with the EVM RPC canister from a canister running on the Internet Computer.
The alloy feature flag allows using Alloy types in requests and responses.
See the Rust documentation for more details.
Example
Fetching the latest transaction count for a given address using the eth_getTransactionCount JSON-RPC method.
use ;
use BlockNumberOrTag;
use EvmRpcClient;
use RpcResult;