Package monero.wallet.model
Class MoneroWalletConfig
java.lang.Object
monero.wallet.model.MoneroWalletConfig
Configuration to create a Monero wallet.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
byte[]
byte[]
getPath()
getSeed()
setAccountLookahead
(Integer accountLookahead) Set the number of accounts of scan.setCacheData
(byte[] cacheData) setConnectionManager
(MoneroConnectionManager connectionManager) setIsMultisig
(Boolean isMultisig) setKeysData
(byte[] keysData) setLanguage
(String language) setNetworkType
(String networkTypeStr) setNetworkType
(MoneroNetworkType networkType) setPassword
(String password) setPrimaryAddress
(String primaryAddress) setPrivateSpendKey
(String privateSpendKey) setPrivateViewKey
(String privateViewKey) setRestoreHeight
(Long restoreHeight) setSaveCurrent
(Boolean saveCurrent) setSeedOffset
(String seedOffset) setServer
(MoneroRpcConnection server) setServerPassword
(String serverPassword) setServerUri
(String serverUri) setServerUsername
(String serverUsername) setSubaddressLookahead
(Integer subaddressLookahead) Set the number of subaddresses to scan per account.toString()
-
Constructor Details
-
MoneroWalletConfig
public MoneroWalletConfig() -
MoneroWalletConfig
-
-
Method Details
-
copy
-
getPath
-
setPath
-
getPassword
-
setPassword
-
getNetworkType
-
setNetworkType
-
setNetworkType
-
getServer
-
setServer
-
getServerUri
-
setServerUri
-
getServerUsername
-
setServerUsername
-
getServerPassword
-
setServerPassword
-
getConnectionManager
-
setConnectionManager
-
getSeed
-
setSeed
-
getSeedOffset
-
setSeedOffset
-
getPrimaryAddress
-
setPrimaryAddress
-
getPrivateViewKey
-
setPrivateViewKey
-
getPrivateSpendKey
-
setPrivateSpendKey
-
getRestoreHeight
-
setRestoreHeight
-
getLanguage
-
setLanguage
-
getSaveCurrent
-
setSaveCurrent
-
setAccountLookahead
Set the number of accounts of scan.- Parameters:
accountLookahead
- the number of accounts to scan- Returns:
- this config for convenience
-
getAccountLookahead
-
setSubaddressLookahead
Set the number of subaddresses to scan per account.- Parameters:
subaddressLookahead
- the number of subaddresses to scan per account- Returns:
- this config for convenience
-
getSubaddressLookahead
-
getKeysData
public byte[] getKeysData() -
setKeysData
-
getCacheData
public byte[] getCacheData() -
setCacheData
-
isMultisig
-
setIsMultisig
-
toString
-