GenesisState defines the tokenfactory module's genesis state.

interface GenesisState {
    factoryDenoms: GenesisDenom[];
    params: undefined | Params;
}

Properties

factoryDenoms: GenesisDenom[]
params: undefined | Params

params defines the paramaters of the module.