Uses of Class
monero.wallet.model.MoneroWalletConfig
-
Uses of MoneroWalletConfig in monero.wallet
Modifier and TypeMethodDescriptionstatic MoneroWalletFull
MoneroWalletFull.createWallet
(MoneroWalletConfig config) Create a wallet using JNI bindings to wallet2.h.MoneroWalletRpc.createWallet
(MoneroWalletConfig config) Create and open a wallet on the monero-wallet-rpc server.static MoneroWalletFull
MoneroWalletFull.openWallet
(MoneroWalletConfig config) Open an existing wallet using JNI bindings to wallet2.h.MoneroWalletRpc.openWallet
(MoneroWalletConfig config) Open an existing wallet on the monero-wallet-rpc server. -
Uses of MoneroWalletConfig in monero.wallet.model
Modifier and TypeMethodDescriptionMoneroWalletConfig.copy()
MoneroWalletConfig.setAccountLookahead
(Integer accountLookahead) Set the number of accounts of scan.MoneroWalletConfig.setCacheData
(byte[] cacheData) MoneroWalletConfig.setConnectionManager
(MoneroConnectionManager connectionManager) MoneroWalletConfig.setIsMultisig
(Boolean isMultisig) MoneroWalletConfig.setKeysData
(byte[] keysData) MoneroWalletConfig.setLanguage
(String language) MoneroWalletConfig.setNetworkType
(String networkTypeStr) MoneroWalletConfig.setNetworkType
(MoneroNetworkType networkType) MoneroWalletConfig.setPassword
(String password) MoneroWalletConfig.setPrimaryAddress
(String primaryAddress) MoneroWalletConfig.setPrivateSpendKey
(String privateSpendKey) MoneroWalletConfig.setPrivateViewKey
(String privateViewKey) MoneroWalletConfig.setRestoreHeight
(Long restoreHeight) MoneroWalletConfig.setSaveCurrent
(Boolean saveCurrent) MoneroWalletConfig.setSeedOffset
(String seedOffset) MoneroWalletConfig.setServer
(MoneroRpcConnection server) MoneroWalletConfig.setServerPassword
(String serverPassword) MoneroWalletConfig.setServerUri
(String serverUri) MoneroWalletConfig.setServerUsername
(String serverUsername) MoneroWalletConfig.setSubaddressLookahead
(Integer subaddressLookahead) Set the number of subaddresses to scan per account.