> 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-v8/interfaces/tokendocument.md).

# TokenDocument

Document attached to a token

## Hierarchy

* **TokenDocument**

## Index

### Properties

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

## Properties

### contentHash

• **contentHash**: *string*

*Defined in* [*src/types/index.ts:185*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L185)

### `Optional` filedAt

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

*Defined in* [*src/types/index.ts:187*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L187)

### name

• **name**: *string*

*Defined in* [*src/types/index.ts:183*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L183)

### `Optional` type

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

*Defined in* [*src/types/index.ts:186*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L186)

### uri

• **uri**: *string*

*Defined in* [*src/types/index.ts:184*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L184)
