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

Function NewMsgServerImpl

x/cert/handler/msg_server.go:21–23  ·  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

19// NewMsgServerImpl returns an implementation of the market MsgServer interface
20// for the provided Keeper.
21func NewMsgServerImpl(k keeper.Keeper) types.MsgServer {
22 return &msgServer{keeper: k}
23}
24
25func (m msgServer) CreateCertificate(goCtx context.Context, req *types.MsgCreateCertificate) (*types.MsgCreateCertificateResponse, error) {
26 ctx := sdk.UnwrapSDKContext(goCtx)

Callers 2

RegisterServicesMethod · 0.92
NewHandlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected