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

# CountTransferRestrictionInput

## Hierarchy

* [TransferRestrictionInputBase](/polymesh-sdk-api-reference/docs-v10/interfaces/transferrestrictioninputbase.md)

  ↳ **CountTransferRestrictionInput**

## Index

### Properties

* [count](#count)
* [exemptedIdentities](#optional-exemptedidentities)
* [exemptedScopeIds](#optional-exemptedscopeids)

## Properties

### count

• **count**: *BigNumber*

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

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

### `Optional` exemptedIdentities

• **exemptedIdentities**? : *(string |* [*Identity*](/polymesh-sdk-api-reference/docs-v10/classes/identity.md)*‹›)\[]*

*Inherited from* [*TransferRestrictionInputBase*](/polymesh-sdk-api-reference/docs-v10/interfaces/transferrestrictioninputbase.md)*.*[*exemptedIdentities*](/polymesh-sdk-api-reference/docs-v10/interfaces/transferrestrictioninputbase.md#optional-exemptedidentities)

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

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

### `Optional` exemptedScopeIds

• **exemptedScopeIds**? : *string\[]*

*Inherited from* [*TransferRestrictionInputBase*](/polymesh-sdk-api-reference/docs-v10/interfaces/transferrestrictioninputbase.md)*.*[*exemptedScopeIds*](/polymesh-sdk-api-reference/docs-v10/interfaces/transferrestrictioninputbase.md#optional-exemptedscopeids)

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

array of Scope IDs that are exempted from the Restriction
