> 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/modules-1/api_procedures_addtransferrestriction.md).

# api\_procedures\_addTransferRestriction

[@polymeshassociation/polymesh-sdk](/polymesh-sdk-api-reference/docs-alpha/classes.md) / [Modules](/polymesh-sdk-api-reference/docs-alpha/modules.md) / api/procedures/addTransferRestriction

## Module: api/procedures/addTransferRestriction

### Table of contents

#### Interfaces

* [Storage](/polymesh-sdk-api-reference/docs-alpha/interfaces/api_procedures_addtransferrestriction.storage.md)

#### Type Aliases

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

### Type Aliases

#### AddCountTransferRestrictionParams

Ƭ **AddCountTransferRestrictionParams**: [`CountTransferRestrictionInput`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.counttransferrestrictioninput.md) & { `type`: [`Count`](/polymesh-sdk-api-reference/docs-alpha/enums/types.transferrestrictiontype.md#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`](/polymesh-sdk-api-reference/docs-alpha/interfaces/types.percentagetransferrestrictioninput.md) & { `type`: [`Percentage`](/polymesh-sdk-api-reference/docs-alpha/enums/types.transferrestrictiontype.md#percentage) }

**Defined in**

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