Skip to main content
Version: 31.0.x

Interface: ProcedureAuthorizationStatus

Defined in: src/api/procedures/types.ts:67

Properties

accountFrozen

accountFrozen: boolean

Defined in: src/api/procedures/types.ts:83

whether the Account is frozen (i.e. can't perform any transactions)


agentPermissions

agentPermissions: CheckPermissionsResult<Identity>

Defined in: src/api/procedures/types.ts:71

whether the Identity complies with all required Agent permissions


noIdentity

noIdentity: boolean

Defined in: src/api/procedures/types.ts:88

true only if the Procedure requires an Identity but the signing Account doesn't have one associated


roles

roles: CheckRolesResult

Defined in: src/api/procedures/types.ts:79

whether the Identity complies with all required Roles


signerPermissions

signerPermissions: CheckPermissionsResult<Account>

Defined in: src/api/procedures/types.ts:75

whether the Account complies with all required Signer permissions