Uses of Class
com.h2tcoin.takamakachain.transactions.IncludedTransactionBean
-
Packages that use IncludedTransactionBean Package Description com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of IncludedTransactionBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return IncludedTransactionBean Modifier and Type Method Description static IncludedTransactionBeanTkmInclusionDuplication. deepCopy(IncludedTransactionBean includedTB)Create an identical copy of the object.IncludedTransactionBeanKeyWriterGlobalStatus. getIncludedTB()static IncludedTransactionBeanTkmTextUtils. getIncludedTransactionBeanFromJson(String includedTBJson)Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type IncludedTransactionBean Modifier and Type Method Description static IncludedTransactionBeanTkmInclusionDuplication. deepCopy(IncludedTransactionBean includedTB)Create an identical copy of the object.protected voidKeyWriterGlobalStatus. setIncludedTB(IncludedTransactionBean includedTB)static StringTkmTextUtils. toJson(IncludedTransactionBean includedTB)
-