Encode a set of Outputs for inclusion in an encoded transaction including the prefixed number of outputs. Note, this encoding differs from encodeTransactionOutputsForSigning (used for signing serializations).
Format: [CompactUint: output count] [encoded outputs]
[CompactUint: output count] [encoded outputs]
For the reverse, see decodeTransactionOutputs.
the set of outputs to encode
Generated using TypeDoc
Encode a set of Outputs for inclusion in an encoded transaction including the prefixed number of outputs. Note, this encoding differs from encodeTransactionOutputsForSigning (used for signing serializations).
Format:
[CompactUint: output count] [encoded outputs]
For the reverse, see decodeTransactionOutputs.