generated from PolymeshAssociation/typescript-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 11
types.TransactionPermissions
prashantasdeveloper edited this page Sep 18, 2024
·
49 revisions
types.TransactionPermissions
Permissions related to Transactions. Can include/exclude individual transactions or entire modules
-
SectionPermissions
<TxTag
|ModuleName
>↳
TransactionPermissions
• 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
• type: PermissionType
Whether the permissions are inclusive or exclusive
• values: (TxTag
| ModuleName
)[]
Values to be included/excluded
Entities
- Account
- Asset
- Authorization Request
- Checkpoint
- Checkpoint Schedule
- Corporate Action
- Corporate Action Base
- Custom Permission Group
- Default Portfolio
- Default Trusted Claim Issuer
- Dividend Distribution
- Entity
- Identity
- Instruction
- Known Permission Group
- Metadata Entry
- Multi Sig Proposal
- Numbered Portfolio
- Offering
- Permission Group
- Portfolio
- Subsidies
- Subsidy
- Ticker Reservation
- Venue
- Authorizations
- Types