Skip to main content
Version: 24.6.x

Interface: ProcedureAuthorizationStatus

api/procedures/types.ProcedureAuthorizationStatus

Properties

accountFrozen

accountFrozen: boolean

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

Defined in

api/procedures/types.ts:82


agentPermissions

agentPermissions: CheckPermissionsResult<Identity>

whether the Identity complies with all required Agent permissions

Defined in

api/procedures/types.ts:70


noIdentity

noIdentity: boolean

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

Defined in

api/procedures/types.ts:87


roles

roles: CheckRolesResult

whether the Identity complies with all required Roles

Defined in

api/procedures/types.ts:78


signerPermissions

signerPermissions: CheckPermissionsResult<Account>

whether the Account complies with all required Signer permissions

Defined in

api/procedures/types.ts:74