Uses of Class
com.h2tcoin.takamakachain.state.TkmCSBS
-
Packages that use TkmCSBS Package Description com.h2tcoin.takamakachain.block com.h2tcoin.takamakachain.state com.h2tcoin.takamakachain.support -
-
Uses of TkmCSBS in com.h2tcoin.takamakachain.block
Methods in com.h2tcoin.takamakachain.block with parameters of type TkmCSBS Modifier and Type Method Description static void
InternalBlockBeanHelper. populatePayback(ConcurrentSkipListMap<String,TkmRewardBean> blockListPayback, ConcurrentSkipListMap<String,HolderStakesByTargetBean> hsbt, TkmCSBS i)
-
Uses of TkmCSBS in com.h2tcoin.takamakachain.state
Methods in com.h2tcoin.takamakachain.state that return TkmCSBS Modifier and Type Method Description static TkmCSBS
TkmCSBS. i()
Methods in com.h2tcoin.takamakachain.state with parameters of type TkmCSBS Modifier and Type Method Description static InternalTransactionBean
TkmStateHelper. pushOverflow(TkmCSBS i, KeyWriterStatusBean kwSB, String overflowAddrUrl64, String ephemeralPublicKey, BigInteger greenFee, BigInteger redFee)
Returns the InternalTransactionBean of the CoinBase transaction of a block -
Uses of TkmCSBS in com.h2tcoin.takamakachain.support
Methods in com.h2tcoin.takamakachain.support with parameters of type TkmCSBS Modifier and Type Method Description static void
HSTBSupport. applyHSBT(TkmCSBS i, HsbtManageBean hsbt, KeyWriterGlobalStatus kwgs)
static BlockValidityBean
KeyVerificationHelper. blockingDistributionVerifier(TkmCSBS i)
static void
KeyVerificationHelper. cleanExpiredKeysInCSBInstance(TkmCSBS i)
static ConcurrentSkipListMap<String,String>
KeyVerificationHelper. forwardKeysProposer(TkmCSBS i, TkmNode n, ConcurrentSkipListSet<Integer> currentDistribution, ConcurrentSkipListMap<String,ConcurrentSkipListSet<String>> keysByNodeURL64MainKeys)
static ConcurrentSkipListMap<String,ConcurrentSkipListSet<String>>
KeyVerificationHelper. getKeysByNodeURL64MainKeys(TkmCSBS i)
static Map.Entry<BlockValidityBean,String>
KeyVerificationHelper. verifyForwardKeys(TkmCSBS i, BlockBox bb, String minerPKBySlot)
Constructors in com.h2tcoin.takamakachain.support with parameters of type TkmCSBS Constructor Description ESBean(TkmCSBS i)
-