Build a Complex Transaction
The Flow CLI provides a command to decode a transaction from RLP in a file. It uses same transaction format as get command
Example Usage
Arguments
Filename
- Name:
<file_name>
- Valid Input: file name.
The first argument is the filename containing the transaction RLP.
Flags
Include Fields
- Flag:
--include
- Valid inputs:
code
,payload
,signatures
Specify fields to include in the result output. Applies only to the text output.
Output
- Flag:
--output
- Short Flag:
-o
- Valid inputs:
json
,inline
Specify the format of the command results.
Save
- Flag:
--save
- Short Flag:
-s
- Valid inputs: a path in the current filesystem.
Specify the filename where you want the result to be saved
Version Check
- Flag:
--skip-version-check
- Default:
false
Skip version check during start up to speed up process for slow connections.