Versions in this module Expand all Collapse all v0 v0.50.9 Jul 10, 2024 Changes in this version + var StoreKey = "Consensus" + type Keeper struct + ParamsStore collections.Item[cmtproto.ConsensusParams] + func NewKeeper(cdc codec.BinaryCodec, storeService storetypes.KVStoreService, ...) Keeper + func (k *Keeper) GetAuthority() string + func (k Keeper) Params(ctx context.Context, _ *types.QueryParamsRequest) (*types.QueryParamsResponse, error) + func (k Keeper) UpdateParams(ctx context.Context, msg *types.MsgUpdateParams) (*types.MsgUpdateParamsResponse, error)