Package monero.wallet.model
Class MoneroDestination
java.lang.Object
monero.wallet.model.MoneroDestination
Models an outgoing transfer destination.
-
Constructor Summary
ConstructorsConstructorDescriptionMoneroDestination(String address) MoneroDestination(String address, BigInteger amount) MoneroDestination(MoneroDestination destination) -
Method Summary
Modifier and TypeMethodDescriptioncopy()booleaninthashCode()voidsetAddress(String address) voidsetAmount(BigInteger amount) toString()toString(int indent)
-
Constructor Details
-
MoneroDestination
public MoneroDestination() -
MoneroDestination
-
MoneroDestination
-
MoneroDestination
-
-
Method Details