org.plasmalabs.sdk.models.GroupPolicy
See theGroupPolicy companion object
final case class GroupPolicy(label: String, registrationUtxo: TransactionOutputAddress, fixedSeries: Option[SeriesId], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[GroupPolicy]
Value parameters
- fixedSeries
-
An optional series identifier. When this series identifier is defined, this groups that implement this policy can only be used to mint assets with the aforementioned series identifier
- label
-
Identifies the group policy for humans (do not confuse with the actual group identifier)
- registrationUtxo
-
The address of a UTXO. The UTXO contains the LVLs that are paid for minting the group constructor token.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Updatable[GroupPolicy]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article