# TokenDocument

Document attached to a token

## Hierarchy

* **TokenDocument**

## Index

### Properties

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

## Properties

### `Optional` contentHash

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

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

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

### `Optional` filedAt

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

*Defined in* [*src/types/index.ts:204*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L204)

### name

• **name**: *string*

*Defined in* [*src/types/index.ts:197*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L197)

### `Optional` type

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

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

### uri

• **uri**: *string*

*Defined in* [*src/types/index.ts:198*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L198)
