Uses of Enum
monero.daemon.model.MoneroNetworkType
Packages that use MoneroNetworkType
Package
Description
-
Uses of MoneroNetworkType in monero.common
Methods in monero.common with parameters of type MoneroNetworkTypeModifier 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
Methods in monero.daemon that return MoneroNetworkTypeModifier and TypeMethodDescriptionstatic MoneroNetworkType
MoneroDaemon.parseNetworkType
(String network) Parses a network string to an enumerated type. -
Uses of MoneroNetworkType in monero.daemon.model
Methods in monero.daemon.model that return MoneroNetworkTypeModifier 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.Methods in monero.daemon.model with parameters of type MoneroNetworkTypeModifier and TypeMethodDescriptionvoid
MoneroDaemonInfo.setNetworkType
(MoneroNetworkType networkType) -
Uses of MoneroNetworkType in monero.wallet
Methods in monero.wallet that return MoneroNetworkTypeModifier and TypeMethodDescriptionMoneroWalletFull.getNetworkType()
Get the wallet's network type (mainnet, testnet, or stagenet).Methods in monero.wallet with parameters of type MoneroNetworkTypeModifier 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
Methods in monero.wallet.model that return MoneroNetworkTypeModifier and TypeMethodDescriptionMoneroDecodedAddress.getNetworkType()
MoneroWalletConfig.getNetworkType()
Methods in monero.wallet.model with parameters of type MoneroNetworkTypeModifier and TypeMethodDescriptionvoid
MoneroDecodedAddress.setNetworkType
(MoneroNetworkType networkType) MoneroWalletConfig.setNetworkType
(MoneroNetworkType networkType) Constructors in monero.wallet.model with parameters of type MoneroNetworkTypeModifierConstructorDescriptionMoneroDecodedAddress
(String address, MoneroAddressType addressType, MoneroNetworkType networkType)