chainlib-eth

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

eth-decode.head.groff (589B)


      1 .TH eth-decode 1
      2 
      3 .SH NAME
      4 eth-decode \- Decode a transaction in wire-format to human readable form
      5 
      6 .SH SYNOPSIS
      7 \fBeth-decode\fI [ -i \fIchain_spec\fP ] encoded_tx
      8 
      9 .SH DESCRIPTION
     10 .P
     11 This tool deserializes a wire-format transaction and outputs its fields in human-readable form. It does not require a node to operate, and does not apply transaction state.
     12 .P
     13 The transaction wire-format is an ordered concatenation of transaction values, which in turn is serialized using the Recurive Length Prefix (RLP) format. \fBeth-decode\fP accepts the RLP-encoded transaction as a hex string.
     14 .P