Uses of Class
com.h2tcoin.takamakachain.utils.vrf.NodeStakeBean
-
Packages that use NodeStakeBean Package Description com.h2tcoin.takamakachain.utils.threadSafeUtils com.h2tcoin.takamakachain.utils.vrf com.h2tcoin.takamakachain.utils.vrf.tree -
-
Uses of NodeStakeBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return types with arguments of type NodeStakeBean Modifier and Type Method Description static ConcurrentSkipListMap<String,NodeStakeBean>TkmTextUtils. getNodeStakeBeanListFromJson(String jsonString)protected static ArrayList<NodeStakeBean>NodeManagerUtils. mapMainStakesToBean(ConcurrentSkipListMap<String,BigInteger> mainStakes)Method parameters in com.h2tcoin.takamakachain.utils.threadSafeUtils with type arguments of type NodeStakeBean Modifier and Type Method Description static StringTkmTextUtils. toJsonNodeStakeBeanList(ConcurrentSkipListMap<String,NodeStakeBean> nodeStakeBeanList) -
Uses of NodeStakeBean in com.h2tcoin.takamakachain.utils.vrf
Methods in com.h2tcoin.takamakachain.utils.vrf that return NodeStakeBean Modifier and Type Method Description static NodeStakeBeanStakeBeanHelper. initStakeBean(String pk, BigInteger stake)Methods in com.h2tcoin.takamakachain.utils.vrf with parameters of type NodeStakeBean Modifier and Type Method Description voidVerifiableRandomFunctionInterface. add(NodeStakeBean sb)static BigIntegerStakeBeanHelper. getBeanNumber(NodeStakeBean sb) -
Uses of NodeStakeBean in com.h2tcoin.takamakachain.utils.vrf.tree
Methods in com.h2tcoin.takamakachain.utils.vrf.tree with parameters of type NodeStakeBean Modifier and Type Method Description voidVRFRigged. add(NodeStakeBean sb)
-