> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymesh-sdk-api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v10/interfaces/groupedinstructions.md).

# GroupedInstructions

## Hierarchy

* **GroupedInstructions**

## Index

### Properties

* [affirmed](#affirmed)
* [failed](#failed)
* [pending](#pending)
* [rejected](#rejected)

## Properties

### affirmed

• **affirmed**: [*Instruction*](/polymesh-sdk-api-reference/docs-v10/classes/instruction.md)*\[]*

*Defined in* [*src/types/index.ts:1188*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L1188)

Instructions that have already been affirmed by the Identity

### failed

• **failed**: [*Instruction*](/polymesh-sdk-api-reference/docs-v10/classes/instruction.md)*\[]*

*Defined in* [*src/types/index.ts:1202*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L1202)

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*](/polymesh-sdk-api-reference/docs-v10/classes/instruction.md)*\[]*

*Defined in* [*src/types/index.ts:1196*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L1196)

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

### rejected

• **rejected**: [*Instruction*](/polymesh-sdk-api-reference/docs-v10/classes/instruction.md)*\[]*

*Defined in* [*src/types/index.ts:1192*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L1192)

Instructions that have already been rejected by the Identity
