utxo property

  1. @TagNumber.new(8)
PbList<UnspentTransaction> get utxo

Available input unspent transaction outputs.

Implementation

@$pb.TagNumber(8)
$pb.PbList<UnspentTransaction> get utxo => $_getList(7);