> ## 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.

# Type: DigitalAsset

> **DigitalAsset**: `object`

Types for DigitalAsset from the subgraph

## Type declaration

### id

> **id**: `string`

### contractAddress

> **contractAddress**: `string`

### tokenId

> **tokenId**: `string`

### owner

> **owner**: [`Account`](./account)

### mintedAt

> **mintedAt**: `string`

### tokenURI?

> `optional` **tokenURI**: `string` | `null`

### termsURI?

> `optional` **termsURI**: `string` | `null`

### verifiedRights?

> `optional` **verifiedRights**: [`VerifiedRights`](./verified-rights)

### isLicensedAsset

> **isLicensedAsset**: `boolean`

### parentDigitalAssets?

> `optional` **parentDigitalAssets**: [`ParentDigitalAssetEntity`](./parent-digital-asset-entity)\[]

### metadata?

> `optional` **metadata**: [`DigitalAssetMetadata`](./digital-asset-metadata)

### rightsBoundAccount?

> `optional` **rightsBoundAccount**: `string`
