Uses of Class
com.h2tcoin.takamakachain.exceptions.threadSafeUtils.TransactionNotYetImplementedException
-
Packages that use TransactionNotYetImplementedException Package Description com.h2tcoin.takamakachain.main com.h2tcoin.takamakachain.test com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of TransactionNotYetImplementedException in com.h2tcoin.takamakachain.main
Methods in com.h2tcoin.takamakachain.main that throw TransactionNotYetImplementedException Modifier and Type Method Description static voidMergeRightToLeft. main(String[] args)static voidNode. main(String[] args)static voidTestDeclarationInterference. main(String[] args)static voidTestKW. main(String[] args)static voidTestLargeNumberOfBalance. main(String[] args)static voidTestNMW. main(String[] args)static voidTestTKMBalances. main(String[] args)static voidTestTkmBlob. main(String[] args)static voidTestTKMFullBalances. main(String[] args)static voidTestTkmGlobalStatus. main(String[] args)static voidTestTkmPayBack. main(String[] args)static voidTestTkmPayBackOverflow. main(String[] args)static voidTestTkmPools. main(String[] args)static voidTestTkmSkippedRunner. main(String[] args)static voidTestTkmStake. main(String[] args)static voidTestTkmTransactions. main(String[] args)static voidTestTKMWallet. main(String[] args)static voidTestTransactionInterferenceGraph. main(String[] args)static voidTestWallets. main(String[] args)static voidTkmTestAcceptedBets. main(String[] args)static voidTkmTestEpochNode. main(String[] args)static voidTkmTestOneThird. main(String[] args)static voidTkmTITSDemo. main(String[] args)static TransactionBox[]TestTkmBlob. setupTests()static TransactionBox[]TestTkmStake. setupTests()static TransactionBox[]TestTkmBlob. setupTests2()static TransactionBox[]TestTkmStake. setupTests2() -
Uses of TransactionNotYetImplementedException in com.h2tcoin.takamakachain.test
Methods in com.h2tcoin.takamakachain.test that throw TransactionNotYetImplementedException Modifier and Type Method Description static String[]TransactionGenerator. generateAssignOverflowTransactionArray()static String[]TransactionGenerator. generateDeregisterMainTransactionArray()static String[]TransactionGenerator. generateDeregisterOverflowTransactionArray()static String[]TransactionGenerator. generateDeregisterOverflowTransactionArray_V2()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 String[]TransactionGenerator. generateUnassignOverflowTransactionArray()static InstanceWalletKeystoreInterface[]TransactionGenerator. generateWalletList(String basename, int numAddr, KeyContexts.WalletCypher cy)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 TransactionNotYetImplementedException in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that throw TransactionNotYetImplementedException Modifier and Type Method Description voidTkmInterferenceGraph. insert(TransactionBox tbox)add a TransactionBox to the singleton
-