# TransactionPermissions

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

## Hierarchy

* [SectionPermissions](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v10/interfaces/sectionpermissions)‹TxTag | ModuleName›

  ↳ **TransactionPermissions**

## Index

### Properties

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

## Properties

### `Optional` exceptions

• **exceptions**? : *TxTag\[]*

*Defined in* [*src/types/index.ts:783*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L783)

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`

### type

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

*Inherited from* [*SectionPermissions*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v10/interfaces/sectionpermissions)*.*[*type*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v10/sectionpermissions#type)

*Defined in* [*src/types/index.ts:770*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L770)

Whether the permissions are inclusive or exclusive

### values

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

*Inherited from* [*SectionPermissions*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v10/interfaces/sectionpermissions)*.*[*values*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v10/sectionpermissions#values)

*Defined in* [*src/types/index.ts:766*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L766)

Values to be included/excluded
