Interface: ProcedureAuthorizationStatus
Defined in: src/api/procedures/types.ts:66
Properties
accountFrozen
accountFrozen:
boolean
Defined in: src/api/procedures/types.ts:82
whether the Account is frozen (i.e. can't perform any transactions)
agentPermissions
agentPermissions:
CheckPermissionsResult
<Identity
>
Defined in: src/api/procedures/types.ts:70
whether the Identity complies with all required Agent permissions
noIdentity
noIdentity:
boolean
Defined in: src/api/procedures/types.ts:87
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:78
whether the Identity complies with all required Roles
signerPermissions
signerPermissions:
CheckPermissionsResult
<Account
>
Defined in: src/api/procedures/types.ts:74
whether the Account complies with all required Signer permissions