MCPcopy Create free account
hub / github.com/DOSNetwork/core / Error

Method Error

onchain/eth_proxy.go:33–33  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

31type logger interface {
32 Info(msg string)
33 Error(err error)
34 TimeTrack(start time.Time, e string, info map[string]interface{})
35 Event(e string, info map[string]interface{})
36}

Callers 15

TestReadEthKeyFunction · 0.65
CheckSyncFunction · 0.65
getMethod · 0.65
handleReqMethod · 0.65
SetGroupSizeMethod · 0.65
UpdateRandomnessMethod · 0.65
DataReturnMethod · 0.65
RegisterGroupPubKeyMethod · 0.65
RegisterNewNodeMethod · 0.65
UnRegisterNodeMethod · 0.65
SignalRandomMethod · 0.65
SignalGroupFormationMethod · 0.65

Implementers 1

loggerlog/logger.go

Calls

no outgoing calls

Tested by 1

TestReadEthKeyFunction · 0.52