Versions in this module Expand all Collapse all v9 v9.0.0 Aug 2, 2024 Changes in this version + func NewMsgServerImpl(keeper Keeper) types.MsgServiceServer + type Keeper struct + func NewKeeper(cdc codec.BinaryCodec, storeKey, memKey storetypes.StoreKey, ...) *Keeper + func (k Keeper) Ask(ctx goctx.Context, req *types.QueryServiceAskRequest) (response *types.QueryServiceAskResponse, err error) + func (k Keeper) GetAuthority() string + func (k Keeper) GetParams(ctx sdk.Context) (params types.Params) + func (k Keeper) Logger(ctx sdk.Context) log.Logger + func (k Keeper) Params(c context.Context, req *types.QueryServiceParamsRequest) (*types.QueryServiceParamsResponse, error) + func (k Keeper) SetParams(ctx sdk.Context, params types.Params) error Other modules containing this package github.com/axone-protocol/axoned/v10 github.com/axone-protocol/axoned/v11 github.com/axone-protocol/axoned/v7 github.com/axone-protocol/axoned/v8