# AffirmationStatus

## Index

### Enumeration members

* [Affirmed](#affirmed)
* [Pending](#pending)
* [Rejected](#rejected)
* [Unknown](#unknown)

## Enumeration members

### Affirmed

• **Affirmed**: = "Affirmed"

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

### Pending

• **Pending**: = "Pending"

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

### Rejected

• **Rejected**: = "Rejected"

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

### Unknown

• **Unknown**: = "Unknown"

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