chainlib-eth

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

eth-gas.head.groff (755B)


      1 .TH eth-gas 1
      2 .SH NAME
      3 eth-gas - Create EVM gas token transaction
      4 .SH SYNOPSIS
      5 .P
      6 \fBeth-gas\fP -a RECIPIENT -y KEYFILE [ -p \fIrpc_provider ] [ -s ] [ -u ] AMOUNT
      7 .P
      8 \fBeth-gas\fP -a RECIPIENT -y KEYFILE [ --fee-price PRICE ] [ --fee-limit LIMIT ] [ --nonce NONCE ] [ -s ] [ -u ] AMOUNT
      9 .SH DESCRIPTION
     10 \fBeth-gas\fP generates serialized gas token transactions in various output formats.
     11 
     12 If an \fIrpc_provider\fP is available, the valuess \fIfee_price\fP and \fInonce\fP will be automatically retrieved if they are not explicitly specified. If missing values cannot be retrieved, an error will occur.
     13 
     14 Providing all arguments enables fully offline creation of the transaction.
     15 
     16 See \fBEXAMPLES\fP for more details on inputs and outputs.
     17 
     18 
     19 .SS OPTIONS