registrationUtxo property

  1. @TagNumber(2)
TransactionOutputAddress get registrationUtxo

The address of a UTXO. The UTXO contains the LVLs that are paid for minting the group constructor token.

Implementation

@$pb.TagNumber(2)
$12.TransactionOutputAddress get registrationUtxo => $_getN(1);
  1. @TagNumber(2)
set registrationUtxo (TransactionOutputAddress v)

Implementation

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