types.ProcedureAuthorizationStatus
Last updated
Was this helpful?
@polymeshassociation/polymesh-sdk / Modules / types / ProcedureAuthorizationStatus
types.ProcedureAuthorizationStatus
• accountFrozen: boolean
whether the Account is frozen (i.e. can't perform any transactions)
Defined in
• agentPermissions: CheckPermissionsResult<Identity>
whether the Identity complies with all required Agent permissions
Defined in
• noIdentity: boolean
true only if the Procedure requires an Identity but the signing Account doesn't have one associated
Defined in
• roles: CheckRolesResult
whether the Identity complies with all required Roles
Defined in
• signerPermissions: CheckPermissionsResult<Account>
whether the Account complies with all required Signer permissions
Defined in
Last updated
Was this helpful?
Was this helpful?