Uses of Class
com.h2tcoin.takamakachain.exceptions.wallet.WalletException
-
-
Uses of WalletException in com.h2tcoin.takamakachain.exceptions.wallet
Subclasses of WalletException in com.h2tcoin.takamakachain.exceptions.wallet Modifier and Type Class Description class
InvalidCypherException
class
InvalidWalletDecoderException
class
InvalidWalletIndexException
class
PublicKeySerializzationException
class
TransactionCanNotBeCreatedException
class
TransactionCanNotBeSignedException
class
UnlockWalletException
class
WalletAlreadyExistException
class
WalletBurnedException
class
WalletEmptySeedException
-
Uses of WalletException in com.h2tcoin.takamakachain.main
Methods in com.h2tcoin.takamakachain.main that throw WalletException Modifier and Type Method Description static void
KeyStoreDemo. main(String[] args)
static void
KeyStoreDemoBCQT. main(String[] args)
static void
TestNMW. main(String[] args)
static void
TestTKMFullBalances. main(String[] args)
static void
TestTKMWallet. main(String[] args)
static void
TkmTestEpochNode. main(String[] args)
-
Uses of WalletException in com.h2tcoin.takamakachain.test
-
Uses of WalletException in com.h2tcoin.takamakachain.wallet
Methods in com.h2tcoin.takamakachain.wallet that throw WalletException Modifier and Type Method Description org.bouncycastle.crypto.AsymmetricCipherKeyPair
InstanceWalletKeystoreInterface. getKeyPairAtIndex(int i)
byte[]
InstanceWalletKeystoreInterface. getPublicKeyAtIndexByte(int i)
String
InstanceWalletKeystoreInterface. getPublicKeyAtIndexURL64(int i)
-
Uses of WalletException in com.h2tcoin.takamakachain.wallet.adapter.impl
Methods in com.h2tcoin.takamakachain.wallet.adapter.impl that throw WalletException Modifier and Type Method Description static InternalTransactionBean
SMInternalTransactionBuilder. createAccountITB(BigInteger greenValue, BigInteger redValue, InstanceWalletKeystoreInterface iwk, int index, Date notBefore)
static io.hotmoka.beans.requests.RedGreenGameteCreationTransactionRequest
SMHelper. getAccountCreationRequest(BigInteger greenValue, BigInteger redValue, InstanceWalletKeystoreInterface iwk, int index)
static HotmokaTakamakaChainWalletAdapter
SMHelper. getHotmokaWallet(InstanceWalletKeystoreInterface iwk, int index)
Constructors in com.h2tcoin.takamakachain.wallet.adapter.impl that throw WalletException Constructor Description HotmokaTakamakaChainWalletAdapter(io.hotmoka.crypto.BytesSupplier<? super T> supplier, InstanceWalletKeystoreInterface iwk, int walletNumber)
-