# CountTransferRestrictionInput

## Hierarchy

* [TransferRestrictionInputBase](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v6/interfaces/transferrestrictioninputbase)

  ↳ **CountTransferRestrictionInput**

## Index

### Properties

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

## Properties

### count

• **count**: *BigNumber*

*Defined in* [*src/types/index.ts:903*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L903)

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

### `Optional` exemptedIdentities

• **exemptedIdentities**? : *(string |* [*Identity*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v6/classes/identity)*‹›)\[]*

*Inherited from* [*TransferRestrictionInputBase*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v6/interfaces/transferrestrictioninputbase)*.*[*exemptedIdentities*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v6/transferrestrictioninputbase#optional-exemptedidentities)

*Defined in* [*src/types/index.ts:888*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L888)

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

### `Optional` exemptedScopeIds

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

*Inherited from* [*TransferRestrictionInputBase*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v6/interfaces/transferrestrictioninputbase)*.*[*exemptedScopeIds*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v6/transferrestrictioninputbase#optional-exemptedscopeids)

*Defined in* [*src/types/index.ts:884*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L884)

array of Scope IDs that are exempted from the Restriction
