groupTokenUtxo property

  1. @TagNumber.new(1)
TransactionOutputAddress get groupTokenUtxo

The address of the UTXO that contains the group constructor token that we are using to mint the asset token.

Implementation

@$pb.TagNumber(1)
$12.TransactionOutputAddress get groupTokenUtxo => $_getN(0);
  1. @TagNumber.new(1)
set groupTokenUtxo (TransactionOutputAddress v)

Implementation

@$pb.TagNumber(1)
set groupTokenUtxo($12.TransactionOutputAddress v) { setField(1, v); }