Skip to main content
getVerifiedRightsId(digitalAssetAddress, digitalAssetId): `0x${string}`
Generate a verified rights ID by encoding the digital asset address and ID

Parameters

digitalAssetAddress

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

digitalAssetId

bigint The ID of the digital asset

Returns

`0x${string}` The encoded verified rights ID as a hex string

Example