Uses of Class
monero.wallet.MoneroWalletFull
-
Uses of MoneroWalletFull in monero.wallet
Modifier and TypeMethodDescriptionstatic MoneroWalletFull
MoneroWalletFull.createWallet
(MoneroWalletConfig config) Create a wallet using JNI bindings to wallet2.h.static MoneroWalletFull
MoneroWalletFull.openWallet
(String path, String password, MoneroNetworkType networkType) static MoneroWalletFull
MoneroWalletFull.openWallet
(String path, String password, MoneroNetworkType networkType, String daemonUri) static MoneroWalletFull
MoneroWalletFull.openWallet
(String path, String password, MoneroNetworkType networkType, MoneroRpcConnection daemonConnection) Open an existing wallet using JNI bindings to wallet2.h.static MoneroWalletFull
MoneroWalletFull.openWallet
(MoneroWalletConfig config) Open an existing wallet using JNI bindings to wallet2.h.static MoneroWalletFull
MoneroWalletFull.openWalletData
(String password, MoneroNetworkType networkType, byte[] keysData, byte[] cacheData, MoneroRpcConnection daemonConnection) Open an existing wallet from byte[] data using JNI bindings to wallet2.h