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{})
| 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 |
no outgoing calls