Solidity API
Contract: Licensed_ERC
External Functions
getLicenseInfo
Parameters
Return Values
Dev: Returns the complete LicenseInfo struct for a given token
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function getLicenseInfofunction getLicenseInfo(uint256 tokenId) external view returns (struct ILicensed_ERC.LicenseInfo)
| Name | Description |
|---|---|
tokenId | The identifier of the token |
| Description |
|---|
| licenseInfo A struct containing all licensed digital asset information including name, description, |
| royalty split, creator address, parent licensed digital asset, and terms URI |
Was this page helpful?
