Params defines the parameters for the x/mint module.

from message cosmos.mint.v1beta1.Params

Hierarchy

Constructors

Properties

blocksPerYear: bigint = protoInt64.zero

expected blocks per year

from field: uint64 blocks_per_year = 6;

goalBonded: string = ""

goal of percent bonded atoms

from field: string goal_bonded = 5;

inflationMax: string = ""

maximum inflation rate

from field: string inflation_max = 3;

inflationMin: string = ""

minimum inflation rate

from field: string inflation_min = 4;

inflationRateChange: string = ""

maximum annual change in inflation rate

from field: string inflation_rate_change = 2;

mintDenom: string = ""

type of coin to mint

from field: string mint_denom = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.mint.v1beta1.Params" = "cosmos.mint.v1beta1.Params"

Methods