Uses of Class
com.h2tcoin.takamakachain.block.BlockBox
-
Packages that use BlockBox Package Description com.h2tcoin.takamakachain.block com.h2tcoin.takamakachain.block.utils com.h2tcoin.takamakachain.support -
-
Uses of BlockBox in com.h2tcoin.takamakachain.block
Methods in com.h2tcoin.takamakachain.block that return BlockBox Modifier and Type Method Description static BlockBoxBlockUtils. decodeBlock(String blockJson)BlockBoxBlockValidityBean. getBlockBox()static BlockBoxTkmBlockSigner. verifyTransactionIntegrity(String blockJson)Deprecated.Methods in com.h2tcoin.takamakachain.block with parameters of type BlockBox Modifier and Type Method Description intBlockBox. compareTo(BlockBox arg0)voidBlockValidityBean. setBlockBox(BlockBox blockBox) -
Uses of BlockBox in com.h2tcoin.takamakachain.block.utils
Methods in com.h2tcoin.takamakachain.block.utils that return BlockBox Modifier and Type Method Description BlockBoxBlockSortedQueue. getTopBlock()Methods in com.h2tcoin.takamakachain.block.utils that return types with arguments of type BlockBox Modifier and Type Method Description ConcurrentSkipListSet<BlockBox>BlockSortedQueueBroadcast. pullCandidatesBlocksByPreviousBlockHash(String prevBH)Methods in com.h2tcoin.takamakachain.block.utils with parameters of type BlockBox Modifier and Type Method Description voidBlockSortedQueue. deleteBySith(BlockBox bb)voidBlockSortedQueueBroadcast. deleteBySith(BlockBox bb)static StringBlockSortedQueue. getBlockSortingString(BlockBox bb)static StringBlockSortedQueueBroadcast. getBlockSortingString(BlockBox bb)voidBlockSortedQueueBroadcast. push(BlockBox decodedBlock) -
Uses of BlockBox in com.h2tcoin.takamakachain.support
Methods in com.h2tcoin.takamakachain.support with parameters of type BlockBox Modifier and Type Method Description static BlockValidityBeanTransactionVerificationHelper. compareTransactionListsByValidity(BlockBox bb, InternalBlockBean ibb)static TransactionBox[]ChainManagerHelper. getTransactions(BlockBox bb)static voidChainManager. loadBlock(BlockBox bb)protected static BlockValidityBeanChainManagerHelper. loadNBlock(BlockBox blockBox)static Map.Entry<BlockValidityBean,String>KeyVerificationHelper. verifyForwardKeys(TkmCSBS i, BlockBox bb, String minerPKBySlot)
-