generated from PolymeshAssociation/typescript-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 12
api.entities.types.CheckPermissionsResult
polymesh-bot edited this page Jun 19, 2025
·
38 revisions
api/entities/types.CheckPermissionsResult
Result of a checkPermissions call. If Type is Account, represents whether the Account
has all the necessary secondary key Permissions. If Type is Identity, represents whether the
Identity has all the necessary external agent Permissions
| Name | Type |
|---|---|
Type |
extends SignerType
|
• Optional message: string
optional message explaining the reason for failure in special cases
• Optional missingPermissions: Type extends Account ? SimplePermissions : null | TxTag[]
required permissions which the signer DOESN'T have. Only present if result is false
• result: boolean
whether the signer complies with the required permissions or not
Entities
- Account
- Asset
- Authorization Request
- Checkpoint
- Checkpoint Schedule
- Corporate Action
- Corporate Action Base
- Corporate Ballot
- 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