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 ChainInfoBeanChainInfoBeanHelper. initEmptyChainInfoBean(Integer epoch, Integer slot, String blockHash, Integer chainWeight)returns an emptyChainInfoBeanobject -
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 ChainInfoBeanQueryHelper. decodeQueryResponse(QueryBean qb)returns the query resultObjectwith the correct type
-