ProcedureAuthorizationStatus
accountFrozen
agentPermissions
noIdentity
roles
signerPermissions
• accountFrozen: boolean
Defined in src/types/index.ts:1041arrow-up-right
whether the Account is frozen (i.e. can't perform any transactions)
• agentPermissions: boolean
Defined in src/types/index.ts:1029arrow-up-right
whether the Identity complies with all required Agent permissions
• noIdentity: boolean
Defined in src/types/index.ts:1046arrow-up-right
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:1037arrow-up-right
whether the Identity complies with all required Roles
• signerPermissions: boolean
Defined in src/types/index.ts:1033arrow-up-right
whether the Account complies with all required Signer permissions
Last updated 3 years ago
Was this helpful?