# CountTransferRestrictionInput

## Hierarchy

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

  ↳ **CountTransferRestrictionInput**

## Index

### Properties

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

## Properties

### count

• **count**: *BigNumber*

*Defined in* [*src/types/index.ts:875*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L875)

### `Optional` exemptedIdentities

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

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

*Defined in* [*src/types/index.ts:863*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L863)

### `Optional` exemptedScopeIds

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

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

*Defined in* [*src/types/index.ts:862*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L862)
