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 voidadd(NodeStakeBean sb)ConcurrentSkipListMap<String,ConcurrentSkipListSet<Integer>>createDistribution(int epoch)booleanisSeedSet()voidresetInstance()voidsetSeed(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()
-
-