# TransactionPermissions

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

## Hierarchy

* [SectionPermissions](/polymesh-sdk-api-reference/docs-v8/interfaces/sectionpermissions.md)‹TxTag | ModuleName›

  ↳ **TransactionPermissions**

## Index

### Properties

* [exceptions](/polymesh-sdk-api-reference/docs-v8/interfaces/transactionpermissions.md#optional-exceptions)
* [type](/polymesh-sdk-api-reference/docs-v8/interfaces/transactionpermissions.md#type)
* [values](/polymesh-sdk-api-reference/docs-v8/interfaces/transactionpermissions.md#values)

## Properties

### `Optional` exceptions

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

*Defined in* [*src/types/index.ts:701*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L701)

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*](/polymesh-sdk-api-reference/docs-v8/enums/permissiontype.md)

*Inherited from* [*SectionPermissions*](/polymesh-sdk-api-reference/docs-v8/interfaces/sectionpermissions.md)*.*[*type*](/polymesh-sdk-api-reference/docs-v8/interfaces/sectionpermissions.md#type)

*Defined in* [*src/types/index.ts:688*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L688)

Whether the permissions are inclusive or exclusive

### values

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

*Inherited from* [*SectionPermissions*](/polymesh-sdk-api-reference/docs-v8/interfaces/sectionpermissions.md)*.*[*values*](/polymesh-sdk-api-reference/docs-v8/interfaces/sectionpermissions.md#values)

*Defined in* [*src/types/index.ts:684*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L684)

Values to be included/excluded


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.polymath.network/polymesh-sdk-api-reference/docs-v8/interfaces/transactionpermissions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
