mint Soul Bound Transaction
open suspend override fun mintSoulBoundTransaction(account: Account, collection: String, name: String, description: String, uri: String, recipient: AccountAddressInput, propertyKeys: List<String>, propertyTypes: List<String>, propertyValues: List<String>, options: InputGenerateTransactionOptions): SimpleTransaction
Mint a soul bound digital asset.
Return
A SimpleTransaction that, when submitted, will mint the specified soul bound digital asset.
Parameters
account
The account that will mint the digital asset.
collection
The collection name.
name
The name of the digital asset.
description
The description of the digital asset.
uri
The URI of the digital asset.
recipient
The account address of the recipient.
property Keys
The keys of the properties.
property Types
The types of the properties.
property Values
The values of the properties.
options
Optional parameters for generating the transaction.