Versions in this module Expand all Collapse all v0 v0.43.1 Aug 24, 2021 Changes in this version + func NewQuerier(k Keeper, legacyQuerierCdc *codec.LegacyAmino) sdk.Querier + type Keeper struct + func NewKeeper(cdc codec.BinaryCodec, legacyAmino *codec.LegacyAmino, key, tkey sdk.StoreKey) Keeper + func (k Keeper) GetSubspace(s string) (types.Subspace, bool) + func (k Keeper) GetSubspaces() []types.Subspace + func (k Keeper) Logger(ctx sdk.Context) log.Logger + func (k Keeper) Params(c context.Context, req *proposal.QueryParamsRequest) (*proposal.QueryParamsResponse, error) + func (k Keeper) Subspace(s string) types.Subspace + func (k Keeper) Subspaces(goCtx context.Context, req *proposal.QuerySubspacesRequest) (*proposal.QuerySubspacesResponse, error)