setDigitalAssetURITransaction

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

digitalAssetAddress

The digital asset address

uri

The digital asset URI

digitalAssetType

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

options

Optional parameters for generating the transaction