UnspentTransactionOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): Long
Amount of the UTXO
int64 amount = 3;
Link copied to clipboard
abstract fun getOutPoint(): OutPoint
The unspent output
.TW.Bitcoin.Proto.OutPoint out_point = 1;
Link copied to clipboard
abstract fun getScript(): ByteString
Script for claiming this UTXO
bytes script = 2;
Link copied to clipboard
abstract fun hasOutPoint(): Boolean
The unspent output
.TW.Bitcoin.Proto.OutPoint out_point = 1;

Inheritors

Link copied to clipboard