Uses of Class
monero.wallet.model.MoneroTxWallet
Packages that use MoneroTxWallet
-
Uses of MoneroTxWallet in monero.wallet
Methods in monero.wallet that return MoneroTxWalletModifier and TypeMethodDescriptionMoneroWallet.createTx
(MoneroTxConfig config) Create a transaction to transfer funds from this wallet.Get a wallet transaction by hash.MoneroWallet.sweepOutput
(MoneroTxConfig config) Sweep an output with a given key image.MoneroWalletFull.sweepOutput
(MoneroTxConfig config) MoneroWalletRpc.sweepOutput
(MoneroTxConfig config) Methods in monero.wallet that return types with arguments of type MoneroTxWalletModifier and TypeMethodDescriptionMoneroWallet.createTxs
(MoneroTxConfig config) Create one or more transactions to transfer funds from this wallet.MoneroWalletFull.createTxs
(MoneroTxConfig config) MoneroWalletRpc.createTxs
(MoneroTxConfig config) MoneroWallet.getTxs()
Get all wallet transactions.Get wallet transactions by hash.Get wallet transactions by hash.MoneroWallet.getTxs
(MoneroTxQuery query) Get wallet transactions that meet the criteria defined in a query object.MoneroWalletFull.getTxs
(MoneroTxQuery query) MoneroWalletRpc.getTxs
(MoneroTxQuery query) MoneroWallet.sweepDust
(boolean relay) Sweep all unmixable dust outputs back to the wallet to make them easier to spend and mix.MoneroWalletFull.sweepDust
(boolean relay) MoneroWalletRpc.sweepDust
(boolean relay) MoneroWallet.sweepUnlocked
(MoneroTxConfig config) Sweep all unlocked funds according to the given config.MoneroWalletFull.sweepUnlocked
(MoneroTxConfig config) MoneroWalletRpc.sweepUnlocked
(MoneroTxConfig config) Methods in monero.wallet with parameters of type MoneroTxWalletModifier and TypeMethodDescriptionMoneroWallet.relayTx
(MoneroTxWallet tx) Relay a previously created transaction.Method parameters in monero.wallet with type arguments of type MoneroTxWalletModifier and TypeMethodDescriptionMoneroWallet.relayTxs
(List<MoneroTxWallet> txs) Relay previously created transactions. -
Uses of MoneroTxWallet in monero.wallet.model
Subclasses of MoneroTxWallet in monero.wallet.modelModifier and TypeClassDescriptionclass
Configures a query to retrieve transactions.Methods in monero.wallet.model that return MoneroTxWalletModifier and TypeMethodDescriptionMoneroTxWallet.copy()
MoneroOutputWallet.getTx()
MoneroTransfer.getTx()
MoneroTxWallet.merge
(MoneroTxWallet tx) Updates this transaction by merging the latest information from the given transaction.MoneroTxWallet.setBlock
(MoneroBlock block) MoneroTxWallet.setChangeAddress
(String changeAddress) MoneroTxWallet.setChangeAmount
(BigInteger changeAmount) MoneroTxWallet.setExtra
(byte[] extra) MoneroTxWallet.setExtraHex
(String extraHex) MoneroTxWallet.setFee
(BigInteger fee) MoneroTxWallet.setFullHex
(String hex) MoneroTxWallet.setIncomingTransfers
(List<MoneroIncomingTransfer> incomingTransfers) MoneroTxWallet.setInputs
(List<MoneroOutput> inputs) Set the tx's inputs (MoneroOutputWallet) which contain information relative to a wallet.MoneroTxWallet.setInputSum
(BigInteger inputSum) MoneroTxWallet.setInputsWallet
(List<MoneroOutputWallet> inputs) Set inputs with compile-time binding to MoneroOutputWallet for deserialization.MoneroTxWallet.setInTxPool
(Boolean inTxPool) MoneroTxWallet.setIsConfirmed
(Boolean isConfirmed) MoneroTxWallet.setIsDoubleSpendSeen
(Boolean isDoubleSpend) MoneroTxWallet.setIsFailed
(Boolean isFailed) MoneroTxWallet.setIsIncoming
(Boolean isIncoming) MoneroTxWallet.setIsKeptByBlock
(Boolean isKeptByBlock) MoneroTxWallet.setIsLocked
(Boolean isLocked) MoneroTxWallet.setIsMinerTx
(Boolean isMinerTx) MoneroTxWallet.setIsOutgoing
(Boolean isOutgoing) MoneroTxWallet.setIsRelayed
(Boolean isRelayed) MoneroTxWallet.setLastFailedHash
(String lastFailedId) MoneroTxWallet.setLastFailedHeight
(Long lastFailedHeight) MoneroTxWallet.setLastRelayedTimestamp
(Long lastRelayedTimestamp) MoneroTxWallet.setMaxUsedBlockHash
(String maxUsedBlockId) MoneroTxWallet.setMaxUsedBlockHeight
(Long maxUsedBlockHeight) MoneroTxWallet.setMetadata
(String metadata) MoneroTxWallet.setNumConfirmations
(Long numConfirmations) MoneroTxWallet.setNumDummyOutputs
(Integer numDummyOutputs) MoneroTxWallet.setOutgoingTransfer
(MoneroOutgoingTransfer outgoingTransfer) MoneroTxWallet.setOutputIndices
(List<Long> outputIndices) MoneroTxWallet.setOutputs
(List<MoneroOutput> outputs) Set the tx's outputs (MoneroOutputWallet) which contain information relative to a wallet.MoneroTxWallet.setOutputSum
(BigInteger outputSum) MoneroTxWallet.setOutputsWallet
(List<MoneroOutputWallet> outputs) Set outputs with compile-time binding to MoneroOutputWallet for deserialization.MoneroTxWallet.setPaymentId
(String paymentId) MoneroTxWallet.setPrunableHash
(String prunableHash) MoneroTxWallet.setPrunableHex
(String prunableHex) MoneroTxWallet.setPrunedHex
(String prunedHex) MoneroTxWallet.setRctSignatures
(Object rctSignatures) MoneroTxWallet.setRctSigPrunable
(Object rctSigPrunable) MoneroTxWallet.setReceivedTimestamp
(Long receivedTimestamp) MoneroTxWallet.setRingSize
(Integer ringSize) MoneroTxWallet.setSignatures
(List<String> signatures) MoneroTxWallet.setTxSet
(MoneroTxSet txSet) MoneroTxWallet.setUnlockTime
(BigInteger unlockTime) MoneroTxWallet.setVersion
(Integer version) Methods in monero.wallet.model that return types with arguments of type MoneroTxWalletMethods in monero.wallet.model with parameters of type MoneroTxWalletModifier and TypeMethodDescriptionboolean
MoneroTxQuery.meetsCriteria
(MoneroTxWallet tx) MoneroTxWallet.merge
(MoneroTxWallet tx) Updates this transaction by merging the latest information from the given transaction.MoneroIncomingTransfer.setTx
(MoneroTxWallet tx) MoneroOutgoingTransfer.setTx
(MoneroTxWallet tx) MoneroOutputQuery.setTx
(MoneroTxWallet tx) MoneroOutputWallet.setTx
(MoneroTxWallet tx) MoneroTransfer.setTx
(MoneroTxWallet tx) MoneroTransferQuery.setTx
(MoneroTxWallet tx) MoneroTxSet.setTxs
(MoneroTxWallet... txs) Method parameters in monero.wallet.model with type arguments of type MoneroTxWalletConstructors in monero.wallet.model with parameters of type MoneroTxWallet