Uses of Class
com.h2tcoin.takamakachain.block.TkmRewardBean
-
Packages that use TkmRewardBean Package Description com.h2tcoin.takamakachain.block com.h2tcoin.takamakachain.support com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of TkmRewardBean in com.h2tcoin.takamakachain.block
Methods in com.h2tcoin.takamakachain.block that return TkmRewardBean Modifier and Type Method Description static TkmRewardBean
InternalBlockBeanHelper. getEmptyRewardBean(String toUrl64Addr)
Methods in com.h2tcoin.takamakachain.block that return types with arguments of type TkmRewardBean Modifier and Type Method Description ConcurrentSkipListMap<String,TkmRewardBean>
InternalBlockBean. getRewardList()
sorting string,reward beanMethod parameters in com.h2tcoin.takamakachain.block with type arguments of type TkmRewardBean Modifier and Type Method Description static String
InternalBlockBeanHelper. getRewardListHash(ConcurrentSkipListMap<String,TkmRewardBean> rewList)
static void
InternalBlockBeanHelper. populatePayback(ConcurrentSkipListMap<String,TkmRewardBean> blockListPayback, ConcurrentSkipListMap<String,HolderStakesByTargetBean> hsbt, TkmCSBS i)
void
InternalBlockBean. setRewardList(ConcurrentSkipListMap<String,TkmRewardBean> rewardList)
sorting string,reward bean -
Uses of TkmRewardBean in com.h2tcoin.takamakachain.support
Fields in com.h2tcoin.takamakachain.support with type parameters of type TkmRewardBean Modifier and Type Field Description ConcurrentSkipListMap<String,TkmRewardBean>
HsbtManageBean. blockListPayback
-
Uses of TkmRewardBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Method parameters in com.h2tcoin.takamakachain.utils.threadSafeUtils with type arguments of type TkmRewardBean Modifier and Type Method Description static KeyWriterAcceptedBetByHolderBean
TkmKeyWriter. getKeyWriterAcceptedBetByHolderQueryBean(ConcurrentSkipListMap<String,TkmRewardBean> payBackList)
static KeyWriterBalancesBean
TkmKeyWriter. getKeyWriterBalanceQueryBean(ConcurrentSkipListMap<String,TkmRewardBean> blockListPayback)
starting from a list of RB the method generates a container with all the addresses involved to efficiently perform the bulk recovery of the financial statements and their subsequent updating.static KeyWriterStakeBean
TkmKeyWriter. getKeyWriterStakeByHolderQueryBean(ConcurrentSkipListMap<String,TkmRewardBean> payBackList)
static void
TkmOperations. pushTransactions(KeyWriterGlobalStatus kwGS, TransactionBox[] transactions, ConcurrentSkipListMap<String,TkmRewardBean> blockListPayback)
Evaluates current transactions and applies them to the current system status if valid.It also updates the list of transaction errors and calculates the processing cost incurred by the node.static void
TkmPayBackHelper. updateKeyWriterAcceptedBets(KeyWriterGlobalStatus kwGS, ConcurrentSkipListMap<String,TkmRewardBean> blockListPayback)
-