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 InternalBlockBean
BlockBox. getIbb()
static InternalBlockBean
InternalBlockBeanHelper. initEmptyBlock()
Methods in com.h2tcoin.takamakachain.block with parameters of type InternalBlockBean Modifier and Type Method Description static String
InternalBlockBeanHelper. getBlockHash(InternalBlockBean ibb)
static String
InternalBlockBeanHelper. getTransactionsHash(InternalBlockBean ibb)
calculate the sith hash of transactions or return empty string (not null) if the transaction list is empty or null.static InternalBlockSyntaxBean
BlockUtils. isInternalBlockBeanValid(InternalBlockBean input)
protected void
BlockBox. 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 BlockValidityBean
TransactionVerificationHelper. 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 InternalBlockBean
BuilderITB. 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 InternalBlockBean
Json. fromJsonToIbb(String ibb)
Deprecated.try to deserialize anInternalBlockBean
, if the deserialization fails return a null and log a warning message.static InternalBlockBean
TkmOperations. generateBlock(KeyWriterGlobalStatus kwGS, TransactionBox[] transactions, InstanceWalletKeystoreInterface nodeWallet, int nodeKey, Date blockDate)
static InternalBlockBean
TkmTextUtils. internalBlockBeanFromJson(String internalBlockBeanJson)
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type InternalBlockBean Modifier and Type Method Description static String
TkmTextUtils. prettyPrintInternalBlockBean(InternalBlockBean ibb)
TODOString
Json. toJson(InternalBlockBean ibb)
Deprecated.Serialize anInternalBlockBean
into a String in Json formatstatic String
TkmTextUtils. 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 TransactionBean
TkmWallet. createGenericTransaction(InternalBlockBean ibb, InstanceWalletKeystoreInterface iwk, int signKey)
-