Configure configs etherbase and extradata to the network client
(etherbase common.Address, extradata string)
| 103 | ReadyToMine() bool |
| 104 | // Configure configs etherbase and extradata to the network client |
| 105 | Configure(etherbase common.Address, extradata string) error |
| 106 | } |
| 107 | |
| 108 | // ShareReceiver represents SmartPool itself which accepts solutions from |
no outgoing calls
no test coverage detected