Module ethers_providers::call_raw::spoof
source · Expand description
Provides types and methods for constructing an eth_call
state override set
Structs
The state elements to override for a particular account.
A wrapper type that holds a complete state override set.
Enums
Wraps a map from storage slot to the overriden value.
Functions
Returns a state override set with a single element setting the balance of the address.
Returns a state override set with a single element setting the code at the address.
Returns a state override set with a single element setting the nonce of the address.
Returns an empty state override set.
Returns a state override set with a single element setting the storage at the given address
and key.