AnvilSetStorageAtParams: object
Params for anvil_setStorageAt
handler
Type declaration
address
readonly
address: Address
The address to set the storage for
position
readonly
position: Hex
| BigInt
The position in storage to set
value
readonly
value: Hex
| BigInt
The value to set
Defined in
packages/actions/src/anvil/AnvilParams.ts:122