GroupedInstructions

Hierarchy

  • GroupedInstructions

Index

Properties

Properties

affirmed

affirmed: Instruction[]

Defined in src/types/index.ts:1108

Instructions that have already been affirmed by the Identity

failed

failed: Instruction[]

Defined in src/types/index.ts:1122

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

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

rejected

rejected: Instruction[]

Defined in src/types/index.ts:1112

Instructions that have already been rejected by the Identity

Last updated