Uses of Class
monero.wallet.model.MoneroOutputQuery
Packages that use MoneroOutputQuery
-
Uses of MoneroOutputQuery in monero.wallet
Methods in monero.wallet with parameters of type MoneroOutputQueryModifier 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
Methods in monero.wallet.model that return MoneroOutputQueryModifier 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) Methods in monero.wallet.model with parameters of type MoneroOutputQueryModifier and TypeMethodDescriptionMoneroTxWallet.filterOutputsWallet(MoneroOutputQuery query) MoneroTxWallet.getInputsWallet(MoneroOutputQuery query) MoneroTxWallet.getOutputsWallet(MoneroOutputQuery query) MoneroTxQuery.setInputQuery(MoneroOutputQuery inputQuery) MoneroTxQuery.setOutputQuery(MoneroOutputQuery outputQuery) Constructors in monero.wallet.model with parameters of type MoneroOutputQuery