GenesisState defines the mint module's genesis state.

interface GenesisState {
    minter: undefined | Minter;
    params: undefined | Params;
}

Properties

Properties

minter: undefined | Minter

minter is a space for holding current inflation information.

params: undefined | Params

params defines all the paramaters of the module.