MCPcopy Create free account
hub / github.com/CPChain/chain / APIs

Method APIs

node/service.go:75–75  ·  view source on GitHub ↗

APIs retrieves the list of RPC descriptors the service provides

()

Source from the content-addressed store, hash-verified

73
74 // APIs retrieves the list of RPC descriptors the service provides
75 APIs() []rpc.API
76
77 // Start is called after all services have been constructed and the networking
78 // layer was also initialized to spawn any goroutines required by the service.

Callers 4

APIsMethod · 0.65
RNodeMethod · 0.65
ValidatorsMethod · 0.65
startRPCMethod · 0.65

Implementers 4

CpchainServiceprotocols/cpc/backend.go
SampleServicenode/node_example_test.go
NoopServicenode/utils_test.go
InstrumentedServicenode/utils_test.go

Calls

no outgoing calls

Tested by

no test coverage detected