Params defines the parameters for the x/mint module.
from message cosmos.mint.v1beta1.Params
Optional
expected blocks per year
from field: uint64 blocks_per_year = 6;
goal of percent bonded atoms
from field: string goal_bonded = 5;
maximum inflation rate
from field: string inflation_max = 3;
minimum inflation rate
from field: string inflation_min = 4;
maximum annual change in inflation rate
from field: string inflation_rate_change = 2;
type of coin to mint
from field: string mint_denom = 1;
Static
Readonly
Params defines the parameters for the x/mint module.
Generated
from message cosmos.mint.v1beta1.Params