Uses of Enum
monero.daemon.model.MoneroNetworkType
Package
Description
-
Uses of MoneroNetworkType in monero.common
Modifier and TypeMethodDescriptionstatic MoneroIntegratedAddress
MoneroUtils.getIntegratedAddress
(MoneroNetworkType networkType, String standardAddress, String paymentId) Get an integrated address.static boolean
MoneroUtils.isValidAddress
(String address, MoneroNetworkType networkType) Determine if the given address is valid.static void
MoneroUtils.validateAddress
(String address, MoneroNetworkType networkType) Validates the given address. -
Uses of MoneroNetworkType in monero.daemon
Modifier and TypeMethodDescriptionstatic MoneroNetworkType
MoneroDaemon.parseNetworkType
(String network) Parses a network string to an enumerated type. -
Uses of MoneroNetworkType in monero.daemon.model
Modifier and TypeMethodDescriptionMoneroDaemonInfo.getNetworkType()
static MoneroNetworkType
static MoneroNetworkType
Returns the enum constant of this type with the specified name.static MoneroNetworkType[]
MoneroNetworkType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
MoneroDaemonInfo.setNetworkType
(MoneroNetworkType networkType) -
Uses of MoneroNetworkType in monero.wallet
Modifier and TypeMethodDescriptionMoneroWalletFull.getNetworkType()
Get the wallet's network type (mainnet, testnet, or stagenet).Modifier and TypeMethodDescriptionstatic 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.openWalletData
(String password, MoneroNetworkType networkType, byte[] keysData, byte[] cacheData, MoneroRpcConnection daemonConnection) Open an existing wallet from byte[] data using JNI bindings to wallet2.h -
Uses of MoneroNetworkType in monero.wallet.model
Modifier and TypeMethodDescriptionMoneroDecodedAddress.getNetworkType()
MoneroWalletConfig.getNetworkType()
Modifier and TypeMethodDescriptionvoid
MoneroDecodedAddress.setNetworkType
(MoneroNetworkType networkType) MoneroWalletConfig.setNetworkType
(MoneroNetworkType networkType) ModifierConstructorDescriptionMoneroDecodedAddress
(String address, MoneroAddressType addressType, MoneroNetworkType networkType)