alloy-provider 2.0.1

Interface with an Ethereum blockchain
Documentation
mod eth_call;
pub use eth_call::{Caller, EthCall, EthCallMany, EthCallManyParams, EthCallParams};

mod get_block;
#[cfg(feature = "pubsub")]
pub use get_block::SubFullBlocks;
pub use get_block::{EthGetBlock, EthGetBlockParams, WatchBlocks, WatchHeaders};

mod prov_call;
pub use prov_call::{BoxedFut, ProviderCall};

mod root;
pub use root::{builder, RootProvider};

mod sendable;
pub use sendable::{SendableTx, SendableTxErr};

mod r#trait;
pub use r#trait::{FilterPollerBuilder, Provider};

mod wallet;
pub use wallet::WalletProvider;

mod with_block;
pub use with_block::{ParamsWithBlock, RpcWithBlock};

mod multicall;
pub use multicall::*;

mod erased;
pub use erased::DynProvider;

#[cfg(feature = "pubsub")]
mod subscription;
#[cfg(feature = "pubsub")]
pub use subscription::GetSubscription;

mod web3_signer;
pub use web3_signer::Web3Signer;