# types.TransactionPermissions

[@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) / [types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types) / TransactionPermissions

## Interface: TransactionPermissions

[types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types).TransactionPermissions

Permissions related to Transactions. Can include/exclude individual transactions or entire modules

### Hierarchy

* [`SectionPermissions`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.sectionpermissions)<`TxTag` | `ModuleName`>

  ↳ **`TransactionPermissions`**

### Table of contents

#### Properties

* [exceptions](#exceptions)
* [type](#type)
* [values](#values)

### Properties

#### exceptions

• `Optional` **exceptions**: `TxTag`\[]

Transactions to be exempted from inclusion/exclusion. This allows more granularity when setting permissions. For example, let's say we want to include only the `asset` and `staking` modules, but exclude the `asset.registerTicker` transaction. We could add both modules to `values`, and add `TxTags.asset.registerTicker` to `exceptions`

**Defined in**

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

***

#### type

• **type**: [`PermissionType`](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/enums/types.permissiontype)

Whether the permissions are inclusive or exclusive

**Inherited from**

[SectionPermissions](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.sectionpermissions).[type](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/types.sectionpermissions#type)

**Defined in**

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

***

#### values

• **values**: (`TxTag` | `ModuleName`)\[]

Values to be included/excluded

**Inherited from**

[SectionPermissions](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/types.sectionpermissions).[values](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/types.sectionpermissions#values)

**Defined in**

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