Skip to main content
getDigitalAssetUID(digitalAssetAddress, digitalAssetId): `0x${string}`
Generate a unique identifier for a digital asset

Parameters

digitalAssetAddress

`0x${string}` The address of the digital asset contract

digitalAssetId

bigint The token ID of the digital asset

Returns

`0x${string}` The unique identifier for the digital asset

Example