Class StakeBeanHelper
- java.lang.Object
- 
- com.h2tcoin.takamakachain.utils.vrf.StakeBeanHelper
 
- 
 public class StakeBeanHelper extends Object - Author:
- giovanni.antino@h2tcoin.com
 
- 
- 
Constructor SummaryConstructors Constructor Description StakeBeanHelper()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static BigIntegergetBeanNumber(NodeStakeBean sb)static NodeStakeBeaninitStakeBean(String pk, BigInteger stake)
 
- 
- 
- 
Method Detail- 
initStakeBeanpublic static NodeStakeBean initStakeBean(String pk, BigInteger stake) - Parameters:
- pk-
- stake-
- Returns:
 
 - 
getBeanNumberpublic static BigInteger getBeanNumber(NodeStakeBean sb) throws NoSuchAlgorithmException, HashEncodeException, HashAlgorithmNotFoundException, HashProviderNotFoundException - Parameters:
- sb-
- Returns:
- the key number
- Throws:
- NoSuchAlgorithmException
- HashEncodeException
- HashAlgorithmNotFoundException
- HashProviderNotFoundException
 
 
- 
 
-