utxos property

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

UTXOs of the script.

Implementation

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