Uses of Class
com.h2tcoin.takamakachain.utils.chainInfo.ChainInfoBean
-
Packages that use ChainInfoBean Package Description com.h2tcoin.takamakachain.utils.chainInfo com.h2tcoin.takamakachain.utils.Query -
-
Uses of ChainInfoBean in com.h2tcoin.takamakachain.utils.chainInfo
Methods in com.h2tcoin.takamakachain.utils.chainInfo that return ChainInfoBean Modifier and Type Method Description static ChainInfoBean
ChainInfoBeanHelper. initEmptyChainInfoBean(Integer epoch, Integer slot, String blockHash, Integer chainWeight)
returns an emptyChainInfoBean
object -
Uses of ChainInfoBean in com.h2tcoin.takamakachain.utils.Query
Methods in com.h2tcoin.takamakachain.utils.Query that return ChainInfoBean Modifier and Type Method Description static ChainInfoBean
QueryHelper. decodeQueryResponse(QueryBean qb)
returns the query resultObject
with the correct type
-