utxos property
Selected unspent transaction outputs (subset of all input UTXOs)
Implementation
@$pb.TagNumber(5)
$pb.PbList<UnspentTransaction> get utxos => $_getList(4);
Selected unspent transaction outputs (subset of all input UTXOs)
@$pb.TagNumber(5)
$pb.PbList<UnspentTransaction> get utxos => $_getList(4);