Uses of Class
com.h2tcoin.takamakachain.api.data.StakeDataBean
-
Packages that use StakeDataBean Package Description com.h2tcoin.takamakachain.transactions com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of StakeDataBean in com.h2tcoin.takamakachain.transactions
Methods in com.h2tcoin.takamakachain.transactions that return types with arguments of type StakeDataBean Modifier and Type Method Description static ConcurrentSkipListSet<StakeDataBean>
TkmStakeBeanHelper. getHolderStakesAtPointInTime(int epoch, int slot, String uid, ConcurrentSkipListSet<String> hexKeys)
This function reads the status from the persistent archive. -
Uses of StakeDataBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return types with arguments of type StakeDataBean Modifier and Type Method Description static ConcurrentSkipListSet<StakeDataBean>
TkmTextUtils. getListSetStakeDataBeanFromJson(String jsonString)
Method parameters in com.h2tcoin.takamakachain.utils.threadSafeUtils with type arguments of type StakeDataBean Modifier and Type Method Description static String
TkmTextUtils. toJsonStakeDataBeanListSet(ConcurrentSkipListSet<StakeDataBean> listSetStakeDataBean)
-