Difference between revisions of "Rlpdump"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 
* https://github.com/ethereum/go-ethereum/tree/master/cmd/rlpdump
 
* https://github.com/ethereum/go-ethereum/tree/master/cmd/rlpdump
 +
 +
<pre>
 +
rlpdump --help
 +
Usage: rlpdump [-noascii] [-hex <data>][-reverse] [filename]
 +
  -hex string
 +
    dump given hex data
 +
  -noascii
 +
    don't print ASCII strings readably
 +
  -pos
 +
    display element byte posititions
 +
  -reverse
 +
    convert ASCII to rlp
 +
  -single
 +
    print only the first element, discard the rest
 +
 +
Dumps RLP data from the given file in readable form.
 +
If the filename is omitted, data is read from stdin.
 +
</pre>
  
  

Revision as of 16:10, 16 August 2024

rlpdump --help
Usage: rlpdump [-noascii] [-hex <data>][-reverse] [filename]
  -hex string
    	dump given hex data
  -noascii
    	don't print ASCII strings readably
  -pos
    	display element byte posititions
  -reverse
    	convert ASCII to rlp
  -single
    	print only the first element, discard the rest

Dumps RLP data from the given file in readable form.
If the filename is omitted, data is read from stdin.


See also

Advertising: