Uses of Class
monero.wallet.model.MoneroTxQuery
-
Uses of MoneroTxQuery in monero.wallet
Modifier and TypeMethodDescriptionMoneroWallet.getTxs
(MoneroTxQuery query) Get wallet transactions that meet the criteria defined in a query object.MoneroWalletFull.getTxs
(MoneroTxQuery query) MoneroWalletRpc.getTxs
(MoneroTxQuery query) -
Uses of MoneroTxQuery in monero.wallet.model
Modifier and TypeMethodDescriptionMoneroTxQuery.copy()
MoneroOutputQuery.getTxQuery()
MoneroTransferQuery.getTxQuery()
MoneroTxQuery.setBlock
(MoneroBlock block) MoneroTxQuery.setExtra
(byte[] extra) MoneroTxQuery.setFee
(BigInteger fee) MoneroTxQuery.setFullHex
(String hex) MoneroTxQuery.setHasPaymentId
(Boolean hasPaymentId) MoneroTxQuery.setIncludeOutputs
(Boolean includeOutputs) MoneroTxQuery.setIncomingTransfers
(List<MoneroIncomingTransfer> incomingTransfers) MoneroTxQuery.setInputQuery
(MoneroOutputQuery inputQuery) MoneroTxQuery.setInputs
(List<MoneroOutput> inputs) MoneroTxQuery.setInTxPool
(Boolean inTxPool) MoneroTxQuery.setIsConfirmed
(Boolean isConfirmed) MoneroTxQuery.setIsDoubleSpendSeen
(Boolean isDoubleSpend) MoneroTxQuery.setIsFailed
(Boolean isFailed) MoneroTxQuery.setIsIncoming
(Boolean isIncoming) MoneroTxQuery.setIsKeptByBlock
(Boolean isKeptByBlock) MoneroTxQuery.setIsLocked
(Boolean isLocked) MoneroTxQuery.setIsMinerTx
(Boolean isMinerTx) MoneroTxQuery.setIsOutgoing
(Boolean isOutgoing) MoneroTxQuery.setIsRelayed
(Boolean isRelayed) MoneroTxQuery.setLastFailedHash
(String lastFailedId) MoneroTxQuery.setLastFailedHeight
(Long lastFailedHeight) MoneroTxQuery.setLastRelayedTimestamp
(Long lastRelayedTimestamp) MoneroTxQuery.setMaxHeight
(Long maxHeight) MoneroTxQuery.setMaxUsedBlockHash
(String maxUsedBlockId) MoneroTxQuery.setMaxUsedBlockHeight
(Long maxUsedBlockHeight) MoneroTxQuery.setMetadata
(String metadata) MoneroTxQuery.setMinHeight
(Long minHeight) MoneroTxQuery.setNumConfirmations
(Long numConfirmations) MoneroTxQuery.setOutgoingTransfer
(MoneroOutgoingTransfer outgoingTransfer) MoneroTxQuery.setOutputIndices
(List<Long> outputIndices) MoneroTxQuery.setOutputQuery
(MoneroOutputQuery outputQuery) MoneroTxQuery.setOutputs
(List<MoneroOutput> outputs) MoneroTxQuery.setPaymentId
(String paymentId) MoneroTxQuery.setPaymentIds
(List<String> paymentIds) MoneroTxQuery.setPrunableHash
(String prunableHash) MoneroTxQuery.setPrunableHex
(String prunableHex) MoneroTxQuery.setPrunedHex
(String prunedHex) MoneroTxQuery.setRctSignatures
(Object rctSignatures) MoneroTxQuery.setRctSigPrunable
(Object rctSigPrunable) MoneroTxQuery.setReceivedTimestamp
(Long receivedTimestamp) MoneroTxQuery.setRingSize
(Integer ringSize) MoneroTxQuery.setSignatures
(List<String> signatures) MoneroTxQuery.setTransferQuery
(MoneroTransferQuery transferQuery) MoneroTxQuery.setTxSet
(MoneroTxSet commonTxSets) MoneroTxQuery.setUnlockTime
(Long unlockTime) MoneroTxQuery.setUnlockTime
(BigInteger unlockTime) MoneroTxQuery.setVersion
(Integer version) Modifier and TypeMethodDescriptionMoneroOutputQuery.setTxQuery
(MoneroTxQuery txQuery) MoneroTransferQuery.setTxQuery
(MoneroTxQuery txQuery)