# TransferRestrictionInputBase

## Hierarchy

* **TransferRestrictionInputBase**

  ↳ [CountTransferRestrictionInput](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v10/interfaces/counttransferrestrictioninput)

  ↳ [PercentageTransferRestrictionInput](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v10/interfaces/percentagetransferrestrictioninput)

## Index

### Properties

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

## Properties

### `Optional` exemptedIdentities

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

*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\[]*

*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
