Uses of Class
monero.daemon.model.MoneroOutput
Packages that use MoneroOutput
-
Uses of MoneroOutput in monero.daemon
Methods in monero.daemon that return types with arguments of type MoneroOutputModifier and TypeMethodDescriptionMoneroDaemon.getOutputs
(Collection<MoneroOutput> outputs) Get outputs identified by a list of output amounts and indices as a binary request.MoneroDaemonRpc.getOutputs
(Collection<MoneroOutput> outputs) Method parameters in monero.daemon with type arguments of type MoneroOutputModifier and TypeMethodDescriptionMoneroDaemon.getOutputs
(Collection<MoneroOutput> outputs) Get outputs identified by a list of output amounts and indices as a binary request.MoneroDaemonRpc.getOutputs
(Collection<MoneroOutput> outputs) -
Uses of MoneroOutput in monero.daemon.model
Methods in monero.daemon.model that return MoneroOutputModifier and TypeMethodDescriptionMoneroOutput.copy()
MoneroOutput.merge
(MoneroOutput output) MoneroOutput.setAmount
(BigInteger amount) MoneroOutput.setKeyImage
(MoneroKeyImage keyImage) MoneroOutput.setRingOutputIndices
(List<Long> ringOutputIndices) MoneroOutput.setStealthPublicKey
(String stealthPublicKey) Methods in monero.daemon.model that return types with arguments of type MoneroOutputMethods in monero.daemon.model with parameters of type MoneroOutputMethod parameters in monero.daemon.model with type arguments of type MoneroOutputModifier and TypeMethodDescriptionMoneroTx.setInputs
(List<MoneroOutput> inputs) MoneroTx.setOutputs
(List<MoneroOutput> outputs) Constructors in monero.daemon.model with parameters of type MoneroOutput -
Uses of MoneroOutput in monero.wallet
Methods in monero.wallet with parameters of type MoneroOutputModifier and TypeMethodDescriptionint
MoneroWalletRpc.OutputComparator.compare
(MoneroOutput o1, MoneroOutput o2) -
Uses of MoneroOutput in monero.wallet.model
Subclasses of MoneroOutput in monero.wallet.modelModifier and TypeClassDescriptionclass
Configures a query to retrieve wallet outputs (i.e.class
Models a Monero output with wallet extensions.Methods in monero.wallet.model with parameters of type MoneroOutputMethod parameters in monero.wallet.model with type arguments of type MoneroOutputModifier and TypeMethodDescriptionMoneroTxQuery.setInputs
(List<MoneroOutput> inputs) MoneroTxWallet.setInputs
(List<MoneroOutput> inputs) Set the tx's inputs (MoneroOutputWallet) which contain information relative to a wallet.MoneroTxQuery.setOutputs
(List<MoneroOutput> outputs) MoneroTxWallet.setOutputs
(List<MoneroOutput> outputs) Set the tx's outputs (MoneroOutputWallet) which contain information relative to a wallet.