Description Usage Arguments Value
View source: R/ethRPCFunctions.R
Returns the balance of the account of given address.
1 | eth_getBalance(address, block_number, rpc_address = "http://localhost:8545")
|
address |
20 Bytes - address to check for balance. |
block_number |
hex value of block number, or the string "latest", "earliest" or "pending". |
rpc_address |
The address of the RPC API. |
hex value of the current balance in wei.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.