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 classInvalidCypherExceptionclassInvalidWalletDecoderExceptionclassInvalidWalletIndexExceptionclassPublicKeySerializzationExceptionclassTransactionCanNotBeCreatedExceptionclassTransactionCanNotBeSignedExceptionclassUnlockWalletExceptionclassWalletAlreadyExistExceptionclassWalletBurnedExceptionclassWalletEmptySeedException -
Uses of WalletException in com.h2tcoin.takamakachain.main
Methods in com.h2tcoin.takamakachain.main that throw WalletException Modifier and Type Method Description static voidKeyStoreDemo. main(String[] args)static voidKeyStoreDemoBCQT. main(String[] args)static voidTestNMW. main(String[] args)static voidTestTKMFullBalances. main(String[] args)static voidTestTKMWallet. main(String[] args)static voidTkmTestEpochNode. 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.AsymmetricCipherKeyPairInstanceWalletKeystoreInterface. getKeyPairAtIndex(int i)byte[]InstanceWalletKeystoreInterface. getPublicKeyAtIndexByte(int i)StringInstanceWalletKeystoreInterface. 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 InternalTransactionBeanSMInternalTransactionBuilder. createAccountITB(BigInteger greenValue, BigInteger redValue, InstanceWalletKeystoreInterface iwk, int index, Date notBefore)static io.hotmoka.beans.requests.RedGreenGameteCreationTransactionRequestSMHelper. getAccountCreationRequest(BigInteger greenValue, BigInteger redValue, InstanceWalletKeystoreInterface iwk, int index)static HotmokaTakamakaChainWalletAdapterSMHelper. 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)
-