Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CPChain/chain
/ Proposers
Function
Proposers
configs/general.go:199–201 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
197
}
198
199
func
Proposers() []common.Address {
200
return
proposersMap[GetRunMode()]
201
}
202
203
func
Validators() []common.Address {
204
return
validatorsMap[GetRunMode()]
Callers
1
TestProposers
Function · 0.85
Calls
1
GetRunMode
Function · 0.85
Tested by
1
TestProposers
Function · 0.68