Skip to main content
Version: 30.0.x

Variable: ADVANCED_ASSET_MANAGEMENT_TX_TAGS

const ADVANCED_ASSET_MANAGEMENT_TX_TAGS: [AcceptAssetOwnershipTransfer, ControllerTransfer, Freeze, Unfreeze, ControllerTransfer]

Defined in: src/types/txGroupConstants.ts:18

Transaction tags for Advanced Asset Management operations Contains asset freeze/unfreeze, controller transfer, and NFT management operations.

Values:

  • TxTags.asset.AcceptAssetOwnershipTransfer
  • TxTags.asset.ControllerTransfer
  • TxTags.asset.Freeze
  • TxTags.asset.Unfreeze
  • TxTags.nft.ControllerTransfer

Note

AcceptAssetOwnershipTransfer has unique permission checking - it verifies that the identity that created the authorization was an agent with AcceptAssetOwnershipTransfer permission so an agent with this permission can transfer the ownership of the asset.