Interface VerifiableRandomFunctionInterface
-
- All Known Implementing Classes:
VRFRigged
public interface VerifiableRandomFunctionInterface
- Author:
- giovanni.antino@h2tcoin.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(NodeStakeBean sb)
ConcurrentSkipListMap<String,ConcurrentSkipListSet<Integer>>
createDistribution(int epoch)
boolean
isSeedSet()
void
resetInstance()
void
setSeed(String seed)
-
-
-
Method Detail
-
createDistribution
ConcurrentSkipListMap<String,ConcurrentSkipListSet<Integer>> createDistribution(int epoch) throws Exception
- Throws:
Exception
-
isSeedSet
boolean isSeedSet()
-
add
void add(NodeStakeBean sb) throws Exception
- Throws:
Exception
-
resetInstance
void resetInstance()
-
-