Uses of Class
com.h2tcoin.takamakachain.block.PrivateBlockTxBean
-
Packages that use PrivateBlockTxBean Package Description com.h2tcoin.takamakachain.block com.h2tcoin.takamakachain.transactions com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of PrivateBlockTxBean in com.h2tcoin.takamakachain.block
Methods in com.h2tcoin.takamakachain.block that return types with arguments of type PrivateBlockTxBean Modifier and Type Method Description ConcurrentSkipListSet<PrivateBlockTxBean>
InternalBlockBean. getTransactions()
Methods in com.h2tcoin.takamakachain.block with parameters of type PrivateBlockTxBean Modifier and Type Method Description int
PrivateBlockTxBean. compareTo(PrivateBlockTxBean t)
Method parameters in com.h2tcoin.takamakachain.block with type arguments of type PrivateBlockTxBean Modifier and Type Method Description void
InternalBlockBean. setTransactions(ConcurrentSkipListSet<PrivateBlockTxBean> transactions)
-
Uses of PrivateBlockTxBean in com.h2tcoin.takamakachain.transactions
Method parameters in com.h2tcoin.takamakachain.transactions with type arguments of type PrivateBlockTxBean Modifier and Type Method Description static InternalBlockBean
BuilderITB. block(TransactionBean coinbase, TransactionBean previousBlock, TransactionBean blockHash, ConcurrentSkipListMap<String,String> forwardKeys, ConcurrentSkipListMap<String,TkmRewardBean> rewardList, ConcurrentSkipListSet<PrivateBlockTxBean> transactions)
-
Uses of PrivateBlockTxBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return types with arguments of type PrivateBlockTxBean Modifier and Type Method Description static ConcurrentSkipListMap<String,PrivateBlockTxBean>
TkmTextUtils. getListDumpTransactionsFromJson(String jsonString)
Method parameters in com.h2tcoin.takamakachain.utils.threadSafeUtils with type arguments of type PrivateBlockTxBean Modifier and Type Method Description static String
TkmTextUtils. toJsonDumpTransactionsList(ConcurrentSkipListMap<String,PrivateBlockTxBean> listMapTkmProposedKey)
-