Uses of Enum
monero.wallet.model.MoneroAddressType
Packages that use MoneroAddressType
-
Uses of MoneroAddressType in monero.wallet.model
Methods in monero.wallet.model that return MoneroAddressTypeModifier and TypeMethodDescriptionMoneroDecodedAddress.getAddressType()
static MoneroAddressType
Returns the enum constant of this type with the specified name.static MoneroAddressType[]
MoneroAddressType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in monero.wallet.model with parameters of type MoneroAddressTypeModifier and TypeMethodDescriptionvoid
MoneroDecodedAddress.setAddressType
(MoneroAddressType addressType) Constructors in monero.wallet.model with parameters of type MoneroAddressTypeModifierConstructorDescriptionMoneroDecodedAddress
(String address, MoneroAddressType addressType, MoneroNetworkType networkType)