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 InstanceWalletKeystoreInterface
TkmNode. 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 void
TestFastBlock. main(String[] args)
static void
TestFastChain. main(String[] args)
static void
TestTkmPayBack. main(String[] args)
static void
TestTkmPayBackOverflow. main(String[] args)
static void
TestTkmPools. main(String[] args)
static void
TestTkmSkippedRunner. 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)
-