Description Usage Arguments Value
View source: R/ethRPCFunctions.R
Returns the value from a storage position at a given address.
1 2 | eth_getStorageAt(address, position_number, block_number,
rpc_address = "http://localhost:8545")
|
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. |
the value at this storage position.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.