> For the complete documentation index, see [llms.txt](https://centr.gitbook.io/netcs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://centr.gitbook.io/netcs/api/states/transactionstate.md).

# TransactionState

Different states of a Transaction

| Field        | Code | Description                      |
| ------------ | ---- | -------------------------------- |
| `INVALID`    | 0    | Transaction is Invalid declared  |
| `VALID`      | 1    | Transaction is Valid declared    |
| `INPROGRESS` | 2    | Transaction is still in progress |
