You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tx-encode command is overly complex due to the overloading of the --output option, supporting three distinct 2/3 tuple modes. The --input option is simpler, but requires an encoded script and index tuple. The input-set command constructs an input and sets it, but doesn't use the input construction model that is used by tx-encode.
To resolve, create commands:
input-encode
input-decode
output-encode
output-decode
and modify input-set and tx-encode to accept opaque/base16-encoded input and output parameters.
The text was updated successfully, but these errors were encountered:
The
tx-encode
command is overly complex due to the overloading of the--output
option, supporting three distinct 2/3 tuple modes. The--input
option is simpler, but requires an encoded script and index tuple. Theinput-set
command constructs an input and sets it, but doesn't use the input construction model that is used bytx-encode
.To resolve, create commands:
input-encode
input-decode
output-encode
output-decode
and modify
input-set
andtx-encode
to accept opaque/base16-encoded input and output parameters.The text was updated successfully, but these errors were encountered: