(cid *big.Int, commitment [32]byte)
| 39 | SignalUnregister(addr common.Address) (err error) |
| 40 | StartCommitReveal(startBlock int64, commitDuration int64, revealDuration int64, revealThreshold int64) (err error) |
| 41 | Commit(cid *big.Int, commitment [32]byte) (err error) |
| 42 | Reveal(cid *big.Int, secret *big.Int) (err error) |
| 43 | //Get functions |
| 44 | GroupToPick() (result uint64, err error) |
no outgoing calls