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 BlockBox
BlockUtils. decodeBlock(String blockJson)
BlockBox
BlockValidityBean. getBlockBox()
static BlockBox
TkmBlockSigner. verifyTransactionIntegrity(String blockJson)
Deprecated.Methods in com.h2tcoin.takamakachain.block with parameters of type BlockBox Modifier and Type Method Description int
BlockBox. compareTo(BlockBox arg0)
void
BlockValidityBean. 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 BlockBox
BlockSortedQueue. 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 void
BlockSortedQueue. deleteBySith(BlockBox bb)
void
BlockSortedQueueBroadcast. deleteBySith(BlockBox bb)
static String
BlockSortedQueue. getBlockSortingString(BlockBox bb)
static String
BlockSortedQueueBroadcast. getBlockSortingString(BlockBox bb)
void
BlockSortedQueueBroadcast. 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 BlockValidityBean
TransactionVerificationHelper. compareTransactionListsByValidity(BlockBox bb, InternalBlockBean ibb)
static TransactionBox[]
ChainManagerHelper. getTransactions(BlockBox bb)
static void
ChainManager. loadBlock(BlockBox bb)
protected static BlockValidityBean
ChainManagerHelper. loadNBlock(BlockBox blockBox)
static Map.Entry<BlockValidityBean,String>
KeyVerificationHelper. verifyForwardKeys(TkmCSBS i, BlockBox bb, String minerPKBySlot)
-