GenesisState defines the epoch module's genesis state.

interface GenesisState {
    epoch?: Epoch;
    params: undefined | Params;
}

Properties

Properties

epoch?: Epoch
params: undefined | Params