utxos property

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

Available input UTXOs

Implementation

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