(addr common.Address)
| 37 | SignalGroupDissolve() (err error) |
| 38 | SignalBootstrap(cid *big.Int) (err error) |
| 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) |
no outgoing calls
no test coverage detected