utxos property

  1. @TagNumber.new(8)
PbList<TxInput> get utxos

The selected UTXOs, subset ot the input UTXOs

Implementation

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