Skip to content

Commit

Permalink
feat(modules): update draft docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-anik committed Feb 27, 2024
1 parent 4d442f2 commit 310f3be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/mint.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ Params defines the parameters for the mint module.
| `mint_denom` | [string](#string) | | Denomination of the coin to be minted. |
| `inflation_coef` | [string](#string) | | Annual inflation coefficient, influencing the inflation rate based on the bonded ratio. Values range from 0 to 1, with higher values indicating higher inflation. |
| `blocks_per_year` | [uint64](#uint64) | | Estimated number of blocks per year. |
| `inflation_max` | [string](#string) | | Maximum annual inflation rate. |
| `inflation_min` | [string](#string) | | Minimum annual inflation rate. |

[//]: # (end messages)

Expand Down

0 comments on commit 310f3be

Please sign in to comment.