chainlib-eth

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

eth-encode.head.groff (759B)


      1 .TH eth-encode 1
      2 
      3 .SH NAME
      4 eth-encode \- Encode arbitrary contract calls and transactions
      5 
      6 .SH SYNOPSIS
      7 \fBeth-encode\fP [ --mode \fImode\fP ] [ -f \fIformat\fP ] [ -p \fIrpc_provider\fP ] [ -i \fIchain_Spec\fP] [ -s ] [ -w ] [ -e \fIsmart_contract_address\fP ] --signature \fIcontract_method_name\fP [ \fIvalue_specifiers\fP ... ]
      8 
      9 .SH DESCRIPTION
     10 
     11 Generate wire-format or rpc query any EVM smart contract call or transaction by specifying method and arguments.
     12 
     13 The resulting call or transaction can either be stored offline for later use, or directly sent to the network using the \fB-s\fP option.
     14 
     15 A description of value formatting is given in the \fBSPECIFYING VALUES\fP section below. Usage is demonstrated in the \fBEXAMPLES\fP section.
     16 
     17 .SS OPTIONS