utxos property

  1. @TagNumber.new(5)
PbList<UnspentTransaction> get utxos

Selected unspent transaction outputs (subset of all input UTXOs)

Implementation

@$pb.TagNumber(5)
$pb.PbList<UnspentTransaction> get utxos => $_getList(4);