AnvilSetStorageAtParams
AnvilSetStorageAtParams:
object
Params for anvil_setStorageAt handler
Type declaration
address
readonlyaddress:Address
The address to set the storage for
position
readonlyposition:Hex|BigInt
The position in storage to set
value
readonlyvalue:Hex|BigInt
The value to set
Source
packages/actions/src/anvil/AnvilParams.ts:133