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 void
P2PInitiater. binarySearch(TransactionQueryBean tqb, NodeBean node)
void
P2PInitiater. 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 DecodedTransactionQueryBean
TransactionQueryBeanHelper. decodeBlockDownloadRequest(TransactionQueryBean input)
returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBeanstatic DecodedTransactionQueryBean
TransactionQueryBeanHelper. decodeBlockDownloadResponse(TransactionQueryBean input)
returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBeanstatic DecodedTransactionQueryBean
TransactionQueryBeanHelper. decodeSearchRequest(TransactionQueryBean input)
returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBeanstatic DecodedTransactionQueryBean
TransactionQueryBeanHelper. 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 TransactionQueryBean
TkmTextUtils. transactionQueryBeanfromJson(String transactionQueryBeanJson)
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type TransactionQueryBean Modifier and Type Method Description static String
TkmTextUtils. toJson(TransactionQueryBean transactionQueryBean)
-