TransactionPlanOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): Long
Amount to be received at the other end.
int64 amount = 1;
Link copied to clipboard
abstract fun getAvailableAmount(): Long
Maximum available amount in all the input UTXOs.
int64 available_amount = 2;
Link copied to clipboard
abstract fun getBranchId(): ByteString
Zcash branch id
bytes branch_id = 6;
Link copied to clipboard
abstract fun getChange(): Long
Remaining change
int64 change = 4;
Link copied to clipboard
abstract fun getError(): SigningError
Optional error
.TW.Common.Proto.SigningError error = 7;
Link copied to clipboard
abstract fun getErrorValue(): Int
Optional error
.TW.Common.Proto.SigningError error = 7;
Link copied to clipboard
abstract fun getFee(): Long
Estimated transaction fee.
int64 fee = 3;
Link copied to clipboard
abstract fun getOutputOpReturn(): ByteString
Optional zero-amount, OP_RETURN output
bytes output_op_return = 8;
Link copied to clipboard
abstract fun getUtxos(index: Int): UnspentTransaction
Selected unspent transaction outputs (subset of all input UTXOs)
repeated .TW.Bitcoin.Proto.UnspentTransaction utxos = 5;
Link copied to clipboard
abstract fun getUtxosCount(): Int
Selected unspent transaction outputs (subset of all input UTXOs)
repeated .TW.Bitcoin.Proto.UnspentTransaction utxos = 5;
Link copied to clipboard
abstract fun getUtxosList(): List<UnspentTransaction>
Selected unspent transaction outputs (subset of all input UTXOs)
repeated .TW.Bitcoin.Proto.UnspentTransaction utxos = 5;

Inheritors

Link copied to clipboard