GroupedInstructions
Hierarchy
GroupedInstructions
Index
Properties
Properties
affirmed
• affirmed: Instruction[]
Defined in src/types/index.ts:1072
Instructions that have already been affirmed by the Identity
failed
• failed: Instruction[]
Defined in src/types/index.ts:1086
Instructions that failed in their execution (can be rescheduled). This group supercedes 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/types/index.ts:1080
Instructions that still need to be affirmed/rejected by the Identity
rejected
• rejected: Instruction[]
Defined in src/types/index.ts:1076
Instructions that have already been rejected by the Identity
Last updated