GenesisState defines the mint module's genesis state.

from message cosmos.mint.v1beta1.GenesisState

Hierarchy

Constructors

Properties

minter?: Minter

minter is a space for holding current inflation information.

from field: cosmos.mint.v1beta1.Minter minter = 1;

params defines all the parameters of the module.

from field: cosmos.mint.v1beta1.Params params = 2;

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

Methods