MCPcopy Create free account
hub / github.com/DNAProject/DNA / Start

Method Start

consensus/consensus.go:34–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33type ConsensusService interface {
34 Start() error
35 Halt() error
36 GetPID() *actor.PID
37}

Callers 3

initConsensusFunction · 0.95
exportBlocksFunction · 0.65
importBlocksFunction · 0.65

Implementers 3

DbftServiceconsensus/dbft/dbft_service.go
Serverconsensus/vbft/service.go
SoloServiceconsensus/solo/solo.go

Calls

no outgoing calls

Tested by

no test coverage detected