> 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-v8/enums/instructiontype.md).

# InstructionType

## Index

### Enumeration members

* [SettleOnAffirmation](/polymesh-sdk-api-reference/docs-v8/enums/instructiontype.md#settleonaffirmation)
* [SettleOnBlock](/polymesh-sdk-api-reference/docs-v8/enums/instructiontype.md#settleonblock)

## Enumeration members

### SettleOnAffirmation

• **SettleOnAffirmation**: = "SettleOnAffirmation"

*Defined in* [*src/api/entities/Instruction/types.ts:13*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/api/entities/Instruction/types.ts#L13)

### SettleOnBlock

• **SettleOnBlock**: = "SettleOnBlock"

*Defined in* [*src/api/entities/Instruction/types.ts:14*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/api/entities/Instruction/types.ts#L14)
