Skip to content

AnvilSetStorageAtParams

AnvilSetStorageAtParams: object

Params for anvil_setStorageAt handler

Type declaration

address

address: Address

The address to set the storage for

position

position: Hex | BigInt

The position in storage to set

value

value: Hex | BigInt

The value to set

Source

params/AnvilParams.ts:133