# TokenDocument

Document attached to a token

## Hierarchy

* **TokenDocument**

## Index

### Properties

* [contentHash](#contenthash)
* [filedAt](#optional-filedat)
* [name](#name)
* [type](#optional-type)
* [uri](#uri)

## Properties

### contentHash

• **contentHash**: *string*

*Defined in* [*src/types/index.ts:192*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L192)

### `Optional` filedAt

• **filedAt**? : [*Date*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v3/enums/transactionargumenttype#date)

*Defined in* [*src/types/index.ts:194*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L194)

### name

• **name**: *string*

*Defined in* [*src/types/index.ts:190*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L190)

### `Optional` type

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

*Defined in* [*src/types/index.ts:193*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L193)

### uri

• **uri**: *string*

*Defined in* [*src/types/index.ts:191*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L191)
