Uses of Class
com.h2tcoin.takamakachain.transactions.InternalTransactionBean
-
-
Uses of InternalTransactionBean in com.h2tcoin.takamakachain.state
Methods in com.h2tcoin.takamakachain.state that return InternalTransactionBean Modifier and Type Method Description static InternalTransactionBean
TkmStateHelper. pushOverflow(TkmCSBS i, KeyWriterStatusBean kwSB, String overflowAddrUrl64, String ephemeralPublicKey, BigInteger greenFee, BigInteger redFee)
Returns the InternalTransactionBean of the CoinBase transaction of a block -
Uses of InternalTransactionBean in com.h2tcoin.takamakachain.test
Methods in com.h2tcoin.takamakachain.test that return InternalTransactionBean Modifier and Type Method Description static InternalTransactionBean
TransactionGenerator. getTransactionBean(KeyContexts.TransactionType type, String from, String to, BigInteger greenValue, BigInteger redValue, String message)
static InternalTransactionBean
TransactionGenerator. getTransactionBean(KeyContexts.TransactionType type, String from, String to, BigInteger greenValue, BigInteger redValue, String message, Date notBefore, int epoch, int slot)
Methods in com.h2tcoin.takamakachain.test with parameters of type InternalTransactionBean Modifier and Type Method Description static TkmValidityBean
TransactionGenerator. testTransaction(InstanceWalletKeyStoreBCED25519 wallet, int key, InternalTransactionBean itb)
static TkmValidityBean[]
TransactionGenerator. testTransactions(InstanceWalletKeyStoreBCED25519[] wallet, InternalTransactionBean[] itb)
-
Uses of InternalTransactionBean in com.h2tcoin.takamakachain.transactions
Methods in com.h2tcoin.takamakachain.transactions that return InternalTransactionBean Modifier and Type Method Description static InternalTransactionBean
BuilderITB. assignOverflow(String from, String to, String message)
assign the overflow address (to) to the main address (from)static InternalTransactionBean
BuilderITB. assignOverflow(String from, String to, String message, Date notBefore)
assign the overflow address (to) to the main address (from)static InternalTransactionBean
BuilderITB. blob(String from, String to, String message)
static InternalTransactionBean
BuilderITB. blob(String from, String to, String message, Date notBefore)
static InternalTransactionBean
BuilderITB. blockHash(String from, int epoch, int slot, String message)
static InternalTransactionBean
BuilderITB. blockHash(String from, int epoch, int slot, String message, Date notBefore)
static InternalTransactionBean
BuilderITB. coinBase(String to, int epoch, int slot, BigInteger greenValue, BigInteger redValue, String message)
static InternalTransactionBean
BuilderITB. coinBase(String to, int epoch, int slot, BigInteger greenValue, BigInteger redValue, String message, Date notBefore)
static InternalTransactionBean
BuilderITB. contractCall(String from, String to, String message)
static InternalTransactionBean
BuilderITB. contractCall(String from, String to, String message, Date notBefore)
static InternalTransactionBean
BuilderITB. contractDeploy(String from, String message)
static InternalTransactionBean
BuilderITB. contractDeploy(String from, String message, Date notBefore)
static InternalTransactionBean
BuilderITB. contractInstance(String from, String to, String message)
static InternalTransactionBean
BuilderITB. contractInstance(String from, String to, String message, Date notBefore)
static InternalTransactionBean
BuilderITB. declaration(String to, BigInteger greenValue, BigInteger redValue, String message)
static InternalTransactionBean
BuilderITB. declaration(String to, BigInteger greenValue, BigInteger redValue, String message, Date notBefore)
static InternalTransactionBean
BuilderITB. deregisterMain(String from, String message)
static InternalTransactionBean
BuilderITB. deregisterMain(String from, String message, Date notBefore)
static InternalTransactionBean
BuilderITB. deregisterOverflow(String from, String message)
static InternalTransactionBean
BuilderITB. deregisterOverflow(String from, String message, Date notBefore)
static InternalTransactionBean
BuilderITB. pay(String from, String to, BigInteger greenValue, BigInteger redValue, String message)
static InternalTransactionBean
BuilderITB. pay(String from, String to, BigInteger greenValue, BigInteger redValue, String message, Date notBefore)
static InternalTransactionBean
BuilderITB. previousBlock(String from, int epoch, int slot, String message)
static InternalTransactionBean
BuilderITB. previousBlock(String from, int epoch, int slot, String message, Date notBefore)
static InternalTransactionBean
BuilderITB. registerMain(String from, String message)
static InternalTransactionBean
BuilderITB. registerMain(String from, String message, Date notBefore)
static InternalTransactionBean
BuilderITB. registerOverflow(String from, String message)
static InternalTransactionBean
BuilderITB. registerOverflow(String from, String message, Date notBefore)
static InternalTransactionBean
BuilderITB. stake(String from, String to, BigInteger greenValue, String message)
static InternalTransactionBean
BuilderITB. stake(String from, String to, BigInteger greenValue, String message, Date notBefore)
static InternalTransactionBean
BuilderITB. stakeUndo(String from, String message)
static InternalTransactionBean
BuilderITB. stakeUndo(String from, String message, Date notBefore)
static InternalTransactionBean
BuilderITB. statePointerTransaction(String from, String to, int epoch, int slot, String message)
static InternalTransactionBean
BuilderITB. statePointerTransaction(String from, String to, int epoch, int slot, String message, Date notBefore)
static InternalTransactionBean
BuilderITB. unassignOverflow(String from, String to, String message)
static InternalTransactionBean
BuilderITB. unassignOverflow(String from, String to, String message, Date notBefore)
Methods in com.h2tcoin.takamakachain.transactions with parameters of type InternalTransactionBean Modifier and Type Method Description static InternalTransactionSyntaxBean
TransactionUtils. isInternalTransactionBeanValid(InternalTransactionBean input)
method takes a InternalTransactionBean object in input and returns true if the parameter and its mandatory internal fields are not null or empty, returns false otherwise -
Uses of InternalTransactionBean in com.h2tcoin.takamakachain.utils
Methods in com.h2tcoin.takamakachain.utils with parameters of type InternalTransactionBean Modifier and Type Method Description static void
F. rs(InternalTransactionBean itb, String message)
-
Uses of InternalTransactionBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return InternalTransactionBean Modifier and Type Method Description InternalTransactionBean
Json. fromJsonToItb(String itb)
Deprecated.try to deserialize anInternalTransactionBean
, if the deserialization fails return a null and log a warning message.static InternalTransactionBean
TkmTextUtils. internalTransactionBeanFromJson(String internalTransactionBeanJson)
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type InternalTransactionBean Modifier and Type Method Description static String
TkmTextUtils. internalTransactionBeanHash(InternalTransactionBean itb)
ITB Hash.static String
TkmTextUtils. prettyPrintITB(InternalTransactionBean itb)
String
Json. toJson(InternalTransactionBean itb)
Deprecated.Serialize anInternalTransactionBean
into a String in Json formatstatic String
TkmTextUtils. toJson(InternalTransactionBean itb)
-
Uses of InternalTransactionBean in com.h2tcoin.takamakachain.wallet
Methods in com.h2tcoin.takamakachain.wallet that return InternalTransactionBean Modifier and Type Method Description InternalTransactionBean
TransactionBox. getItb()
Methods in com.h2tcoin.takamakachain.wallet with parameters of type InternalTransactionBean Modifier and Type Method Description static TransactionBean
TkmWallet. createGenericTransaction(InternalTransactionBean itb, InstanceWalletKeystoreInterface iwk, int signKey)
It returns the Chrypted envelope used later in TKM chainprotected void
TransactionBox. setItb(InternalTransactionBean itb)
-
Uses of InternalTransactionBean in com.h2tcoin.takamakachain.wallet.adapter.impl
Methods in com.h2tcoin.takamakachain.wallet.adapter.impl that return InternalTransactionBean Modifier and Type Method Description static InternalTransactionBean
SMInternalTransactionBuilder. createAccountITB(BigInteger greenValue, BigInteger redValue, InstanceWalletKeystoreInterface iwk, int index, Date notBefore)
-