Skip to main content
Version: v29.0.x

Interface: GroupedInstructions

Defined in: src/api/entities/Instruction/types.ts:129

Properties

affirmed

affirmed: Instruction[]

Defined in: src/api/entities/Instruction/types.ts:133

Instructions that have already been affirmed by the Identity


failed

failed: Instruction[]

Defined in: src/api/entities/Instruction/types.ts:143

Instructions that failed in their execution (can be rescheduled). This group supersedes the other three, so for example, a failed Instruction might also belong in the affirmed group, but it will only be included in this one


pending

pending: Instruction[]

Defined in: src/api/entities/Instruction/types.ts:137

Instructions that still need to be affirmed/rejected by the Identity