Uses of Class
com.h2tcoin.takamakachain.transactions.fee.HolderFrozenFeeBean
-
Packages that use HolderFrozenFeeBean Package Description com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of HolderFrozenFeeBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return HolderFrozenFeeBean Modifier and Type Method Description HolderFrozenFeeBeanKeyWriterHolderFrozenFeeBean. getStakeBeanByHex(String hexAddr)HolderFrozenFeeBeanKeyWriterHolderFrozenFeeBean. getStakeBeanByURL64(String urlAddr)Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return types with arguments of type HolderFrozenFeeBean Modifier and Type Method Description ConcurrentSkipListMap<String,HolderFrozenFeeBean>KeyWriterHolderFrozenFeeBean. getHexToFrozenBeanMap()Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type HolderFrozenFeeBean Modifier and Type Method Description booleanKeyWriterHolderFrozenFeeBean. writeHexFrozen(String hexAddr, HolderFrozenFeeBean hffb)add if STB is not present overwrite if present FAIL if address is not part of this setbooleanKeyWriterHolderFrozenFeeBean. writeURL64Frozen(String url64Addr, HolderFrozenFeeBean hffb)add if STB is not present overwrite if present FAIL if address is not part of this setMethod parameters in com.h2tcoin.takamakachain.utils.threadSafeUtils with type arguments of type HolderFrozenFeeBean Modifier and Type Method Description protected voidKeyWriterHolderFrozenFeeBean. setHexToStakeBeanMap(ConcurrentSkipListMap<String,HolderFrozenFeeBean> hexToFrozenBeanSet)
-