Uses of Class
com.h2tcoin.takamakachain.globalContext.KeyContexts.TransactionType
-
-
Uses of KeyContexts.TransactionType in com.h2tcoin.takamaka.replica.data
Methods in com.h2tcoin.takamaka.replica.data that return KeyContexts.TransactionType Modifier and Type Method Description KeyContexts.TransactionType
TransactionCacheBean. getTransactionType()
Methods in com.h2tcoin.takamaka.replica.data with parameters of type KeyContexts.TransactionType Modifier and Type Method Description void
TransactionCacheBean. setTransactionType(KeyContexts.TransactionType transactionType)
Constructors in com.h2tcoin.takamaka.replica.data with parameters of type KeyContexts.TransactionType Constructor Description TransactionCacheBean(String SITH, Boolean validity, String from, String to, String message, long notBefore, String redValue, String greenValue, KeyContexts.TransactionType transactionType, String transactionHash, Integer epoch, Integer slot)
-
Uses of KeyContexts.TransactionType in com.h2tcoin.takamakachain.api.routes
Methods in com.h2tcoin.takamakachain.api.routes with parameters of type KeyContexts.TransactionType Modifier and Type Method Description static String
ListTransactionsApi. listTransactions(String pk, int limit, KeyContexts.TransactionType txType)
static String
ListTransactionsESApi. listTransactions(String pk, String sith, String txHash, int limit, KeyContexts.TransactionType txType)
static String
ListTransactionsApi. listTransactionsJson(String pk, String sith, String transactionHash, int maxresults, String blockHash, KeyContexts.TransactionType trxType)
-
Uses of KeyContexts.TransactionType in com.h2tcoin.takamakachain.block
Methods in com.h2tcoin.takamakachain.block that return KeyContexts.TransactionType Modifier and Type Method Description KeyContexts.TransactionType
InternalBlockBean. getTransactionType()
-
Uses of KeyContexts.TransactionType in com.h2tcoin.takamakachain.db.embedded
Methods in com.h2tcoin.takamakachain.db.embedded with parameters of type KeyContexts.TransactionType Modifier and Type Method Description protected static List<AbstractMap.SimpleEntry<String,TransactionBox>>
TransactionExpirationTable. getExpirationInterferenceListCandidateMembers(Connection conn, String table, int listIndex, KeyContexts.TransactionType transactionType)
return the transaction bean Candidate in the list or empty listprotected static Integer
TransactionExpirationTable. getExpirationListInterferenceIndexByHashHS(Connection conn, String table, String sigHash, KeyContexts.TransactionType transactionType)
get the candidate list index or nullprotected static String
TransactionExpirationTable. getExpirationOrderedTransactionsCandidateByInterference(Connection conn, String table, KeyContexts.TransactionType transactionType)
get the hash of the first candidate fo block -
Uses of KeyContexts.TransactionType in com.h2tcoin.takamakachain.globalContext
Fields in com.h2tcoin.takamakachain.globalContext declared as KeyContexts.TransactionType Modifier and Type Field Description static KeyContexts.TransactionType[]
FixedParameters. FILTER_TRANSACTION_EXPIRATION_BOOTSTRAP_LIST
transaction permitted in step zero for chain initializationstatic KeyContexts.TransactionType[]
FixedParameters. FILTER_TRANSACTION_EXPIRATION_NORMAL_OPERATION_LIST
transaction permitted in step OTHER than zerostatic KeyContexts.TransactionType[]
FixedParameters. TRANSACTION_EXECUTION_ORDER
transaction execution orderFields in com.h2tcoin.takamakachain.globalContext with type parameters of type KeyContexts.TransactionType Modifier and Type Field Description static List<KeyContexts.TransactionType>
FixedParameters. FILTER_TRANSACTION_EXPIRATION_BOOTSTRAP
FILTER_TRANSACTION_EXPIRATION_STEP_ZERO_LIST#FILTER_TRANSACTION_EXPIRATION_BOOTSTRAP
static List<KeyContexts.TransactionType>
FixedParameters. FILTER_TRANSACTION_EXPIRATION_NORMAL_OPERATION
FILTER_TRANSACTION_EXPIRATION_STEP_ZERO_LIST#FILTER_TRANSACTION_EXPIRATION_BOOTSTRAP
Methods in com.h2tcoin.takamakachain.globalContext that return KeyContexts.TransactionType Modifier and Type Method Description static KeyContexts.TransactionType
KeyContexts.TransactionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyContexts.TransactionType[]
KeyContexts.TransactionType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KeyContexts.TransactionType in com.h2tcoin.takamakachain.test
Methods in com.h2tcoin.takamakachain.test with parameters of type KeyContexts.TransactionType Modifier and Type Method Description static String[]
TransactionGenerator. generateNodeTransactionArrayWithDeclaration(int numberOfTransaction, KeyContexts.TransactionType type, String walletPrefix, int numberOfWallets, int fromWalletSpace)
static String[]
TransactionGenerator. generateRegisterMainTransactionArray(int numberOfTransaction, KeyContexts.TransactionType type, String walletPrefix, int numberOfWallets, int fromWalletSpace)
static String[]
TransactionGenerator. generateRegisterMainTransactionArrayWithQT(int numberOfTransaction, KeyContexts.TransactionType type, String walletPrefix, int numberOfWallets, int fromWalletSpace)
static String[]
TransactionGenerator. generateTransactionArray(int numberOfTransaction, KeyContexts.TransactionType type, String walletPrefix, int numberOfFromWallets, int numberOfToWallets, int fromWalletSpace, int toWalletSpace)
static String[]
TransactionGenerator. generateTransactionArrayWithPay(int numberOfTransaction, KeyContexts.TransactionType type, String walletPrefix, int numberOfFromWallets, int numberOfToWallets, int fromWalletSpace, int toWalletSpace)
static String[]
TransactionGenerator. generateTransactionArrayWithPayQT(int numberOfTransaction, KeyContexts.TransactionType type, String walletPrefix, int numberOfFromWallets, int numberOfToWallets, int fromWalletSpace, int toWalletSpace)
static String[]
TransactionGenerator. generateTransactionArrayWithPaySU(int numberOfTransaction, KeyContexts.TransactionType type, String walletPrefix, int numberOfFromWallets, int numberOfToWallets, int fromWalletSpace, int toWalletSpace)
static String[]
TransactionGenerator. generateTransactionArrayWithPresonalizedValues(InstanceWalletKeystoreInterface[] wallets, Integer[] keyIndex, KeyContexts.TransactionType[] types, String[] from, String[] to, BigInteger[] greenValues, BigInteger[] redValues, String[] messages)
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)
static String
TransactionGenerator. getTransactionJson(KeyContexts.TransactionType type, InstanceWalletKeyStoreBCED25519 from, InstanceWalletKeyStoreBCED25519 to, int fromIndex, int toIndex, BigInteger green, BigInteger red, String message)
static String
TransactionGenerator. getTransactionJson(KeyContexts.TransactionType type, InstanceWalletKeystoreInterface from, InstanceWalletKeystoreInterface to, int fromIndex, int toIndex, BigInteger green, BigInteger red, String message)
static String
TransactionGenerator. getTransactionJson(KeyContexts.TransactionType type, InstanceWalletKeystoreInterface from, InstanceWalletKeystoreInterface to, int fromIndex, int toIndex, BigInteger green, BigInteger red, String message, Date notBefore, int epoch, int slot)
-
Uses of KeyContexts.TransactionType in com.h2tcoin.takamakachain.transactions
Methods in com.h2tcoin.takamakachain.transactions that return KeyContexts.TransactionType Modifier and Type Method Description KeyContexts.TransactionType
InternalTransactionBean. getTransactionType()
Methods in com.h2tcoin.takamakachain.transactions that return types with arguments of type KeyContexts.TransactionType Modifier and Type Method Description static ConcurrentSkipListMap<KeyContexts.TransactionType,ConcurrentSkipListSet<TransactionBox>>
TransactionUtils. splitByType(TransactionBox[] transactions)
split transaction by type in efficent way, type bucket can be empty but not nullMethods in com.h2tcoin.takamakachain.transactions with parameters of type KeyContexts.TransactionType Modifier and Type Method Description void
InternalTransactionBean. setTransactionType(KeyContexts.TransactionType transactionType)
-
Uses of KeyContexts.TransactionType in com.h2tcoin.takamakachain.utils
Methods in com.h2tcoin.takamakachain.utils that return KeyContexts.TransactionType Modifier and Type Method Description static KeyContexts.TransactionType
StringUtils. getTypeFromString(String input)
Returns the transaction type from a given string if it's an exact match -
Uses of KeyContexts.TransactionType in com.h2tcoin.takamakachain.utils.simpleWallet
Methods in com.h2tcoin.takamakachain.utils.simpleWallet with parameters of type KeyContexts.TransactionType Modifier and Type Method Description String
SWInt. getTransactionTypeTag(KeyContexts.TransactionType tt)
-
Uses of KeyContexts.TransactionType in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard
Methods in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard that return KeyContexts.TransactionType Modifier and Type Method Description KeyContexts.TransactionType
GuiTransactionBean. getTransactionType()
KeyContexts.TransactionType
ComboItemChooseTransactionType. getType()
Methods in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard with parameters of type KeyContexts.TransactionType Modifier and Type Method Description void
GuiTransactionBean. setTransactionType(KeyContexts.TransactionType transactionType)
void
ComboItemChooseTransactionType. setType(KeyContexts.TransactionType type)
Constructors in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard with parameters of type KeyContexts.TransactionType Constructor Description ComboItemChooseTransactionType(String wMnemonic, String wDescription, KeyContexts.TransactionType type)
ComboItemChooseTransactionType(String wMnemonic, String wDescription, KeyContexts.TransactionType type, String options)
-
Uses of KeyContexts.TransactionType in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return KeyContexts.TransactionType Modifier and Type Method Description static KeyContexts.TransactionType
TkmTextUtils. identifyTransaction(TransactionBean tb)
identify if transaction is block or transactionstatic KeyContexts.TransactionType
TkmTextUtils. identifyTransaction(String tbMessage)
-
Uses of KeyContexts.TransactionType in com.h2tcoin.takamakachain.wallet
Methods in com.h2tcoin.takamakachain.wallet that return KeyContexts.TransactionType Modifier and Type Method Description KeyContexts.TransactionType
TransactionBox. type()
Methods in com.h2tcoin.takamakachain.wallet with parameters of type KeyContexts.TransactionType Modifier and Type Method Description String
WalletInterface. customTransaction(String to, BigInteger greenValue, BigInteger redValue, KeyContexts.TransactionType type, String message, int keyIndex)
-