> 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-alpha/interfaces/types.counttransferrestrictioninput.md).

# types.CountTransferRestrictionInput

[@polymeshassociation/polymesh-sdk](/polymesh-sdk-api-reference/docs-alpha/classes.md) / [Modules](/polymesh-sdk-api-reference/docs-alpha/modules.md) / [types](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md) / CountTransferRestrictionInput

## Interface: CountTransferRestrictionInput

[types](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md).CountTransferRestrictionInput

### Hierarchy

* `TransferRestrictionInputBase`

  ↳ **`CountTransferRestrictionInput`**

### Table of contents

#### Properties

* [count](#count)
* [exemptedIdentities](#exemptedidentities)

### Properties

#### count

• **count**: `BigNumber`

limit on the amount of different (unique) investors that can hold the Asset at once

**Defined in**

[types/index.ts:1267](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L1267)

***

#### exemptedIdentities

• `Optional` **exemptedIdentities**: (`string` | [`Identity`](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md))\[]

array of Identities (or DIDs) that are exempted from the Restriction

**Inherited from**

TransferRestrictionInputBase.exemptedIdentities

**Defined in**

[types/index.ts:1249](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L1249)
