chainlib-eth

Ethereum implementation of the chainlib interface
Info | Log | Files | Refs | README | LICENSE

eth-balance.head.groff (333B)


      1 .TH eth-balance 1
      2 
      3 .SH NAME
      4 eth-balance \- Get network gas token balance for an address
      5 
      6 .SH SYNOPSIS
      7 \fBeth-balance\fP [ -p \fIrpc_provider\fP ] \fIaddress\fP
      8 
      9 .SH DESCRIPTION
     10 .P
     11 Query the network for the gas token balance of an account.
     12 .P
     13 The balance will be returned as an integer value denominated in the gas unit.
     14 
     15 
     16 .SS OPTION