MCPcopy Create free account
hub / github.com/DOSNetwork/core / StartCommitReveal

Method StartCommitReveal

onchain/chain_adaptor.go:40–40  ·  view source on GitHub ↗
(startBlock int64, commitDuration int64, revealDuration int64, revealThreshold int64)

Source from the content-addressed store, hash-verified

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)
43 //Get functions

Callers 3

StartCommitRevealMethod · 0.65
StartCommitRevealMethod · 0.65
StartCommitRevealMethod · 0.65

Implementers 1

ethAdaptoronchain/eth_proxy.go

Calls

no outgoing calls

Tested by

no test coverage detected