FullSolution returns true if the share is solution for its full block pow hash. It returns false otherwise.
()
| 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 |