Uses of Class
monero.daemon.model.MoneroTx
Packages that use MoneroTx
-
Uses of MoneroTx in monero.common
Methods in monero.common with type parameters of type MoneroTx -
Uses of MoneroTx in monero.daemon
Methods in monero.daemon that return MoneroTxModifier and TypeMethodDescriptionGet a transaction by hash.Get a transaction by hash.Methods in monero.daemon that return types with arguments of type MoneroTxModifier and TypeMethodDescriptionMoneroDaemon.getTxPool()
Get valid transactions seen by the node but not yet mined into a block, as well as spent key image information for the tx pool.MoneroDaemonRpc.getTxPool()
MoneroDaemon.getTxs
(Collection<String> txHashes) Get transactions by hashes.MoneroDaemon.getTxs
(Collection<String> txHashes, Boolean prune) Get transactions by hashes.MoneroDaemonDefault.getTxs
(Collection<String> txHashes) MoneroDaemonRpc.getTxs
(Collection<String> txHashes, Boolean prune) -
Uses of MoneroTx in monero.daemon.model
Methods in monero.daemon.model that return MoneroTxModifier and TypeMethodDescriptionMoneroTx.copy()
MoneroBlock.getMinerTx()
MoneroOutput.getTx()
MoneroTx.setBlock
(MoneroBlock block) MoneroTx.setExtra
(byte[] extra) MoneroTx.setFee
(BigInteger fee) MoneroTx.setFullHex
(String fullHex) MoneroTx.setInputs
(List<MoneroOutput> inputs) MoneroTx.setInTxPool
(Boolean inTxPool) MoneroTx.setIsConfirmed
(Boolean isConfirmed) MoneroTx.setIsDoubleSpendSeen
(Boolean isDoubleSpend) MoneroTx.setIsFailed
(Boolean isFailed) MoneroTx.setIsKeptByBlock
(Boolean isKeptByBlock) MoneroTx.setIsMinerTx
(Boolean isMinerTx) MoneroTx.setIsRelayed
(Boolean isRelayed) MoneroTx.setLastFailedHash
(String lastFailedHash) MoneroTx.setLastFailedHeight
(Long lastFailedHeight) MoneroTx.setLastRelayedTimestamp
(Long lastRelayedTimestamp) MoneroTx.setMaxUsedBlockHash
(String maxUsedBlockHash) MoneroTx.setMaxUsedBlockHeight
(Long maxUsedBlockHeight) MoneroTx.setMetadata
(String metadata) MoneroTx.setNumConfirmations
(Long numConfirmations) MoneroTx.setOutputIndices
(List<Long> outputIndices) MoneroTx.setOutputs
(List<MoneroOutput> outputs) MoneroTx.setPaymentId
(String paymentId) MoneroTx.setPrunableHash
(String prunableHash) MoneroTx.setPrunableHex
(String prunableHex) MoneroTx.setPrunedHex
(String prunedHex) MoneroTx.setRctSignatures
(Object rctSignatures) MoneroTx.setRctSigPrunable
(Object rctSigPrunable) MoneroTx.setReceivedTimestamp
(Long receivedTimestamp) MoneroTx.setRingSize
(Integer ringSize) MoneroTx.setSignatures
(List<String> signatures) MoneroTx.setUnlockTime
(BigInteger unlockTime) MoneroTx.setVersion
(Integer version) Methods in monero.daemon.model that return types with arguments of type MoneroTxMethods in monero.daemon.model with parameters of type MoneroTxMethod parameters in monero.daemon.model with type arguments of type MoneroTxConstructors in monero.daemon.model with parameters of type MoneroTx -
Uses of MoneroTx in monero.wallet.model
Subclasses of MoneroTx in monero.wallet.modelModifier and TypeClassDescriptionclass
Configures a query to retrieve transactions.class
Models a Monero transaction with wallet extensions.Methods in monero.wallet.model with parameters of type MoneroTxModifier and TypeMethodDescription