MCPcopy Index your code
hub / github.com/SmartPool/smartpool-client / Printf

Method Printf

interfaces.go:42–42  ·  view source on GitHub ↗

TODO: Add necessary methods TODO: This might take information about internal detail such as: number of claim submitted, number of claim verified, number of claim accepted, number of share per claim on average, average hash rate,...

(format string, a ...interface{})

Source from the content-addressed store, hash-verified

40 // number of claim accepted, number of share per claim on average,
41 // average hash rate,...
42 Printf(format string, a ...interface{}) (n int, err error)
43}
44
45// PersistentStorage is the gateway for smartpool to interact with external

Callers 15

PrintfMethod · 0.65
RegisterMethod · 0.65
AcceptSolutionMethod · 0.65
SealClaimMethod · 0.65
SubmitMethod · 0.65
shouldStopMethod · 0.65
actOnTickMethod · 0.65
RunMethod · 0.65
promptUserPassPhraseFunction · 0.65
RunFunction · 0.65
mainFunction · 0.65
InitializeFunction · 0.65

Implementers 2

StdOutstdout.go
testUserOutputprotocol/test_useroutput.go

Calls

no outgoing calls

Tested by 1

TestGetSeedHashFunction · 0.52