Uses of Class
com.h2tcoin.takamakachain.wallet.InstanceWalletKeyStoreBCED25519
-
Packages that use InstanceWalletKeyStoreBCED25519 Package Description com.h2tcoin.takamakachain.test -
-
Uses of InstanceWalletKeyStoreBCED25519 in com.h2tcoin.takamakachain.test
Methods in com.h2tcoin.takamakachain.test with parameters of type InstanceWalletKeyStoreBCED25519 Modifier and Type Method Description static String
TransactionGenerator. getTransactionJson(KeyContexts.TransactionType type, InstanceWalletKeyStoreBCED25519 from, InstanceWalletKeyStoreBCED25519 to, int fromIndex, int toIndex, BigInteger green, BigInteger red, String message)
static TkmValidityBean
TransactionGenerator. testTransaction(InstanceWalletKeyStoreBCED25519 wallet, int key, InternalTransactionBean itb)
static TkmValidityBean[]
TransactionGenerator. testTransactions(InstanceWalletKeyStoreBCED25519[] wallet, InternalTransactionBean[] itb)
-