Like Params from "cosmjs-types/cosmos/mint/v1beta1/mint" but using decimal types.

interface MintParams {
    blocksPerYear: Long;
    goalBonded: Decimal;
    inflationMax: Decimal;
    inflationMin: Decimal;
    inflationRateChange: Decimal;
    mintDenom: string;
}

Hierarchy

  • Pick<Params, "blocksPerYear" | "mintDenom">
    • MintParams

Properties

blocksPerYear: Long

expected blocks per year

goalBonded: Decimal
inflationMax: Decimal
inflationMin: Decimal
inflationRateChange: Decimal
mintDenom: string

type of coin to mint

Generated using TypeDoc