chainlib-eth

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

eth-raw.head.groff (986B)


      1 .TH eth-raw 1
      2 
      3 .SH NAME
      4 eth-raw \- Create and send a jsonrpc transaction from signed rlp transaction
      5 
      6 .SH SYNOPSIS
      7 .P
      8 \fBeth-raw\fP [ --deploy ] \fItransaction_data\fP
      9 .P
     10 \fBeth-raw\fP [ -p \fIrpc_provider\fP ] [ --deploy ] -s \fItransaction_data\fP
     11 
     12 
     13 .SH DESCRIPTION
     14 .P
     15 Creates a jsonrpc object from serialized data.
     16 .P
     17 If \fB-y\fP is defined, and \fB--mode\fP is not set, or set to "tx", a \fIeth_sendRawTransaction\fP object will be created.
     18 .P
     19 Otherwise, an \fIeth_call\fP object will be created. The recipient of the call will be the contract specified with \fB-e\fP. If \fB-y\fP has been set, the sender of the query will be the address corresponding to the key file.
     20 .P
     21 If the \fB-s\fP option is added, the jsonrpc object will be sent to the rpc provider. \fBNote\fP If the jsonrpc object is a transaction, this may incur real costs.
     22 .P
     23 See the \fBEXAMPLES\fP section for details on how to use \fBeth-raw\fP with the outputs from \fBeth-gas\fP and \fBeth-encode\fP
     24 
     25 
     26 .SS OPTIONS