groupTokenUtxo property
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);
Implementation
@$pb.TagNumber(1)
set groupTokenUtxo($12.TransactionOutputAddress v) { setField(1, v); }