agglayer-evm-client 0.9.0

agglayer-evm-client contains the client use to communicate with EVM rpc.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod alloy_rpc;
mod get_block_hash;
mod get_block_number;
#[cfg(feature = "testutils")]
mod mock_rpc;

pub use alloy_rpc::AlloyRpc;
pub use get_block_hash::GetBlockHash;
pub use get_block_number::GetBlockNumber;
#[cfg(feature = "testutils")]
pub use mock_rpc::MockRpc;