Versions in this module Expand all Collapse all v0 v0.2.0 Jan 23, 2024 Changes in this version + func NewMsgServerImpl(keeper Keeper) types.MsgServer + type Keeper struct + func NewKeeper(cdc codec.BinaryCodec, storeService store.KVStoreService, logger log.Logger, ...) Keeper + func (k Keeper) AddPost(ctx sdk.Context, post types.Post) + func (k Keeper) GetAuthority() string + func (k Keeper) GetParams(ctx context.Context) (params types.Params) + func (k Keeper) GetPost(ctx sdk.Context, namespace string) (post types.Post, found bool) + func (k Keeper) Logger() log.Logger + func (k Keeper) Params(goCtx context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error) + func (k Keeper) ReadPost(goCtx context.Context, req *types.QueryReadPostRequest) (*types.QueryReadPostResponse, error) + func (k Keeper) SetParams(ctx context.Context, params types.Params) error v0.1.0-bulletin Dec 7, 2023