UnspentTransactionOutput constructor
const
UnspentTransactionOutput({})
Implementation
const UnspentTransactionOutput({
required this.txid,
required this.outnum,
required this.amountMillisatoshi,
required this.address,
required this.reserved,
});