Class HsbtManageBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.support.HsbtManageBean
-
public class HsbtManageBean extends Object
- Author:
- Giovanni Antino
-
-
Field Summary
Fields Modifier and Type Field Description ConcurrentSkipListMap<String,TkmRewardBean>
blockListPayback
ConcurrentSkipListMap<String,HolderStakesByTargetBean>
hsbtCurrent
-
Constructor Summary
Constructors Constructor Description HsbtManageBean()
-
-
-
Field Detail
-
blockListPayback
public ConcurrentSkipListMap<String,TkmRewardBean> blockListPayback
-
hsbtCurrent
public ConcurrentSkipListMap<String,HolderStakesByTargetBean> hsbtCurrent
-
-