Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
type
RNodeService
interface
{
11
GetRNodes() ([]common.Address, error)
12
}
13
14
type
RNodeServiceImpl
struct
{
Callers
5
Test_SetConsensusRnodeBackends
Function · 0.95
TestGetRNodes
Function · 0.65
GetRNodes
Method · 0.65
GetRNodes
Method · 0.65
RNode
Method · 0.65
Implementers
5
PublicBlockChainAPI
internal/cpcapi/api.go
Client
api/cpclient/cpclient.go
API
consensus/dpor/api.go
Dpor
consensus/dpor/dpor.go
RNodeServiceImpl
consensus/dpor/rnode/rnode.go
Calls
no outgoing calls
Tested by
2
Test_SetConsensusRnodeBackends
Function · 0.76
TestGetRNodes
Function · 0.52