# api\_procedures\_addTransferRestriction

[@polymeshassociation/polymesh-sdk](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes) / [Modules](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules) / api/procedures/addTransferRestriction

## Module: api/procedures/addTransferRestriction

### Table of contents

#### Interfaces

* [Storage](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/api_procedures_addtransferrestriction.storage)

#### Type Aliases

* [AddCountTransferRestrictionParams](#addcounttransferrestrictionparams)
* [AddPercentageTransferRestrictionParams](#addpercentagetransferrestrictionparams)

### Type Aliases

#### AddCountTransferRestrictionParams

Ƭ **AddCountTransferRestrictionParams**: [`CountTransferRestrictionInput`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.counttransferrestrictioninput) & { `type`: [`Count`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/enums/types.transferrestrictiontype#count) }

**Defined in**

[api/procedures/addTransferRestriction.ts:36](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/procedures/addTransferRestriction.ts#L36)

***

#### AddPercentageTransferRestrictionParams

Ƭ **AddPercentageTransferRestrictionParams**: [`PercentageTransferRestrictionInput`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.percentagetransferrestrictioninput) & { `type`: [`Percentage`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/enums/types.transferrestrictiontype#percentage) }

**Defined in**

[api/procedures/addTransferRestriction.ts:40](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/procedures/addTransferRestriction.ts#L40)
