Uses of Class
monero.wallet.model.MoneroDestination
Packages that use MoneroDestination
-
Uses of MoneroDestination in monero.wallet.model
Methods in monero.wallet.model that return MoneroDestinationMethods in monero.wallet.model that return types with arguments of type MoneroDestinationModifier and TypeMethodDescriptionMoneroOutgoingTransfer.getDestinations()
MoneroTransferQuery.getDestinations()
MoneroTxConfig.getDestinations()
Methods in monero.wallet.model with parameters of type MoneroDestinationModifier and TypeMethodDescriptionMoneroTxConfig.addDestination
(MoneroDestination destination) MoneroTxConfig.setDestinations
(MoneroDestination... destinations) Method parameters in monero.wallet.model with type arguments of type MoneroDestinationModifier and TypeMethodDescriptionMoneroOutgoingTransfer.setDestinations
(List<MoneroDestination> destinations) MoneroTransferQuery.setDestinations
(List<MoneroDestination> destinations) MoneroTxConfig.setDestinations
(List<MoneroDestination> destinations) Constructors in monero.wallet.model with parameters of type MoneroDestination