GenesisState defines the dex module's genesis state.

interface GenesisStateAmino {
    contractState?: ContractStateAmino[];
    lastEpoch?: string;
    params?: ParamsAmino;
}

Properties

contractState?: ContractStateAmino[]
lastEpoch?: string
params?: ParamsAmino