Uses of Class
com.h2tcoin.takamakachain.transactions.TransactionQueryBean
-
-
Uses of TransactionQueryBean in com.h2tcoin.takamakachain.p2p
Methods in com.h2tcoin.takamakachain.p2p with parameters of type TransactionQueryBean Modifier and Type Method Description voidP2PInitiater. binarySearch(TransactionQueryBean tqb, NodeBean node)voidP2PInitiater. downloadBlock(TransactionQueryBean tqb, NodeBean node) -
Uses of TransactionQueryBean in com.h2tcoin.takamakachain.transactions
Methods in com.h2tcoin.takamakachain.transactions with parameters of type TransactionQueryBean Modifier and Type Method Description static DecodedTransactionQueryBeanTransactionQueryBeanHelper. decodeBlockDownloadRequest(TransactionQueryBean input)returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBeanstatic DecodedTransactionQueryBeanTransactionQueryBeanHelper. decodeBlockDownloadResponse(TransactionQueryBean input)returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBeanstatic DecodedTransactionQueryBeanTransactionQueryBeanHelper. decodeSearchRequest(TransactionQueryBean input)returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBeanstatic DecodedTransactionQueryBeanTransactionQueryBeanHelper. decodeSearchResponse(TransactionQueryBean input)returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBean -
Uses of TransactionQueryBean in com.h2tcoin.takamakachain.utils.directConnect
Constructors in com.h2tcoin.takamakachain.utils.directConnect with parameters of type TransactionQueryBean Constructor Description SenderRunner(TransactionQueryBean tqb, String ipOrHostName, int port) -
Uses of TransactionQueryBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return TransactionQueryBean Modifier and Type Method Description static TransactionQueryBeanTkmTextUtils. transactionQueryBeanfromJson(String transactionQueryBeanJson)Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type TransactionQueryBean Modifier and Type Method Description static StringTkmTextUtils. toJson(TransactionQueryBean transactionQueryBean)
-