Package monero.wallet.model
Class MoneroDestination
java.lang.Object
monero.wallet.model.MoneroDestination
Models an outgoing transfer destination.
-
Constructor Summary
ConstructorDescriptionMoneroDestination
(String address) MoneroDestination
(String address, BigInteger amount) MoneroDestination
(MoneroDestination destination) -
Method Summary
Modifier and TypeMethodDescriptioncopy()
boolean
int
hashCode()
void
setAddress
(String address) void
setAmount
(BigInteger amount) toString()
toString
(int indent)
-
Constructor Details
-
MoneroDestination
public MoneroDestination() -
MoneroDestination
-
MoneroDestination
-
MoneroDestination
-
-
Method Details