VerifyClaim takes some necessary parameters that provides complete proof of a share with index shareIndex in the cliam and submit to contract side in order to prove that the claim is valid so the miner can take credit of it.
(shareIndex *big.Int, claim Claim)
| 82 | // in order to prove that the claim is valid so the miner can take credit |
| 83 | // of it. |
| 84 | VerifyClaim(shareIndex *big.Int, claim Claim) error |
| 85 | } |
| 86 | |
| 87 | // NetworkClient represents client for blockchain network that miner is mining |
no outgoing calls
no test coverage detected