SubmitClaim takes some necessary parameters that represent a claim and submit to the contract using miner's address. The address should be unlocked first.
(claim Claim)
| 71 | // submit to the contract using miner's address. The address should be |
| 72 | // unlocked first. |
| 73 | SubmitClaim(claim Claim) error |
| 74 | // GetShareIndex returns index of the share that is requested to submit |
| 75 | // proof to the contract to represent correctness of the submitted claim. |
| 76 | // GetShareIndex must be called after SubmitClaim to get shareIndex which |
no outgoing calls
no test coverage detected