Uses of Class
com.h2tcoin.takamakachain.transactions.TransactionBean
-
-
Uses of TransactionBean in com.h2tcoin.takamakachain.block
Methods in com.h2tcoin.takamakachain.block that return TransactionBean Modifier and Type Method Description TransactionBeanInternalBlockBean. getBlockHash()return the transaction containing the block hashTransactionBeanInternalBlockBean. getCoinbase()TransactionBeanInternalBlockBean. getPreviousBlock()return the transaction containing the previous block hashTransactionBeanBlockBox. getTb()TransactionBeanPrivateBlockTxBean. getTb()Methods in com.h2tcoin.takamakachain.block with parameters of type TransactionBean Modifier and Type Method Description static InternalBlockSyntaxBeanBlockUtils. isTransactionBeanValid(TransactionBean input)voidInternalBlockBean. setBlockHash(TransactionBean blockHash)voidInternalBlockBean. setCoinbase(TransactionBean coinbase)voidInternalBlockBean. setPreviousBlock(TransactionBean previousBlock)protected voidBlockBox. setTb(TransactionBean tb)voidPrivateBlockTxBean. setTb(TransactionBean tb) -
Uses of TransactionBean in com.h2tcoin.takamakachain.p2p
Methods in com.h2tcoin.takamakachain.p2p with parameters of type TransactionBean Modifier and Type Method Description protected static DateTransactionPoolHelper. getNotBefore(TransactionBean dtb, String next)voidP2PListener. onBinarySearchResult(TransactionBean tb) -
Uses of TransactionBean in com.h2tcoin.takamakachain.transactions
Methods in com.h2tcoin.takamakachain.transactions that return TransactionBean Modifier and Type Method Description TransactionBeanDecodedTransactionQueryBean. getBlock()TransactionBeanDecodedTransactionQueryBean. getBlockHash()TransactionBeanDecodedTransactionQueryBean. getLimitPointer()TransactionBeanDecodedTransactionQueryBean. getPreviousBlock()TransactionBeanDecodedTransactionQueryBean. getStatePointer()Methods in com.h2tcoin.takamakachain.transactions with parameters of type TransactionBean 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)static TransactionSyntaxBeanTransactionUtils. isTransactionBeanValid(TransactionBean input)method takes a TransactionBean object in input and returns true if the parameter and its internal fields are not null or empty, returns false otherwisevoidDecodedTransactionQueryBean. setBlock(TransactionBean block)voidDecodedTransactionQueryBean. setBlockHash(TransactionBean blockHash)voidDecodedTransactionQueryBean. setLimitPointer(TransactionBean limitPointer)voidDecodedTransactionQueryBean. setPreviousBlock(TransactionBean previousBlock)voidDecodedTransactionQueryBean. setStatePointer(TransactionBean statePointer) -
Uses of TransactionBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return TransactionBean Modifier and Type Method Description TransactionBeanJson. fromJsonToTb(String tb)Deprecated.try to deserialize aTransactionBean, if the deserialization fail return a null and log a warning message.static TransactionBeanTkmTextUtils. getSingleTransactionBeanFromJson(String jsonString)static TransactionBeanTkmTextUtils. transactionBeanFromJson(String transactionBeanJson)Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return types with arguments of type TransactionBean Modifier and Type Method Description static ArrayList<TransactionBean>TkmTextUtils. getTransactionBeanFromJson(String jsonString)Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type TransactionBean Modifier and Type Method Description static KeyContexts.TransactionTypeTkmTextUtils. identifyTransaction(TransactionBean tb)identify if transaction is block or transactionStringJson. toJson(TransactionBean tb)Deprecated.Serialize aTransactionBeaninto a String in Json formatstatic StringTkmTextUtils. toJson(TransactionBean tb)Method parameters in com.h2tcoin.takamakachain.utils.threadSafeUtils with type arguments of type TransactionBean Modifier and Type Method Description static StringTkmTextUtils. toJsonTransactionBeanList(ArrayList<TransactionBean> listTB) -
Uses of TransactionBean in com.h2tcoin.takamakachain.wallet
Methods in com.h2tcoin.takamakachain.wallet that return TransactionBean Modifier and Type Method Description static TransactionBeanTkmWallet. createGenericTransaction(InternalBlockBean ibb, InstanceWalletKeystoreInterface iwk, int signKey)static TransactionBeanTkmWallet. createGenericTransaction(InternalTransactionBean itb, InstanceWalletKeystoreInterface iwk, int signKey)It returns the Chrypted envelope used later in TKM chainTransactionBeanTransactionBox. getTb()abstract TransactionBeanAbstractCypherProvider. getTransactionBean(int i, String message)TransactionBeanCypherProviderBCED25519. getTransactionBean(int i, String message)returns the GSON of the transactionbean with the specified index and messageMethods in com.h2tcoin.takamakachain.wallet with parameters of type TransactionBean Modifier and Type Method Description protected voidTransactionBox. setTb(TransactionBean tb)static TkmCypherBeanTkmWallet. verifySign(TransactionBean tb)It verifies the Transaction Bean content going through all the wrapped chain elements parsed use this function with caution, check for null values.static TransactionBoxTkmWallet. verifyTransactionIntegrity(TransactionBean tb)It creates a transaction box containing both Transaction bean and itb message Only when the verifySign method sets a valid transactionstatic TransactionBoxTkmWallet. verifyTransactionIntegrity(TransactionBean tb, String transactionJson)It creates a transaction box containing both Transaction bean and itb message Only when the verifySign method sets a valid transaction
-