Skip to content

Commit

Permalink
Resolve merge conflicts in icon_chainscore_api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
goldworm committed Jul 16, 2024
2 parents 1fd468d + 93612e4 commit 05592b9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/icon_chainscore_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ def getPRepTerm() -> dict:
| startBlockHeight | int | start block height of the term |
| endBlockHeight | int | end block height of the term |
| totalSupply | int | total supply amount at `startBlockHeight` |
| preps | List\[[PRep](#prep)\] | (Optional. revison < 26) Main/Sub P-Rep list |
| preps | List\[[PRep](#prep)\] | Main/Sub P-Rep list at `startBlockHeight` |
| totalDelegated | int | total delegation amount of `preps` |
| totalPower | int | total power amount of `preps` |
| period | int | term period |
Expand Down Expand Up @@ -1863,11 +1863,11 @@ The list of fields below is subject to change based on revisions

## PRepSnapshot

| Key | Value Type | Description |
|:----------|:-----------|:--------------------------------------------------------------------------------------------------------------|
| name | str | P-Rep name |
| address | Address | P-Rep address |
| delegated | int | delegation amount that a P-Rep receives from ICONist |
| Key | Value Type | Description |
|:----------|:-----------|:-------------------------------------------------------------------------------------------------|
| name | str | P-Rep name |
| address | Address | P-Rep address |
| delegated | int | delegation amount that a P-Rep receives from ICONist |
| power | int | amount of power that a P-Rep receives from ICONist. See [Power](#power) section for more details |

## PRepStats
Expand Down

0 comments on commit 05592b9

Please sign in to comment.