Uses of Class
com.h2tcoin.takamakachain.block.InternalBlockBean
-
-
Uses of InternalBlockBean in com.h2tcoin.takamakachain.block
Methods in com.h2tcoin.takamakachain.block that return InternalBlockBean Modifier and Type Method Description InternalBlockBeanBlockBox. getIbb()static InternalBlockBeanInternalBlockBeanHelper. initEmptyBlock()Methods in com.h2tcoin.takamakachain.block with parameters of type InternalBlockBean Modifier and Type Method Description static StringInternalBlockBeanHelper. getBlockHash(InternalBlockBean ibb)static StringInternalBlockBeanHelper. getTransactionsHash(InternalBlockBean ibb)calculate the sith hash of transactions or return empty string (not null) if the transaction list is empty or null.static InternalBlockSyntaxBeanBlockUtils. isInternalBlockBeanValid(InternalBlockBean input)protected voidBlockBox. setIbb(InternalBlockBean ibb) -
Uses of InternalBlockBean in com.h2tcoin.takamakachain.support
Methods in com.h2tcoin.takamakachain.support with parameters of type InternalBlockBean Modifier and Type Method Description static BlockValidityBeanTransactionVerificationHelper. compareTransactionListsByValidity(BlockBox bb, InternalBlockBean ibb) -
Uses of InternalBlockBean in com.h2tcoin.takamakachain.transactions
Methods in com.h2tcoin.takamakachain.transactions that return InternalBlockBean Modifier and Type Method Description static InternalBlockBeanBuilderITB. block(TransactionBean coinbase, TransactionBean previousBlock, TransactionBean blockHash, ConcurrentSkipListMap<String,String> forwardKeys, ConcurrentSkipListMap<String,TkmRewardBean> rewardList, ConcurrentSkipListSet<PrivateBlockTxBean> transactions) -
Uses of InternalBlockBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return InternalBlockBean Modifier and Type Method Description InternalBlockBeanJson. fromJsonToIbb(String ibb)Deprecated.try to deserialize anInternalBlockBean, if the deserialization fails return a null and log a warning message.static InternalBlockBeanTkmOperations. generateBlock(KeyWriterGlobalStatus kwGS, TransactionBox[] transactions, InstanceWalletKeystoreInterface nodeWallet, int nodeKey, Date blockDate)static InternalBlockBeanTkmTextUtils. internalBlockBeanFromJson(String internalBlockBeanJson)Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type InternalBlockBean Modifier and Type Method Description static StringTkmTextUtils. prettyPrintInternalBlockBean(InternalBlockBean ibb)TODOStringJson. toJson(InternalBlockBean ibb)Deprecated.Serialize anInternalBlockBeaninto a String in Json formatstatic StringTkmTextUtils. toJson(InternalBlockBean ibb) -
Uses of InternalBlockBean in com.h2tcoin.takamakachain.wallet
Methods in com.h2tcoin.takamakachain.wallet with parameters of type InternalBlockBean Modifier and Type Method Description static TransactionBeanTkmWallet. createGenericTransaction(InternalBlockBean ibb, InstanceWalletKeystoreInterface iwk, int signKey)
-