Uses of Class
com.h2tcoin.takamakachain.transactions.StakeBeanInternal
-
Packages that use StakeBeanInternal Package Description com.h2tcoin.takamakachain.transactions -
-
Uses of StakeBeanInternal in com.h2tcoin.takamakachain.transactions
Methods in com.h2tcoin.takamakachain.transactions that return StakeBeanInternal Modifier and Type Method Description protected static StakeBeanInternal
TkmStakeBeanHelper. createStakeBeanInternal(TransactionBox tbox)
protected static StakeBeanInternal
TkmStakeBeanHelper. createStakeBeanInternal(String sith, String targetAddress, BigInteger value, long stakeDate)
Methods in com.h2tcoin.takamakachain.transactions that return types with arguments of type StakeBeanInternal Modifier and Type Method Description ConcurrentSkipListMap<String,StakeBeanInternal>
StakeBean. getStakeBetList()
ConcurrentSkipListMap<Long,ConcurrentSkipListSet<StakeBeanInternal>>
StakeBean. getStakeBetListByDate()
Methods in com.h2tcoin.takamakachain.transactions with parameters of type StakeBeanInternal Modifier and Type Method Description protected void
StakeBean. addStakeInternal(StakeBeanInternal sbi)
int
StakeBeanInternal. compareTo(StakeBeanInternal t)
compare the two objects by transforming their sith into the version by comparison using the functionTkmTextUtils.getSortingString(sith)
.
-