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

Method FullSolution

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

FullSolution returns true if the share is solution for its full block pow hash. It returns false otherwise.

()

Source from the content-addressed store, hash-verified

134 // FullSolution returns true if the share is solution for its full block pow
135 // hash. It returns false otherwise.
136 FullSolution() bool
137}
138
139// Claim represent a batch of shares which needs to reorganize its shares in

Callers 1

AcceptSolutionMethod · 0.65

Implementers 2

testShareprotocol/test_share.go
Shareethereum/share.go

Calls

no outgoing calls

Tested by

no test coverage detected