Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
docs: update parachain fund status description
Browse files Browse the repository at this point in the history
  • Loading branch information
mittwillson committed May 9, 2022
1 parent 0ac6cb7 commit b712ee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/includes/_para.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ curl -X POST 'https://rococo.api.subscan.io/api/scan/parachain/funds' \
| para_id | int | no | 0 | |
| from_block | int | no | 0 | start blockNum of range query|
| to_block | int | no | 0 | end blockNum of range query|
| status | int | no | 0 | Enum(1:Created|2:Leased|3:Dissolved) |
| status | int | no | 0 | Enum(1:Created\|2:Leased\|3:Ended\|4:Dissolved) |
| from_history| bool | no | false | |
| row | int | yes |
| page | int | yes |
Expand Down Expand Up @@ -744,7 +744,7 @@ curl -X POST 'https://rococo.api.subscan.io/api/scan/parachain/list' \

| Parameter | Type | Require | Default | Description |
| --------- | ---- | ------- | ------- | --------------------------- |
| status | string | no | 0 | Enum(Onboarding|Parathread|Parachain) |
| status | string | no | 0 | Enum(Onboarding\|Parathread\|Parachain) |
| row | int | yes |
| page | int | yes |
| order |string |no |
Expand Down

0 comments on commit b712ee0

Please sign in to comment.