> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymesh-sdk-api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v9/interfaces/tokendocument.md).

# TokenDocument

Document attached to a token

## Hierarchy

* **TokenDocument**

## Index

### Properties

* [contentHash](/polymesh-sdk-api-reference/docs-v9/interfaces/tokendocument.md#optional-contenthash)
* [filedAt](/polymesh-sdk-api-reference/docs-v9/interfaces/tokendocument.md#optional-filedat)
* [name](/polymesh-sdk-api-reference/docs-v9/interfaces/tokendocument.md#name)
* [type](/polymesh-sdk-api-reference/docs-v9/interfaces/tokendocument.md#optional-type)
* [uri](/polymesh-sdk-api-reference/docs-v9/interfaces/tokendocument.md#uri)

## Properties

### `Optional` contentHash

• **contentHash**? : *undefined | string*

*Defined in* [*src/types/index.ts:207*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L207)

hex representation of the document (must be prefixed by "0x")

### `Optional` filedAt

• **filedAt**? : [*Date*](/polymesh-sdk-api-reference/docs-v9/enums/transactionargumenttype.md#date)

*Defined in* [*src/types/index.ts:209*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L209)

### name

• **name**: *string*

*Defined in* [*src/types/index.ts:202*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L202)

### `Optional` type

• **type**? : *undefined | string*

*Defined in* [*src/types/index.ts:208*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L208)

### uri

• **uri**: *string*

*Defined in* [*src/types/index.ts:203*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L203)
