# CountTransferRestrictionInput

## Hierarchy

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

  ↳ **CountTransferRestrictionInput**

## Index

### Properties

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

## Properties

### count

• **count**: *BigNumber*

*Defined in* [*src/types/index.ts:985*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L985)

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-v9/classes/identity)*‹›)\[]*

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

*Defined in* [*src/types/index.ts:970*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L970)

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-v9/interfaces/transferrestrictioninputbase)*.*[*exemptedScopeIds*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v9/transferrestrictioninputbase#optional-exemptedscopeids)

*Defined in* [*src/types/index.ts:966*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L966)

array of Scope IDs that are exempted from the Restriction
