Skip to main content
Version: v30.0.x

Interface: ProcedureAuthorizationStatus

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

Properties

accountFrozen

accountFrozen: boolean

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

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


agentPermissions

agentPermissions: CheckPermissionsResult<Identity>

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

whether the Identity complies with all required Agent permissions


noIdentity

noIdentity: boolean

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

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:81

whether the Identity complies with all required Roles


signerPermissions

signerPermissions: CheckPermissionsResult<Account>

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

whether the Account complies with all required Signer permissions