Skip to content

Commit

Permalink
chore: format lockup statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jan 20, 2025
1 parent c157ec5 commit 4a0c3db
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/concepts/lockup/06-statuses.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ title: "Statuses"

A Lockup stream can have one of five distinct statuses:

| Status | Description |
| --------- | ----------------------------------------------------------------- |
| Pending | Stream created but not started; tokens are in a pending state. |
| Streaming | Active stream where tokens are currently being streamed. |
| Settled | All tokens have been streamed; recipient is due to withdraw them. |
| Canceled | Canceled stream; remaining tokens await recipient's withdrawal. |
| Depleted | Depleted stream; all tokens have been withdrawn and/or refunded. |
| Status | Description |
| ----------- | ----------------------------------------------------------------- |
| `PENDING` | Stream created but not started; tokens are in a pending state. |
| `STREAMING` | Active stream where tokens are currently being streamed. |
| `SETTLED` | All tokens have been streamed; recipient is due to withdraw them. |
| `CANCELED` | Canceled stream; remaining tokens await recipient's withdrawal. |
| `DEPLETED` | Depleted stream; all tokens have been withdrawn and/or refunded. |

## Temperature

Expand Down

0 comments on commit 4a0c3db

Please sign in to comment.