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 ChainInfoBeaninitEmptyChainInfoBean(Integer epoch, Integer slot, String blockHash, Integer chainWeight)returns an emptyChainInfoBeanobject
-
-
-
Method Detail
-
initEmptyChainInfoBean
public static ChainInfoBean initEmptyChainInfoBean(Integer epoch, Integer slot, String blockHash, Integer chainWeight)
returns an emptyChainInfoBeanobject- Parameters:
epoch-slot-blockHash-chainWeight-- Returns:
-
-