Uses of Class
monero.wallet.model.MoneroIncomingTransfer
Packages that use MoneroIncomingTransfer
-
Uses of MoneroIncomingTransfer in monero.wallet
Methods in monero.wallet that return types with arguments of type MoneroIncomingTransferModifier and TypeMethodDescriptionMoneroWallet.getIncomingTransfers()Get all of the wallet's incoming transfers.MoneroWallet.getIncomingTransfers(MoneroTransferQuery query) Get incoming transfers that meet a query.Methods in monero.wallet with parameters of type MoneroIncomingTransferModifier and TypeMethodDescriptionintMoneroWalletRpc.IncomingTransferComparator.compare(MoneroIncomingTransfer t1, MoneroIncomingTransfer t2) -
Uses of MoneroIncomingTransfer in monero.wallet.model
Methods in monero.wallet.model that return MoneroIncomingTransferModifier and TypeMethodDescriptionMoneroIncomingTransfer.copy()MoneroIncomingTransfer.merge(MoneroIncomingTransfer transfer) Updates this transaction by merging the latest information from the given transaction.MoneroIncomingTransfer.merge(MoneroTransfer transfer) MoneroIncomingTransfer.setAccountIndex(Integer accountIndex) MoneroIncomingTransfer.setAddress(String address) MoneroIncomingTransfer.setAmount(BigInteger amount) MoneroIncomingTransfer.setNumSuggestedConfirmations(Long numSuggestedConfirmations) MoneroIncomingTransfer.setSubaddressIndex(Integer subaddressIndex) MoneroIncomingTransfer.setTx(MoneroTxWallet tx) Methods in monero.wallet.model that return types with arguments of type MoneroIncomingTransferMethods in monero.wallet.model with parameters of type MoneroIncomingTransferModifier and TypeMethodDescriptionMoneroIncomingTransfer.merge(MoneroIncomingTransfer transfer) Updates this transaction by merging the latest information from the given transaction.Method parameters in monero.wallet.model with type arguments of type MoneroIncomingTransferModifier and TypeMethodDescriptionMoneroTxQuery.setIncomingTransfers(List<MoneroIncomingTransfer> incomingTransfers) MoneroTxWallet.setIncomingTransfers(List<MoneroIncomingTransfer> incomingTransfers) Constructors in monero.wallet.model with parameters of type MoneroIncomingTransfer