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 StringInternalBlockBeanHelper. 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 RewardBeanTransactionFeeCalculator. 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 RewardBeanKeyWriterGlobalStatus. getReward()Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type RewardBean Modifier and Type Method Description voidKeyWriterGlobalStatus. setReward(RewardBean reward)
-