Uses of Class
monero.wallet.model.MoneroOutputQuery
-
Uses of MoneroOutputQuery in monero.wallet
Modifier and TypeMethodDescriptionMoneroWallet.getOutputs
(MoneroOutputQuery query) Get outputs which meet the criteria defined in a query object.MoneroWalletFull.getOutputs
(MoneroOutputQuery query) MoneroWalletRpc.getOutputs
(MoneroOutputQuery query) -
Uses of MoneroOutputQuery in monero.wallet.model
Modifier and TypeMethodDescriptionMoneroOutputQuery.copy()
MoneroTxQuery.getInputQuery()
MoneroTxQuery.getOutputQuery()
MoneroOutputQuery.setAccountIndex
(Integer accountIndex) MoneroOutputQuery.setAmount
(BigInteger amount) MoneroOutputQuery.setIsFrozen
(Boolean isFrozen) MoneroOutputQuery.setIsSpent
(Boolean isSpent) MoneroOutputQuery.setKeyImage
(MoneroKeyImage keyImage) MoneroOutputQuery.setMaxAmount
(BigInteger maxAmount) MoneroOutputQuery.setMinAmount
(BigInteger minAmount) MoneroOutputQuery.setRingOutputIndices
(List<Long> ringOutputIndices) MoneroOutputQuery.setStealthPublicKey
(String stealthPublicKey) MoneroOutputQuery.setSubaddressIndex
(Integer subaddressIndex) MoneroOutputQuery.setSubaddressIndices
(Integer... subaddressIndices) MoneroOutputQuery.setSubaddressIndices
(List<Integer> subaddressIndices) MoneroOutputQuery.setTx
(MoneroTxWallet tx) MoneroOutputQuery.setTxQuery
(MoneroTxQuery txQuery) Modifier and TypeMethodDescriptionMoneroTxWallet.filterOutputsWallet
(MoneroOutputQuery query) MoneroTxWallet.getInputsWallet
(MoneroOutputQuery query) MoneroTxWallet.getOutputsWallet
(MoneroOutputQuery query) MoneroTxQuery.setInputQuery
(MoneroOutputQuery inputQuery) MoneroTxQuery.setOutputQuery
(MoneroOutputQuery outputQuery)