eth_getStorageAt
Last updated
Last updated
Returns the balance of the account of given address.
This method will use 20
.
DATA
, 20 Bytes - address of the storage.
QUANTITY
- integer of the position in the storage.
QUANTITY|TAG
- integer block number, or the string "latest"
, "earliest"
or "pending"
, see the
String
- Hex value representing data at this storage position.