Expand description
Overrides for the eth_call
rpc method
Modules§
- spoof
- Provides types and methods for constructing an
eth_call
state override set
Structs§
- Caller
- Holds the inputs to the
eth_call
rpc method along with the rpc provider. This type is constructed byCallBuilder::new
. - Map
- An implementer of
RawCall
that maps a functionf
over the output of the inner future.
Enums§
- Call
Builder - A builder which implements
RawCall
methods for overridingeth_call
parameters.
Traits§
- RawCall
- Provides methods for overriding parameters to the
eth_call
rpc method