ProcedureAuthorizationStatus

Hierarchy

  • ProcedureAuthorizationStatus

Index

Properties

Properties

accountFrozen

accountFrozen: boolean

Defined in src/types/index.ts:1041

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

agentPermissions

agentPermissions: boolean

Defined in src/types/index.ts:1029

whether the Identity complies with all required Agent permissions

noIdentity

noIdentity: boolean

Defined in src/types/index.ts:1046

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

roles

roles: boolean

Defined in src/types/index.ts:1037

whether the Identity complies with all required Roles

signerPermissions

signerPermissions: boolean

Defined in src/types/index.ts:1033

whether the Account complies with all required Signer permissions

Last updated