Class TransactionQueryBeanHelper
- java.lang.Object
-
- com.h2tcoin.takamakachain.transactions.TransactionQueryBeanHelper
-
public class TransactionQueryBeanHelper extends Object
- Author:
- iris.dimni
-
-
Constructor Summary
Constructors Constructor Description TransactionQueryBeanHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DecodedTransactionQueryBeandecodeBlockDownloadRequest(TransactionQueryBean input)returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBeanstatic DecodedTransactionQueryBeandecodeBlockDownloadResponse(TransactionQueryBean input)returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBeanstatic DecodedTransactionQueryBeandecodeSearchRequest(TransactionQueryBean input)returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBeanstatic DecodedTransactionQueryBeandecodeSearchResponse(TransactionQueryBean input)returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBeanstatic StringprettyPrint(DecodedTransactionQueryBean input)returns a string of the input object with the fields presented in a human readable format
-
-
-
Method Detail
-
decodeSearchResponse
public static DecodedTransactionQueryBean decodeSearchResponse(TransactionQueryBean input)
returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBean- Parameters:
input-- Returns:
-
decodeSearchRequest
public static DecodedTransactionQueryBean decodeSearchRequest(TransactionQueryBean input)
returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBean- Parameters:
input-- Returns:
-
decodeBlockDownloadResponse
public static DecodedTransactionQueryBean decodeBlockDownloadResponse(TransactionQueryBean input)
returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBean- Parameters:
input-- Returns:
-
decodeBlockDownloadRequest
public static DecodedTransactionQueryBean decodeBlockDownloadRequest(TransactionQueryBean input)
returns the object after applying the proper checks and decoding the input fields from GSON to TransactionBean- Parameters:
input-- Returns:
-
prettyPrint
public static String prettyPrint(DecodedTransactionQueryBean input) throws NoSuchAlgorithmException
returns a string of the input object with the fields presented in a human readable format- Parameters:
input-- Returns:
- Throws:
NoSuchAlgorithmException
-
-