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

Method GetRNodes

consensus/dpor/rnode/rnode.go:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10type RNodeService interface {
11 GetRNodes() ([]common.Address, error)
12}
13
14type RNodeServiceImpl struct {

Callers 5

TestGetRNodesFunction · 0.65
GetRNodesMethod · 0.65
GetRNodesMethod · 0.65
RNodeMethod · 0.65

Implementers 5

PublicBlockChainAPIinternal/cpcapi/api.go
Clientapi/cpclient/cpclient.go
APIconsensus/dpor/api.go
Dporconsensus/dpor/dpor.go
RNodeServiceImplconsensus/dpor/rnode/rnode.go

Calls

no outgoing calls

Tested by 2

TestGetRNodesFunction · 0.52