Counter returns the counter to be used in augmented merkle tree of a claim which contains many shares. This counter must be increasing as shares share coming. In other words, later share must have bigger counter.
()
| 126 | // which contains many shares. This counter must be increasing as shares |
| 127 | // share coming. In other words, later share must have bigger counter. |
| 128 | Counter() *big.Int |
| 129 | // Difficulty returns the difficulty of the share that miner has solved. |
| 130 | ShareDifficulty() *big.Int |
| 131 | // Hash return the hash of the share to be used as leaf hash of the augmented |
no outgoing calls