org.plasmalabs.sdk.models.AssetMintingStatement
See theAssetMintingStatement companion object
final case class AssetMintingStatement(groupTokenUtxo: TransactionOutputAddress, seriesTokenUtxo: TransactionOutputAddress, quantity: Int128, permanentMetadata: Option[Struct], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[AssetMintingStatement]
Value parameters
- groupTokenUtxo
-
The address of the UTXO that contains the group constructor token that we are using to mint the asset token.
- permanentMetadata
-
This is the permanent metadata of an asset. It follows the schema defined in the permanent metadata schema of the series policy corresponding to the token being minted. The conformance of this field to the schema is not checked by the node.
- quantity
-
The number of assets that we are minting using the group and series constructor token references by the two other attributes.
- seriesTokenUtxo
-
The address of the UTXO that contains the seriesconstructor token that we are using to mint the asset token.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Updatable[AssetMintingStatement]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article