MCPcopy Index your code
hub / github.com/chain/Core / State

Method State

core/api.go:97–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95
96type leaderProcess interface {
97 State() leader.ProcessState
98 Address(context.Context) (string, error)
99}
100

Callers 9

leaderSignHandlerMethod · 0.65
buildMethod · 0.65
submitMethod · 0.65
infoMethod · 0.65
leaderInfoMethod · 0.65
FetchFunction · 0.65
makeBlockMethod · 0.65
checkUTXOMethod · 0.65
TestFailoverFunction · 0.65

Implementers 3

alwaysLeadercore/api_test.go
alwaysFollowercore/core_test.go
Leadercore/leader/leader.go

Calls

no outgoing calls

Tested by 1

TestFailoverFunction · 0.52