Uses of Class
monero.daemon.model.MoneroOutput
-
Uses of MoneroOutput in monero.daemon
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionMoneroOutput.copy()
MoneroOutput.merge
(MoneroOutput output) MoneroOutput.setAmount
(BigInteger amount) MoneroOutput.setKeyImage
(MoneroKeyImage keyImage) MoneroOutput.setRingOutputIndices
(List<Long> ringOutputIndices) MoneroOutput.setStealthPublicKey
(String stealthPublicKey) Modifier and TypeMethodDescriptionMoneroTx.setInputs
(List<MoneroOutput> inputs) MoneroTx.setOutputs
(List<MoneroOutput> outputs) -
Uses of MoneroOutput in monero.wallet
Modifier and TypeMethodDescriptionint
MoneroWalletRpc.OutputComparator.compare
(MoneroOutput o1, MoneroOutput o2) -
Uses of MoneroOutput in monero.wallet.model
Modifier and TypeClassDescriptionclass
Configures a query to retrieve wallet outputs (i.e.class
Models a Monero output with wallet extensions.Modifier 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.