Skip to content

EthGetStorageAtParams

EthGetStorageAtParams: object

Based on the JSON-RPC request for eth_getStorageAt procedure

Type declaration

address

readonly address: Address

blockTag?

optional readonly blockTag: BlockParam

position

readonly position: Hex

Source

packages/actions/src/eth/EthParams.ts:150