MCPcopy Create free account
hub / github.com/SmartPool/smartpool-client / WorkID

Method WorkID

types.go:120–120  ·  view source on GitHub ↗

WorkID returns the ID to identify the work it is trying to solve

()

Source from the content-addressed store, hash-verified

118type Solution interface {
119 // WorkID returns the ID to identify the work it is trying to solve
120 WorkID() string
121}
122
123// Share represent a solution of a Work that comes from the miner.

Callers 1

AcceptSolutionMethod · 0.65

Implementers 2

testSolutionprotocol/test_solution.go
Solutionethereum/solution.go

Calls

no outgoing calls

Tested by

no test coverage detected