Versions in this module Expand all Collapse all v0 v0.47.5 Sep 22, 2023 Changes in this version + func NewMsgServerImpl(keeper Keeper) types.MsgServer + type Keeper struct + func NewKeeper(cdc codec.BinaryCodec, storeKey storetypes.StoreKey, authority string) Keeper + func (k *Keeper) Get(ctx sdk.Context) (*tmproto.ConsensusParams, error) + func (k *Keeper) GetAuthority() string + func (k *Keeper) Has(ctx sdk.Context) bool + func (k *Keeper) Set(ctx sdk.Context, cp *tmproto.ConsensusParams) + type Querier struct + func NewQuerier(keeper Keeper) Querier + func (k Querier) Params(ctx context.Context, _ *types.QueryParamsRequest) (*types.QueryParamsResponse, error)