Module ethers_providers::call_raw
source · Expand description
Overrides for the eth_call
rpc method
Re-exports
pub use spoof::balance;
pub use spoof::code;
pub use spoof::nonce;
pub use spoof::state;
pub use spoof::storage;
Modules
Provides types and methods for constructing an
eth_call
state override setStructs
Holds the inputs to the
eth_call
rpc method along with the rpc provider.
This type is constructed by CallBuilder::new
.Enums
A builder which implements
RawCall
methods for overriding eth_call
parameters.Traits
Provides methods for overriding parameters to the
eth_call
rpc method