addDigitalAssetPropertyTransaction

abstract suspend fun addDigitalAssetPropertyTransaction(creator: Account, propertyKey: String, propertyType: PropertyType, propertyValue: PropertyValue, digitalAssetAddress: AccountAddressInput, digitalAssetType: MoveStructId = "0x4::token::Token", options: InputGenerateTransactionOptions = InputGenerateTransactionOptions()): SimpleTransaction

Add a property to a digital asset

Parameters

creator

The creator account

propertyKey

The property key

propertyType

The property type

propertyValue

The property value

digitalAssetAddress

The digital asset address

digitalAssetType

The digital asset type. Default to "0x4::token::Token"

options

Optional parameters for generating the transaction