Class ChainInfoBeanHelper
- java.lang.Object
-
- com.h2tcoin.takamakachain.utils.chainInfo.ChainInfoBeanHelper
-
public class ChainInfoBeanHelper extends Object
- Author:
- giovanni.antino@h2tcoin.com
-
-
Constructor Summary
Constructors Constructor Description ChainInfoBeanHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ChainInfoBean
initEmptyChainInfoBean(Integer epoch, Integer slot, String blockHash, Integer chainWeight)
returns an emptyChainInfoBean
object
-
-
-
Method Detail
-
initEmptyChainInfoBean
public static ChainInfoBean initEmptyChainInfoBean(Integer epoch, Integer slot, String blockHash, Integer chainWeight)
returns an emptyChainInfoBean
object- Parameters:
epoch
-slot
-blockHash
-chainWeight
-- Returns:
-
-