set Digital Asset URITransaction
abstract suspend fun setDigitalAssetURITransaction(creator: Account, digitalAssetAddress: AccountAddressInput, uri: String, digitalAssetType: MoveStructId = "0x4::token::Token", options: InputGenerateTransactionOptions = InputGenerateTransactionOptions()): SimpleTransaction
Set the digital asset URI
Parameters
creator
The creator account
digital Asset Address
The digital asset address
uri
The digital asset URI
digital Asset Type
The digital asset type. Default to "0x4::token::Token"
options
Optional parameters for generating the transaction