Uses of Class
com.h2tcoin.takamakachain.utils.acceptedBet.AcceptedBetByTargetBean
-
Packages that use AcceptedBetByTargetBean Package Description com.h2tcoin.takamakachain.db.embedded.node com.h2tcoin.takamakachain.transactions com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of AcceptedBetByTargetBean in com.h2tcoin.takamakachain.db.embedded.node
Methods in com.h2tcoin.takamakachain.db.embedded.node that return types with arguments of type AcceptedBetByTargetBean Modifier and Type Method Description static ConcurrentSkipListMap<String,AcceptedBetByTargetBean>
StakeManagement. consolidateMainStakesByHolder(ConcurrentSkipListSet<AcceptedBetByHolderBean> acceptedBets, KeyWriterStatusBean kwSB)
Get all the stakes consolidated on the MAIN addresses by holder Bets made on OVERFLOW nodes are transferred onto their MAINsstatic ConcurrentSkipListMap<String,AcceptedBetByTargetBean>
StakeManagement. getConsolidatedAcceptedBetsByMain(ConcurrentSkipListMap<String,NodeManagerBean> nodeLinks, ConcurrentSkipListMap<String,BigInteger> nodeStakes, ConcurrentSkipListSet<AcceptedBetByHolderBean> acceptedBets)
Returns the main stakes by holderMethod parameters in com.h2tcoin.takamakachain.db.embedded.node with type arguments of type AcceptedBetByTargetBean Modifier and Type Method Description static ConcurrentSkipListMap<String,HolderStakesByTargetBean>
StakeManagement. getHolderStakesByTarget(ConcurrentSkipListSet<AcceptedBetByHolderBean> acceptedBets, KeyWriterStatusBean kwSB, ConcurrentSkipListMap<String,AcceptedBetByTargetBean> mainStakesByHolder)
Same as AcceptedBetByHolder but this list contains only bets on MAIN addresses enabled to minestatic ConcurrentSkipListMap<String,String>
StakeManagement. getRewardAddresses(ConcurrentSkipListMap<String,AcceptedBetByTargetBean> input, String seed)
returns an ordered list of all the addresses that are expected to receive rewards(fees and coinbase) -
Uses of AcceptedBetByTargetBean in com.h2tcoin.takamakachain.transactions
Methods in com.h2tcoin.takamakachain.transactions that return AcceptedBetByTargetBean Modifier and Type Method Description static AcceptedBetByTargetBean
TkmStakeBeanHelper. getNewAcceptedBetByTargetBean(String addrUrl64)
Methods in com.h2tcoin.takamakachain.transactions that return types with arguments of type AcceptedBetByTargetBean Modifier and Type Method Description static ConcurrentSkipListMap<String,AcceptedBetByTargetBean>
TkmStakeBeanHelper. convertAcceptedBetByHolderToAcceptedBetByTarget(ConcurrentSkipListSet<AcceptedBetByHolderBean> acceptedBetByHolderSet)
static ConcurrentSkipListMap<String,AcceptedBetByTargetBean>
TkmStakeBeanHelper. deepCopy(ConcurrentSkipListMap<String,AcceptedBetByTargetBean> abbtMap)
Create an independent copy of the object passed as an argumentstatic ConcurrentSkipListMap<String,AcceptedBetByTargetBean>
TkmStakeBeanHelper. getAcceptedBetByTargetAtPointInTime(int epoch, int slot, String uid)
This function reads the status from the persistent archive.Methods in com.h2tcoin.takamakachain.transactions with parameters of type AcceptedBetByTargetBean Modifier and Type Method Description static void
TkmStakeBeanHelper. sumRightToLeft(AcceptedBetByTargetBean left, AcceptedBetByTargetBean right)
This function modifies the list of left stakes.Method parameters in com.h2tcoin.takamakachain.transactions with type arguments of type AcceptedBetByTargetBean Modifier and Type Method Description static ConcurrentSkipListMap<String,AcceptedBetByTargetBean>
TkmStakeBeanHelper. deepCopy(ConcurrentSkipListMap<String,AcceptedBetByTargetBean> abbtMap)
Create an independent copy of the object passed as an argument -
Uses of AcceptedBetByTargetBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return types with arguments of type AcceptedBetByTargetBean Modifier and Type Method Description static ConcurrentSkipListMap<String,AcceptedBetByTargetBean>
NodeManagerUtils. getAcceptedBetByTarget()
static ConcurrentSkipListMap<String,AcceptedBetByTargetBean>
TkmTextUtils. getListMapAcceptedBetByTargetFromJson(String jsonString)
Method parameters in com.h2tcoin.takamakachain.utils.threadSafeUtils with type arguments of type AcceptedBetByTargetBean Modifier and Type Method Description static String
TkmTextUtils. toJsonAcceptedBetByTargetList(ConcurrentSkipListMap<String,AcceptedBetByTargetBean> listMapAcceptedBetByTarget)
-