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