Versions in this module Expand all Collapse all v6 v6.0.0 Feb 22, 2023 Changes in this version + type Keeper struct + func NewKeeper(cdc codec.Codec, storeKey storetypes.StoreKey) *Keeper + func (k *Keeper) SetHooks(eh types.EpochHooks) *Keeper + func (k Keeper) AfterEpochEnd(ctx sdk.Context, epochInfo types.EpochInfo) + func (k Keeper) AllEpochInfos(ctx sdk.Context) []types.EpochInfo + func (k Keeper) BeforeEpochStart(ctx sdk.Context, epochInfo types.EpochInfo) + func (k Keeper) BeginBlocker(ctx sdk.Context) + func (k Keeper) CurrentEpoch(c context.Context, req *types.QueryCurrentEpochRequest) (*types.QueryCurrentEpochResponse, error) + func (k Keeper) DeleteEpochInfo(ctx sdk.Context, identifier string) + func (k Keeper) EpochInfo(c context.Context, req *types.QueryEpochInfoRequest) (*types.QueryEpochInfoResponse, error) + func (k Keeper) EpochInfos(c context.Context, req *types.QueryEpochsInfoRequest) (*types.QueryEpochsInfoResponse, error) + func (k Keeper) GetEpochInfo(ctx sdk.Context, identifier string) (types.EpochInfo, bool) + func (k Keeper) IterateEpochInfo(ctx sdk.Context, fn func(index int64, epochInfo types.EpochInfo) (stop bool)) + func (k Keeper) Logger(ctx sdk.Context) log.Logger + func (k Keeper) SetEpochInfo(ctx sdk.Context, epoch types.EpochInfo) v6.0.0-testnet Mar 27, 2023 Other modules containing this package github.com/Stride-Labs/stride github.com/Stride-Labs/stride/v10 github.com/Stride-Labs/stride/v11 github.com/Stride-Labs/stride/v12 github.com/Stride-Labs/stride/v13 github.com/Stride-Labs/stride/v14 github.com/Stride-Labs/stride/v15 github.com/Stride-Labs/stride/v16 github.com/Stride-Labs/stride/v17 github.com/Stride-Labs/stride/v18 github.com/Stride-Labs/stride/v19 github.com/Stride-Labs/stride/v20 github.com/Stride-Labs/stride/v21 github.com/Stride-Labs/stride/v22 github.com/Stride-Labs/stride/v23 github.com/Stride-Labs/stride/v24 github.com/Stride-Labs/stride/v3 github.com/Stride-Labs/stride/v4 github.com/Stride-Labs/stride/v5 github.com/Stride-Labs/stride/v7 github.com/Stride-Labs/stride/v8 github.com/Stride-Labs/stride/v9