Skip to content

bx tx decode

evoskuil edited this page Oct 20, 2014 · 13 revisions

Decode a Base16 transaction.

$ bx tx-decode --help
Usage: bx tx-decode [-h] [--config VALUE] [--format VALUE] [TRANSACTION] 

Info: Decode a Base16 transaction.                                       

Options (named):

-c [--config]        The path to the configuration settings file.        
-f [--format]        The output format. Options are 'info', 'json' and   
                     'xml', defaults to 'info'.                          
-h [--help]          Get a description and instructions for this command.

Arguments (positional):

TRANSACTION          The Base16 transaction. If not specified the        
                     transaction is read from STDIN.

Example 1

$ 

BX Menu

Clone this wiki locally