> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cultura.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Licensed ERC

# Solidity API

# Contract: Licensed\_ERC

## External Functions

### getLicenseInfo

```solidity theme={null}
function getLicenseInfofunction getLicenseInfo(uint256 tokenId) external view returns (struct ILicensed_ERC.LicenseInfo)
```

Retrieves all information about a licensed digital asset

#### Parameters

| Name      | Description                 |
| --------- | --------------------------- |
| `tokenId` | The 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
