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

Method RegisterServices

x/cert/module.go:128–131  ·  view source on GitHub ↗

RegisterServices registers the module's services

(cfg module.Configurator)

Source from the content-addressed store, hash-verified

126
127// RegisterServices registers the module's services
128func (am AppModule) RegisterServices(cfg module.Configurator) {
129 types.RegisterMsgServer(cfg.MsgServer(), handler.NewMsgServerImpl(am.keeper))
130 types.RegisterQueryServer(cfg.QueryServer(), am.keeper.Querier())
131}
132
133// BeginBlock performs no-op
134func (am AppModule) BeginBlock(_ context.Context) error {

Callers

nothing calls this directly

Calls 2

NewMsgServerImplFunction · 0.92
QuerierMethod · 0.65

Tested by

no test coverage detected