utxos property

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

The selected UTXOs, subset ot the input UTXOs

Implementation

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