Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek committed Oct 6, 2020
1 parent c938424 commit a909a8c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions documentation/en/api-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -3007,7 +3007,8 @@ Response:
```

### StateCirculatingSupply
StateCirculatingSupply returns the circulating supply of Filecoin at the given tipset
StateCirculatingSupply returns an approximation of the circulating supply of Filecoin at the given tipset.
This is the value used by the protocol when calculating pledge collateral.


Perms: read
Expand Down Expand Up @@ -3102,8 +3103,8 @@ Response:
```

### StateExactCirculatingSupply
TODO: Remove StateCirculatingSupply maybe?
StateExactCirculatingSupply returns the exact circulating supply of Filecoin at the given tipset
StateExactCirculatingSupply returns the exact circulating supply of Filecoin at the given tipset.
This is not used anywhere in the protocol itself, and is only for external consumption.


Perms: read
Expand Down

0 comments on commit a909a8c

Please sign in to comment.