utxos property

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

Available input UTXOs

Implementation

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