Uses of Class
com.h2tcoin.takamakachain.transactions.fee.FeeBean
-
Packages that use FeeBean Package Description com.h2tcoin.takamakachain.block com.h2tcoin.takamakachain.transactions.fee com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of FeeBean in com.h2tcoin.takamakachain.block
Methods in com.h2tcoin.takamakachain.block with parameters of type FeeBean Modifier and Type Method Description voidTkmValidityBean. updateValues(String sith, boolean valid, boolean included, String error, FeeBean fb) -
Uses of FeeBean in com.h2tcoin.takamakachain.transactions.fee
Methods in com.h2tcoin.takamakachain.transactions.fee that return FeeBean Modifier and Type Method Description static FeeBeanTransactionFeeCalculator. getFeeBean(TransactionBox tbox)Methods in com.h2tcoin.takamakachain.transactions.fee with parameters of type FeeBean Modifier and Type Method Description voidFeeBean. sum(FeeBean fb)sum the FeeBean passed to the current FeeBeanstatic BigIntegerTransactionFeeCalculator. totalFee(FeeBean fb) -
Uses of FeeBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return FeeBean Modifier and Type Method Description static FeeBeanTkmTextUtils. getFeeBeanFromJson(String jsonString)Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type FeeBean Modifier and Type Method Description static StringTkmTK. getFeeViewTK(FeeBean fb)static StringTkmTextUtils. toJson(FeeBean tpk)
-