Skip to content

api.entities.Instruction.types.GroupedInstructions

prashantasdeveloper edited this page Oct 31, 2024 · 16 revisions

Interface: GroupedInstructions

api/entities/Instruction/types.GroupedInstructions

Table of contents

Properties

Properties

affirmed

affirmed: Instruction[]

Instructions that have already been affirmed by the Identity

Defined in

api/entities/Instruction/types.ts:127


failed

failed: Instruction[]

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

Defined in

api/entities/Instruction/types.ts:137


pending

pending: Instruction[]

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

Defined in

api/entities/Instruction/types.ts:131

Clone this wiki locally