setDigitalAssetURITransaction

open suspend override fun setDigitalAssetURITransaction(creator: Account, digitalAssetAddress: AccountAddressInput, uri: String, digitalAssetType: MoveStructId, options: 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