mintDigitalAssetTransaction

open suspend override fun mintDigitalAssetTransaction(creator: Account, collection: String, name: String, description: String, uri: String, propertyKeys: List<String>?, propertyTypes: List<String>?, propertyValues: List<String>?, options: InputGenerateTransactionOptions): SimpleTransaction

Create a transaction to mint a digital asset into the creators account within an existing collection.

Parameters

creator

the creator of the collection

collection

the name of the collection the digital asset belongs to

name

the name of the digital asset

description

the description of the digital asset

uri

the URI to additional info about the digital asset

Optional parameters for configuring the digital asset

propertyKeys

the keys of the properties

propertyTypes

the types of the properties

propertyValues

the values of the properties

options

Optional parameters for generating the transaction

Samples