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

Method RegisterNodeService

app/app.go:564–566  ·  view source on GitHub ↗

RegisterNodeService registers the node gRPC Query service.

(cctx client.Context, cfg config.Config)

Source from the content-addressed store, hash-verified

562
563// RegisterNodeService registers the node gRPC Query service.
564func (app *AkashApp) RegisterNodeService(cctx client.Context, cfg config.Config) {
565 nodeservice.RegisterNodeService(cctx, app.GRPCQueryRouter(), cfg)
566}
567
568// RegisterGRPCServerWithSkipCheckHeader registers all gRPC services including
569// the Akash Discovery service for version negotiation.

Callers 1

startInProcessFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected