Uses of Record Class
net.lageto.monero.rpc.model.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
Modifier 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.