Uses of Interface
monero.wallet.MoneroWallet
Packages that use MoneroWallet
-
Uses of MoneroWallet in Unnamed Package
Methods in Unnamed Package with parameters of type MoneroWalletModifier and TypeMethodDescriptionvoid
TestMoneroWalletFull.closeWallet
(MoneroWallet wallet, boolean save) void
TestMoneroWalletRpc.closeWallet
(MoneroWallet wallet, boolean save) -
Uses of MoneroWallet in monero.wallet
Classes in monero.wallet that implement MoneroWalletModifier and TypeClassDescriptionclass
Implements a Monero wallet using fully client-side JNI bindings to monero-project's wallet2 in C++.class
Implements a Monero wallet using monero-wallet-rpc. -
Uses of MoneroWallet in utils
Methods in utils with parameters of type MoneroWalletModifier and TypeMethodDescriptionstatic void
FundWallets.fundWallets
(MoneroWallet srcWallet, int numWallets, int numAccounts, int numSubaddressesPerAccount) Utility to create and fund test wallets.static void
PrintBalances.printBalances
(MoneroWallet wallet) static void
WalletEqualityUtils.testWalletEqualityOnChain
(MoneroWallet w1, MoneroWallet w2) Compares two wallets for equality using only on-chain data.WalletTxTracker.waitForUnlockedBalance
(MoneroWallet wallet, Integer accountIndex, Integer subaddressIndex, BigInteger minAmount) void
WalletTxTracker.waitForWalletTxsToClearPool
(MoneroWallet... wallets) Waits for transactions in the pool belonging to the given wallets to clear.