MCPcopy 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
199func Proposers() []common.Address {
200 return proposersMap[GetRunMode()]
201}
202
203func Validators() []common.Address {
204 return validatorsMap[GetRunMode()]

Callers 1

TestProposersFunction · 0.85

Calls 1

GetRunModeFunction · 0.85

Tested by 1

TestProposersFunction · 0.68