chainlib-eth

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

eth-count.head.groff (331B)


      1 .TH eth-count 1
      2 
      3 .SH NAME
      4 eth-count \- Get transaction count for an address
      5 
      6 .SH SYNOPSIS
      7 \fBeth-count\fP [ -p \fIrpc_provider\fP ] \fIaddress\fP
      8 
      9 
     10 .SH DESCRIPTION
     11 .P
     12 Query the network for the number of transactions known for an account. The result can be used as the \fInonce\fP value for a consecutive transaction.
     13 
     14 
     15 .SS OPTIONS