Uses of Class
com.h2tcoin.takamakachain.exceptions.wallet.TransactionCanNotBeCreatedException
-
Packages that use TransactionCanNotBeCreatedException Package Description com.h2tcoin.takamakachain.main com.h2tcoin.takamakachain.test com.h2tcoin.takamakachain.wallet -
-
Uses of TransactionCanNotBeCreatedException in com.h2tcoin.takamakachain.main
Methods in com.h2tcoin.takamakachain.main that throw TransactionCanNotBeCreatedException Modifier and Type Method Description static void
MergeRightToLeft. main(String[] args)
static void
TestDeclarationInterference. main(String[] args)
static void
TestHKW. main(String[] args)
Deprecated.static void
TestKW. main(String[] args)
static void
TestLargeNumberOfBalance. main(String[] args)
static void
TestNMW. main(String[] args)
static void
TestTKMBalances. main(String[] args)
static void
TestTkmBlob. main(String[] args)
static void
TestTKMFullBalances. main(String[] args)
static void
TestTkmGlobalStatus. main(String[] args)
static void
TestTkmStake. main(String[] args)
static void
TestTkmTransactions. main(String[] args)
static void
TestTKMWallet. main(String[] args)
static void
TestTransactionInterferenceGraph. main(String[] args)
static void
TestWallets. main(String[] args)
static void
TkmTESDemo. main(String[] args)
static void
TkmTestAcceptedBets. main(String[] args)
static void
TkmTestEpochNode. main(String[] args)
static void
TkmTestOneThird. main(String[] args)
static void
TkmTITSDemo. main(String[] args)
static void
TQDemo. main(String[] args)
static TransactionBox[]
TestTkmBlob. setupTests()
static TransactionBox[]
TestTkmStake. setupTests()
static TransactionBox[]
TestTkmBlob. setupTests2()
static TransactionBox[]
TestTkmStake. setupTests2()
-
Uses of TransactionCanNotBeCreatedException in com.h2tcoin.takamakachain.test
Methods in com.h2tcoin.takamakachain.test that throw TransactionCanNotBeCreatedException 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 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)
static TkmValidityBean
TransactionGenerator. testTransaction(InstanceWalletKeyStoreBCED25519 wallet, int key, InternalTransactionBean itb)
static TkmValidityBean[]
TransactionGenerator. testTransactions(InstanceWalletKeyStoreBCED25519[] wallet, InternalTransactionBean[] itb)
-
Uses of TransactionCanNotBeCreatedException in com.h2tcoin.takamakachain.wallet
Methods in com.h2tcoin.takamakachain.wallet that throw TransactionCanNotBeCreatedException Modifier and Type Method Description static TransactionBean
TkmWallet. createGenericTransaction(InternalBlockBean ibb, InstanceWalletKeystoreInterface iwk, int signKey)
static TransactionBean
TkmWallet. createGenericTransaction(InternalTransactionBean itb, InstanceWalletKeystoreInterface iwk, int signKey)
It returns the Chrypted envelope used later in TKM chain
-