Uses of Class
com.h2tcoin.takamakachain.exceptions.wallet.UnlockWalletException
-
Packages that use UnlockWalletException Package Description com.h2tcoin.takamakachain.main com.h2tcoin.takamakachain.test com.h2tcoin.takamakachain.wallet -
-
Uses of UnlockWalletException in com.h2tcoin.takamakachain.main
Methods in com.h2tcoin.takamakachain.main that throw UnlockWalletException Modifier and Type Method Description static voidMergeRightToLeft. main(String[] args)static voidNode. main(String[] args)static voidTestChainInit. main(String[] args)static voidTestDeclarationInterference. main(String[] args)static voidTestFastChain. main(String[] args)static voidTestHKW. main(String[] args)Deprecated.static voidTestJson. main(String[] args)static voidTestKW. main(String[] args)static voidTestLargeNumberOfBalance. 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 voidTkmTESDemo. main(String[] args)static voidTkmTestAcceptedBets. main(String[] args)static voidTkmTestEpochNode. main(String[] args)static voidTkmTestOneThird. main(String[] args)static voidTkmTITSDemo. main(String[] args)static voidTQDemo. main(String[] args)static TransactionBox[]TestTkmBlob. setupTests()static TransactionBox[]TestTkmStake. setupTests()static TransactionBox[]TestTkmBlob. setupTests2()static TransactionBox[]TestTkmStake. setupTests2() -
Uses of UnlockWalletException in com.h2tcoin.takamakachain.test
Methods in com.h2tcoin.takamakachain.test that throw UnlockWalletException 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 InstanceWalletKeystoreInterface[]TransactionGenerator. generateWalletList(String basename, int numAddr, KeyContexts.WalletCypher cy) -
Uses of UnlockWalletException in com.h2tcoin.takamakachain.wallet
Methods in com.h2tcoin.takamakachain.wallet that throw UnlockWalletException Modifier and Type Method Description static StringWalletHelper. getRecoveryWords(String filename, String password)static KeyBeanWalletHelper. readKeyFile(Path filename, String password)wallet cypher - it returns the words list needed for wallet recovery procedurestatic InstanceWalletKeystoreInterfaceWalletHelper. readWallet(String filename, String password)static InstanceWalletKeystoreInterfaceWalletHelper. readWalletRecoveryGui(String filename, String password)static voidWalletHelper. writePublicKey(String walletname, String password, int keyIndex, KeyContexts.WalletCypher cypher)Constructors in com.h2tcoin.takamakachain.wallet that throw UnlockWalletException Constructor Description InstanceWalletKeyStoreBCED25519(String walletName)Initialize the wallet by creating both the list of words and the seed.InstanceWalletKeyStoreBCED25519(String walletName, int nCharForSeed)Initialize the wallet by creating both the list of words and the seed.InstanceWalletKeyStoreBCED25519(String walletName, String password)Initialize the wallet by creating both the list of words and the seed.InstanceWalletKeyStoreBCQTESLAPSSC1Round1(String walletName)InstanceWalletKeyStoreBCQTESLAPSSC1Round1(String walletName, int nCharSeed)InstanceWalletKeyStoreBCQTESLAPSSC1Round1(String walletName, String password)InstanceWalletKeyStoreBCQTESLAPSSC1Round2(String walletName)InstanceWalletKeyStoreBCQTESLAPSSC1Round2(String walletName, int nCharSeed)InstanceWalletKeyStoreBCQTESLAPSSC1Round2(String walletName, String password)
-