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 void
TkmValidityBean. 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 FeeBean
TransactionFeeCalculator. getFeeBean(TransactionBox tbox)
Methods in com.h2tcoin.takamakachain.transactions.fee with parameters of type FeeBean Modifier and Type Method Description void
FeeBean. sum(FeeBean fb)
sum the FeeBean passed to the current FeeBeanstatic BigInteger
TransactionFeeCalculator. 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 FeeBean
TkmTextUtils. getFeeBeanFromJson(String jsonString)
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type FeeBean Modifier and Type Method Description static String
TkmTK. getFeeViewTK(FeeBean fb)
static String
TkmTextUtils. toJson(FeeBean tpk)
-