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

Interface ShareReceiver

interfaces.go:110–112  ·  view source on GitHub ↗

ShareReceiver represents SmartPool itself which accepts solutions from miners.

Source from the content-addressed store, hash-verified

108// ShareReceiver represents SmartPool itself which accepts solutions from
109// miners.
110type ShareReceiver interface {
111 AcceptSolution(s Solution) Share
112}
113
114type PoolMonitor interface {
115 RequireClientUpdate() bool

Callers

nothing calls this directly

Implementers 4

testShareReceiverprotocol/test_share_receiver.go
testWorkprotocol/test_work.go
SmartPoolprotocol/smartpool.go
Workethereum/work.go

Calls

no outgoing calls

Tested by

no test coverage detected