utxo property

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

Available input unspent transaction outputs.

Implementation

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