Skip to main content
Version: v30.0.x

Interface: GroupedInstructions

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

Properties

affirmed

affirmed: Instruction[]

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

Instructions that have already been affirmed by the Identity


failed

failed: Instruction[]

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

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:144

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