StateOverrides
Utilities & types for working with State Overrides.
Functions
| Name | Description |
|---|---|
StateOverrides.fromRpc | Converts an StateOverrides.Rpc to an StateOverrides.StateOverrides. |
StateOverrides.toRpc | Converts an StateOverrides.StateOverrides to an StateOverrides.Rpc. |
Types
| Name | Description |
|---|---|
StateOverrides.AccountOverrides | Details of an account to be overridden. |
StateOverrides.AccountStorage | Key-value mapping to override all slots in the account storage before executing the call. |
StateOverrides.Rpc | RPC state overrides. |
StateOverrides.RpcAccountOverrides | RPC account overrides. |
StateOverrides.StateOverrides | State override set to specify state to be ephemerally overridden prior to executing a call. |

