generated from PolymeshAssociation/typescript-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 11
api.procedures.types.ProcedureAuthorizationStatus
prashantasdeveloper edited this page Dec 2, 2024
·
18 revisions
api/procedures/types.ProcedureAuthorizationStatus
• accountFrozen: boolean
whether the Account is frozen (i.e. can't perform any transactions)
• agentPermissions: CheckPermissionsResult
<Identity
>
whether the Identity complies with all required Agent permissions
• noIdentity: boolean
true only if the Procedure requires an Identity but the signing Account doesn't have one associated
• roles: CheckRolesResult
whether the Identity complies with all required Roles
• signerPermissions: CheckPermissionsResult
<Account
>
whether the Account complies with all required Signer permissions
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