Uses of Enum
monero.wallet.model.MoneroAddressType
-
Uses of MoneroAddressType in monero.wallet.model
Modifier 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.Modifier and TypeMethodDescriptionvoid
MoneroDecodedAddress.setAddressType
(MoneroAddressType addressType) ModifierConstructorDescriptionMoneroDecodedAddress
(String address, MoneroAddressType addressType, MoneroNetworkType networkType)