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 String
TkmTextUtils. 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 NodeStakeBean
StakeBeanHelper. initStakeBean(String pk, BigInteger stake)
Methods in com.h2tcoin.takamakachain.utils.vrf with parameters of type NodeStakeBean Modifier and Type Method Description void
VerifiableRandomFunctionInterface. add(NodeStakeBean sb)
static BigInteger
StakeBeanHelper. 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 void
VRFRigged. add(NodeStakeBean sb)
-