evm-rpc-canister
evm-rpc-canister copied to clipboard
refactor: Move `InstallArgs` and `Provider` to the `evm_rpc_types` crate
- Move the candid type
InstallArgsto theevm_rpc_typescrate. - Move the candid type
Providerto theevm_rpc_typescrate. - Prepare the
evm_rpc_typescrate for releasing.