org.plasmalabs.sdk.models.box.Value.Series
See theSeries companion object
final case class Series(seriesId: SeriesId, quantity: Int128, tokenSupply: Option[Int], quantityDescriptor: QuantityDescriptorType, fungibility: FungibilityType, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Series]
A series constructor token
Value parameters
- fungibility
-
Describes the fungibility of the assets minted using the series constructor token derived from this policy.
- quantity
-
The quantity of series constructor tokens stored in a given UTXO.
- quantityDescriptor
-
Describes the behavior of the quantity field of the assets minted using the series constructor derived from this policy.
- seriesId
-
The ID of this Series. It is the digest of the Series Policy.
- tokenSupply
-
This is an optional field. When provided it fixes the quantity of tokens that will be minted when this series is consumed, and the series constructor is burned by the minting transaction. When not provided, the series constructor is not burned, thus making the token supply unlimited.
Attributes
Members list
In this article