Uses of Class
com.h2tcoin.takamakachain.utils.Query.QueryBean
-
Packages that use QueryBean Package Description com.h2tcoin.takamakachain.utils.Query -
-
Uses of QueryBean in com.h2tcoin.takamakachain.utils.Query
Methods in com.h2tcoin.takamakachain.utils.Query that return QueryBean Modifier and Type Method Description static QueryBean
QueryHelper. createChainInfoBeanRequest()
create a prop state request for chain infostatic QueryBean
QueryHelper. initLoadBlockQuery(String block)
create a query containing the passed gson encoded blockMethods in com.h2tcoin.takamakachain.utils.Query with parameters of type QueryBean Modifier and Type Method Description static ChainInfoBean
QueryHelper. decodeQueryResponse(QueryBean qb)
returns the query resultObject
with the correct typestatic <T extends QueryHelper>
TQueryHelper. getQueryResult(QueryBean query)
returns a the result of the query as specified by the input parameters
-