remove Digital Asset Property Transaction
abstract suspend fun removeDigitalAssetPropertyTransaction(creator: Account, propertyKey: String, digitalAssetAddress: AccountAddressInput, digitalAssetType: MoveStructId = "0x4::token::Token", options: InputGenerateTransactionOptions = InputGenerateTransactionOptions()): SimpleTransaction
Remove a property from a digital asset
Parameters
creator
The creator account
property Key
The property key
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