eth_getBalance: Eth getBalance

Description Usage Arguments Value

View source: R/ethRPCFunctions.R

Description

Returns the balance of the account of given address.

Usage

1
eth_getBalance(address, block_number, rpc_address = "http://localhost:8545")

Arguments

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.

Value

hex value of the current balance in wei.


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