GenesisState defines the tokenfactory module's genesis state.

interface GenesisStateAmino {
    factory_denoms?: GenesisDenomAmino[];
    params?: ParamsAmino;
}

Properties

factory_denoms?: GenesisDenomAmino[]
params?: ParamsAmino

params defines the paramaters of the module.