Uses of Class
monero.wallet.MoneroWalletRpc
Packages that use MoneroWalletRpc
-
Uses of MoneroWalletRpc in monero.wallet
Methods in monero.wallet that return MoneroWalletRpcModifier and TypeMethodDescriptionMoneroWalletRpc.createWallet
(MoneroWalletConfig config) Create and open a wallet on the monero-wallet-rpc server.MoneroWalletRpc.openWallet
(String name, String password) Open an existing wallet on the monero-wallet-rpc server.MoneroWalletRpc.openWallet
(MoneroWalletConfig config) Open an existing wallet on the monero-wallet-rpc server. -
Uses of MoneroWalletRpc in utils
Fields in utils with type parameters of type MoneroWalletRpcModifier and TypeFieldDescriptionstatic Map
<MoneroWalletRpc, Integer> TestUtils.WALLET_PORT_OFFSETS
Start a monero-wallet-rpc process bound to the next available port.Methods in utils that return MoneroWalletRpcModifier and TypeMethodDescriptionstatic MoneroWalletRpc
TestUtils.getWalletRpc()
static MoneroWalletRpc
TestUtils.startWalletRpcProcess()
static MoneroWalletRpc
TestUtils.startWalletRpcProcess
(boolean offline) Methods in utils with parameters of type MoneroWalletRpcModifier and TypeMethodDescriptionstatic void
TestUtils.stopWalletRpcProcess
(MoneroWalletRpc walletRpc) Stop a monero-wallet-rpc process and release its associated port.