Skip to main content

Solidity API

Contract: Licensed_ERC

External Functions

getLicenseInfo

function getLicenseInfofunction getLicenseInfo(uint256 tokenId) external view returns (struct ILicensed_ERC.LicenseInfo)
Retrieves all information about a licensed digital asset

Parameters

NameDescription
tokenIdThe identifier of the token

Return Values

Description
licenseInfo A struct containing all licensed digital asset information including name, description,
royalty split, creator address, parent licensed digital asset, and terms URI
Dev: Returns the complete LicenseInfo struct for a given token