Uses of Class
com.h2tcoin.takamakachain.exceptions.wallet.WalletBurnedException
-
Packages that use WalletBurnedException Package Description com.h2tcoin.takamakachain.block com.h2tcoin.takamakachain.main com.h2tcoin.takamakachain.test com.h2tcoin.takamakachain.wallet -
-
Uses of WalletBurnedException in com.h2tcoin.takamakachain.block
Methods in com.h2tcoin.takamakachain.block that throw WalletBurnedException Modifier and Type Method Description InstanceWalletKeystoreInterfaceTkmNode. getTemporaryKeyByName(String keyName, String uid) -
Uses of WalletBurnedException in com.h2tcoin.takamakachain.main
Methods in com.h2tcoin.takamakachain.main that throw WalletBurnedException Modifier and Type Method Description static voidTestFastBlock. main(String[] args)static voidTestFastChain. main(String[] args)static voidTestTkmPayBack. main(String[] args)static voidTestTkmPayBackOverflow. main(String[] args)static voidTestTkmPools. main(String[] args)static voidTestTkmSkippedRunner. main(String[] args) -
Uses of WalletBurnedException in com.h2tcoin.takamakachain.test
Methods in com.h2tcoin.takamakachain.test that throw WalletBurnedException Modifier and Type Method Description static InstanceWalletKeystoreInterface[]TransactionGenerator. generateWalletList(String basename, int numAddr, KeyContexts.WalletCypher cy) -
Uses of WalletBurnedException in com.h2tcoin.takamakachain.wallet
Constructors in com.h2tcoin.takamakachain.wallet that throw WalletBurnedException Constructor Description InstanceWalletKeyStoreBCED25519(String walletName, int nCharForSeed)Initialize the wallet by creating both the list of words and the seed.InstanceWalletKeyStoreBCQTESLAPSSC1Round1(String walletName, int nCharSeed)InstanceWalletKeyStoreBCQTESLAPSSC1Round2(String walletName, int nCharSeed)
-