Uses of Class
monero.wallet.model.MoneroOutputWallet
Packages that use MoneroOutputWallet
-
Uses of MoneroOutputWallet in monero.wallet
Methods in monero.wallet that return types with arguments of type MoneroOutputWalletModifier 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
Subclasses of MoneroOutputWallet in monero.wallet.modelModifier and TypeClassDescriptionclass
Configures a query to retrieve wallet outputs (i.e.Methods in monero.wallet.model that return MoneroOutputWalletModifier 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) Methods in monero.wallet.model that return types with arguments of type MoneroOutputWalletModifier 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) Methods in monero.wallet.model with parameters of type MoneroOutputWalletModifier 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.Method parameters in monero.wallet.model with type arguments of type MoneroOutputWalletModifier 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.Constructors in monero.wallet.model with parameters of type MoneroOutputWalletModifierConstructorDescriptionMoneroOutputWallet
(MoneroOutputWallet output) Deep copy constructor.