TransactionPermissions
Last updated
Was this helpful?
Permissions related to Transactions. Can include/exclude individual transactions or entire modules
SectionPermissions‹TxTag | ModuleName›
↳ TransactionPermissions
Optional exceptions• exceptions? : TxTag[]
Defined in src/types/index.ts:783
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
Inherited from SectionPermissions.type
Defined in src/types/index.ts:770
Whether the permissions are inclusive or exclusive
• values: (TxTag | ModuleName)[]
Inherited from SectionPermissions.values
Defined in src/types/index.ts:766
Values to be included/excluded
Last updated
Was this helpful?
Was this helpful?