Uses of Record Class
net.lageto.monero.rpc.model.TransferDestination
Packages that use TransferDestination
Package
Description
Provides clients for interfacing with the Monero crypto-currency P2P and wallet daemons over their HTTP RPC
protocols.
-
Uses of TransferDestination in net.lageto.monero.rpc
Method parameters in net.lageto.monero.rpc with type arguments of type TransferDestinationModifier and TypeMethodDescriptionWalletRpcClient.transfer(List<TransferDestination> destinations)
Transfer Moneroj from this wallet to one or more recipients.WalletRpcClient.transferAsync(List<TransferDestination> destinations)
Asynchronously transfer Moneroj from this wallet to one or more recipients.