Uses of Class
com.h2tcoin.takamakachain.transactions.fee.RewardBean
-
Packages that use RewardBean Package Description com.h2tcoin.takamakachain.block com.h2tcoin.takamakachain.transactions.fee com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of RewardBean in com.h2tcoin.takamakachain.block
Methods in com.h2tcoin.takamakachain.block with parameters of type RewardBean Modifier and Type Method Description static String
InternalBlockBeanHelper. getCoinBaseMessage(BigInteger coinbase, RewardBean rb)
-
Uses of RewardBean in com.h2tcoin.takamakachain.transactions.fee
Methods in com.h2tcoin.takamakachain.transactions.fee that return RewardBean Modifier and Type Method Description static RewardBean
TransactionFeeCalculator. getPayBeanAndApplyToBalanceThePay(TransactionBox tbox, BalanceBean payer)
This function alters the payer's balance sheet. -
Uses of RewardBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return RewardBean Modifier and Type Method Description RewardBean
KeyWriterGlobalStatus. getReward()
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type RewardBean Modifier and Type Method Description void
KeyWriterGlobalStatus. setReward(RewardBean reward)
-