GetBalance
Implements eth_getBalance.
Params
(2)1. address (required)
string
The address of the account or contract.
2. blockNumberOrHash (required)
The number/hash of the block.
Result
(balance)integer
The balance of the account.
Implements eth_getBalance.
The address of the account or contract.
The number/hash of the block.
The balance of the account.