Interface: TransactionPermissions
Defined in: src/api/entities/types.ts:632
Permissions related to Transactions. Can include/exclude individual transactions or entire modules
Extends
Properties
exceptions?
optionalexceptions:TxTag[]
Defined in: src/api/entities/types.ts:639
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
Defined in: src/api/entities/types.ts:626
Whether the permissions are inclusive or exclusive
Inherited from
values
values: (
TxTag|ModuleName)[]
Defined in: src/api/entities/types.ts:622
Values to be included/excluded