Uses of Class
monero.wallet.model.MoneroOutputWallet
-
Uses of MoneroOutputWallet in monero.wallet
Modifier and TypeMethodDescriptionMoneroWallet.getOutputs()
Get outputs created from previous transactions that belong to the wallet (i.e.MoneroWallet.getOutputs
(MoneroOutputQuery query) Get outputs which meet the criteria defined in a query object.MoneroWalletFull.getOutputs
(MoneroOutputQuery query) MoneroWalletRpc.getOutputs
(MoneroOutputQuery query) -
Uses of MoneroOutputWallet in monero.wallet.model
Modifier and TypeClassDescriptionclass
Configures a query to retrieve wallet outputs (i.e.Modifier and TypeMethodDescriptionMoneroOutputWallet.copy()
MoneroOutputWallet.merge
(MoneroOutput output) MoneroOutputWallet.merge
(MoneroOutputWallet output) MoneroOutputWallet.setAccountIndex
(Integer accountIndex) MoneroOutputWallet.setAmount
(BigInteger amount) MoneroOutputWallet.setIsFrozen
(Boolean isFrozen) MoneroOutputWallet.setIsSpent
(Boolean isSpent) MoneroOutputWallet.setKeyImage
(MoneroKeyImage keyImage) MoneroOutputWallet.setRingOutputIndices
(List<Long> ringOutputIndices) MoneroOutputWallet.setStealthPublicKey
(String stealthPublicKey) MoneroOutputWallet.setSubaddressIndex
(Integer subaddressIndex) MoneroOutputWallet.setTx
(MoneroTxWallet tx) Modifier and TypeMethodDescriptionMoneroTxWallet.filterOutputsWallet
(MoneroOutputQuery query) MoneroTxWallet.getInputsWallet()
Returns a copy of this model's inputs as a list of type MoneroOutputWallet.MoneroTxWallet.getInputsWallet
(MoneroOutputQuery query) MoneroTxWallet.getOutputsWallet()
Returns a copy of this model's outputs as a list of type MoneroOutputWallet.MoneroTxWallet.getOutputsWallet
(MoneroOutputQuery query) Modifier and TypeMethodDescriptionboolean
MoneroOutputQuery.meetsCriteria
(MoneroOutputWallet output) MoneroOutputWallet.merge
(MoneroOutputWallet output) void
MoneroWalletListener.onOutputReceived
(MoneroOutputWallet output) void
MoneroWalletListenerI.onOutputReceived
(MoneroOutputWallet output) Invoked 3 times per received output: once when unconfirmed, once when confirmed, and once when unlocked.void
MoneroWalletListener.onOutputSpent
(MoneroOutputWallet output) void
MoneroWalletListenerI.onOutputSpent
(MoneroOutputWallet output) Invoked twice per spent output: once when confirmed and once when unlocked.Modifier and TypeMethodDescriptionMoneroTxWallet.setInputsWallet
(List<MoneroOutputWallet> inputs) Set inputs with compile-time binding to MoneroOutputWallet for deserialization.MoneroTxWallet.setOutputsWallet
(List<MoneroOutputWallet> outputs) Set outputs with compile-time binding to MoneroOutputWallet for deserialization.ModifierConstructorDescriptionMoneroOutputWallet
(MoneroOutputWallet output) Deep copy constructor.