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.TransactionTypeTransactionCacheBean. getTransactionType()Methods in com.h2tcoin.takamaka.replica.data with parameters of type KeyContexts.TransactionType Modifier and Type Method Description voidTransactionCacheBean. 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 StringListTransactionsApi. listTransactions(String pk, int limit, KeyContexts.TransactionType txType)static StringListTransactionsESApi. listTransactions(String pk, String sith, String txHash, int limit, KeyContexts.TransactionType txType)static StringListTransactionsApi. 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.TransactionTypeInternalBlockBean. 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 IntegerTransactionExpirationTable. getExpirationListInterferenceIndexByHashHS(Connection conn, String table, String sigHash, KeyContexts.TransactionType transactionType)get the candidate list index or nullprotected static StringTransactionExpirationTable. 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_LISTtransaction permitted in step zero for chain initializationstatic KeyContexts.TransactionType[]FixedParameters. FILTER_TRANSACTION_EXPIRATION_NORMAL_OPERATION_LISTtransaction permitted in step OTHER than zerostatic KeyContexts.TransactionType[]FixedParameters. TRANSACTION_EXECUTION_ORDERtransaction 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_BOOTSTRAPFILTER_TRANSACTION_EXPIRATION_STEP_ZERO_LIST#FILTER_TRANSACTION_EXPIRATION_BOOTSTRAPstatic List<KeyContexts.TransactionType>FixedParameters. FILTER_TRANSACTION_EXPIRATION_NORMAL_OPERATIONFILTER_TRANSACTION_EXPIRATION_STEP_ZERO_LIST#FILTER_TRANSACTION_EXPIRATION_BOOTSTRAPMethods in com.h2tcoin.takamakachain.globalContext that return KeyContexts.TransactionType Modifier and Type Method Description static KeyContexts.TransactionTypeKeyContexts.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 InternalTransactionBeanTransactionGenerator. getTransactionBean(KeyContexts.TransactionType type, String from, String to, BigInteger greenValue, BigInteger redValue, String message)static InternalTransactionBeanTransactionGenerator. getTransactionBean(KeyContexts.TransactionType type, String from, String to, BigInteger greenValue, BigInteger redValue, String message, Date notBefore, int epoch, int slot)static StringTransactionGenerator. getTransactionJson(KeyContexts.TransactionType type, InstanceWalletKeyStoreBCED25519 from, InstanceWalletKeyStoreBCED25519 to, int fromIndex, int toIndex, BigInteger green, BigInteger red, String message)static StringTransactionGenerator. getTransactionJson(KeyContexts.TransactionType type, InstanceWalletKeystoreInterface from, InstanceWalletKeystoreInterface to, int fromIndex, int toIndex, BigInteger green, BigInteger red, String message)static StringTransactionGenerator. 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.TransactionTypeInternalTransactionBean. 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 voidInternalTransactionBean. 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.TransactionTypeStringUtils. 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 StringSWInt. 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.TransactionTypeGuiTransactionBean. getTransactionType()KeyContexts.TransactionTypeComboItemChooseTransactionType. getType()Methods in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard with parameters of type KeyContexts.TransactionType Modifier and Type Method Description voidGuiTransactionBean. setTransactionType(KeyContexts.TransactionType transactionType)voidComboItemChooseTransactionType. 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.TransactionTypeTkmTextUtils. identifyTransaction(TransactionBean tb)identify if transaction is block or transactionstatic KeyContexts.TransactionTypeTkmTextUtils. 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.TransactionTypeTransactionBox. type()Methods in com.h2tcoin.takamakachain.wallet with parameters of type KeyContexts.TransactionType Modifier and Type Method Description StringWalletInterface. customTransaction(String to, BigInteger greenValue, BigInteger redValue, KeyContexts.TransactionType type, String message, int keyIndex)
-