Transaction Plan
Describes a preliminary transaction plan.
Content copied to clipboard
TW.Bitcoin.Proto.TransactionPlan
Types
Functions
Link copied to clipboard
Maximum available amount in all the input UTXOs.
Content copied to clipboard
int64 available_amount = 2;
Link copied to clipboard
Zcash branch id
Content copied to clipboard
bytes branch_id = 6;
Link copied to clipboard
Link copied to clipboard
Optional error
Content copied to clipboard
.TW.Common.Proto.SigningError error = 7;
Link copied to clipboard
Optional zero-amount, OP_RETURN output
Content copied to clipboard
bytes output_op_return = 8;
Link copied to clipboard
Selected unspent transaction outputs (subset of all input UTXOs)
Content copied to clipboard
repeated .TW.Bitcoin.Proto.UnspentTransaction utxos = 5;
Link copied to clipboard
Selected unspent transaction outputs (subset of all input UTXOs)
Content copied to clipboard
repeated .TW.Bitcoin.Proto.UnspentTransaction utxos = 5;
Link copied to clipboard
Selected unspent transaction outputs (subset of all input UTXOs)
Content copied to clipboard
repeated .TW.Bitcoin.Proto.UnspentTransaction utxos = 5;
Link copied to clipboard
Selected unspent transaction outputs (subset of all input UTXOs)
Content copied to clipboard
repeated .TW.Bitcoin.Proto.UnspentTransaction utxos = 5;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TransactionPlan
Link copied to clipboard
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): TransactionPlan