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 IncludedTransactionBean
TkmInclusionDuplication. deepCopy(IncludedTransactionBean includedTB)
Create an identical copy of the object.IncludedTransactionBean
KeyWriterGlobalStatus. getIncludedTB()
static IncludedTransactionBean
TkmTextUtils. getIncludedTransactionBeanFromJson(String includedTBJson)
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type IncludedTransactionBean Modifier and Type Method Description static IncludedTransactionBean
TkmInclusionDuplication. deepCopy(IncludedTransactionBean includedTB)
Create an identical copy of the object.protected void
KeyWriterGlobalStatus. setIncludedTB(IncludedTransactionBean includedTB)
static String
TkmTextUtils. toJson(IncludedTransactionBean includedTB)
-