> 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-alpha/interfaces/types.activetransferrestrictions.md).

# types.ActiveTransferRestrictions

[@polymeshassociation/polymesh-sdk](/polymesh-sdk-api-reference/docs-alpha/classes.md) / [Modules](/polymesh-sdk-api-reference/docs-alpha/modules.md) / [types](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md) / ActiveTransferRestrictions

## Interface: ActiveTransferRestrictions\<Restriction>

[types](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md).ActiveTransferRestrictions

### Type parameters

| Name          | Type                                                                                                                                                                                                                                                     |
| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Restriction` | extends [`CountTransferRestriction`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.counttransferrestriction.md) \| [`PercentageTransferRestriction`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.percentagetransferrestriction.md) |

### Table of contents

#### Properties

* [availableSlots](#availableslots)
* [restrictions](#restrictions)

### Properties

#### availableSlots

• **availableSlots**: `BigNumber`

amount of restrictions that can be added before reaching the shared limit

**Defined in**

[types/index.ts:1284](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L1284)

***

#### restrictions

• **restrictions**: `Restriction`\[]

**Defined in**

[types/index.ts:1280](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L1280)
