eth_getStorageAt: Eth getStorageAt

Description Usage Arguments Value

View source: R/ethRPCFunctions.R

Description

Returns the value from a storage position at a given address.

Usage

1
2
eth_getStorageAt(address, position_number, block_number,
  rpc_address = "http://localhost:8545")

Arguments

address

20 Bytes - address of the storage.

position_number

hex value of the position in the storage.

block_number

hex value of block number, or the string "latest", "earliest" or "pending".

rpc_address

The address of the RPC API.

Value

the value at this storage position.


BSDStudios/ethr documentation built on May 5, 2019, 10:26 a.m.