add Digital Asset Property Transaction
open suspend override fun addDigitalAssetPropertyTransaction(creator: Account, propertyKey: String, propertyType: PropertyType, propertyValue: PropertyValue, digitalAssetAddress: AccountAddressInput, digitalAssetType: MoveStructId, options: InputGenerateTransactionOptions): SimpleTransaction
Add a property to a digital asset
Parameters
creator
The creator account
property Key
The property key
property Type
The property type
property Value
The property value
digital Asset Address
The digital asset address
digital Asset Type
The digital asset type. Default to "0x4::token::Token"
options
Optional parameters for generating the transaction