ProcedureAuthorizationStatus
Last updated
Was this helpful?
ProcedureAuthorizationStatus
• accountFrozen: boolean
Defined in src/types/index.ts:1041
whether the Account is frozen (i.e. can't perform any transactions)
• agentPermissions: boolean
Defined in src/types/index.ts:1029
whether the Identity complies with all required Agent permissions
• noIdentity: boolean
Defined in src/types/index.ts:1046
true only if the Procedure requires an Identity but the current Account doesn't have one associated
• roles: boolean
Defined in src/types/index.ts:1037
whether the Identity complies with all required Roles
• signerPermissions: boolean
Defined in src/types/index.ts:1033
whether the Account complies with all required Signer permissions
Last updated
Was this helpful?
Was this helpful?