Skip to content

types.ProcedureAuthorizationStatus

prashantasdeveloper edited this page May 31, 2024 · 47 revisions

Interface: ProcedureAuthorizationStatus

types.ProcedureAuthorizationStatus

Table of contents

Properties

Properties

accountFrozen

accountFrozen: boolean

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

Defined in

types/index.ts:1337


agentPermissions

agentPermissions: CheckPermissionsResult<Identity>

whether the Identity complies with all required Agent permissions

Defined in

types/index.ts:1325


noIdentity

noIdentity: boolean

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

Defined in

types/index.ts:1342


roles

roles: CheckRolesResult

whether the Identity complies with all required Roles

Defined in

types/index.ts:1333


signerPermissions

signerPermissions: CheckPermissionsResult<Account>

whether the Account complies with all required Signer permissions

Defined in

types/index.ts:1329

Clone this wiki locally