# 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:47*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/api/entities/Instruction/types.ts#L47)

### Pending

• **Pending**: = "Pending"

*Defined in* [*src/api/entities/Instruction/types.ts:46*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/api/entities/Instruction/types.ts#L46)

### Rejected

• **Rejected**: = "Rejected"

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

### Unknown

• **Unknown**: = "Unknown"

*Defined in* [*src/api/entities/Instruction/types.ts:45*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/api/entities/Instruction/types.ts#L45)
