internet-computer-protocol / evm-rpc-canister

Interact with EVM blockchains from the Internet Computer.
https://internetcomputer.org/docs/current/developer-docs/multi-chain/ethereum/evm-rpc/overview
Apache License 2.0
63 stars 13 forks source link

refactor: move `GetTransactionCountArgs` and `SendRawTransactionStatus` to `evm_rpc_types` #270

Closed gregorydemay closed 1 month ago

gregorydemay commented 1 month ago

Follow-up on #257 to move the types GetTransactionCountArgs and SendRawTransactionStatus to the evm_rpc_types crate, so that the public API of eth_get_transaction_count and eth_send_raw_transaction, respectively, only uses types from that crate.