MCPcopy Create free account
hub / github.com/akash-network/node / NewMsgServerImpl

Function NewMsgServerImpl

x/audit/handler/msg_server.go:19–21  ·  view source on GitHub ↗

NewMsgServerImpl returns an implementation of the market MsgServer interface for the provided Keeper.

(k keeper.Keeper)

Source from the content-addressed store, hash-verified

17// NewMsgServerImpl returns an implementation of the market MsgServer interface
18// for the provided Keeper.
19func NewMsgServerImpl(k keeper.Keeper) types.MsgServer {
20 return &msgServer{keeper: k}
21}
22
23var _ types.MsgServer = msgServer{}
24

Callers 2

RegisterServicesMethod · 0.92
NewHandlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected