Construct the model.
Optional
tx: Partial<MoneroTxWallet>is existing state to initialize from (optional)
Static
Readonly
DEFAULT_a copy of this tx
query to keep only specific outputs
remaining outputs matching the query
query to keep only specific transfers
remaining transfers matching the query
tx block
incoming transfers
tx inputs
Optional
outputQuery: MoneroOutputQueryquery to get specific inputs
inputs matching the query
outgoing transfers
tx outputs
Optional
outputQuery: MoneroOutputQueryquery to get specific outputs
outputs matching the query
Optional
transferQuery: MoneroTransferQueryquery to get specific transfers
transfers matching the query
tx set containing txs
Updates this transaction by merging the latest information from the given transaction.
Merging can modify or build references to the transaction given so it should not be re-used or it should be copied before calling this method.
the transaction to merge into this transaction
tx block
this tx for chaining
change address
this tx for chaining
change amount
this tx for chaining
tx extra
this tx for chaining
tx extra as hex
this tx for chaining
tx fee
this tx for chaining
full tx hex
this tx for chaining
tx hash
this tx for chaining
true if the tx is in the memory pool, false otherwise
this tx for chaining
incoming transfers
this tx for chaining
sum of tx inputs
this tx for chaining
this tx for chaining
tx inputs
this tx for chaining
true if the tx is confirmed, false otherwise
this tx for chaining
true if a double spend has been seen, false otherwise
this tx for chaining
true if the tx failed, false otherwise
this tx for chaining
true if the tx has incoming funds, false otherwise
this tx for chaining
true if kept by a block, false otherwise
this tx for chaining
true if the tx is locked, false otherwise
this tx for chaining
true if the tx is a miner tx, false otherwise
this tx for chaining
true if the tx has outgoing funds, false otherwise
this tx for chaining
true if the tx is relayed, false otherwise
this tx for chaining
tx key
this tx for chaining
block hash of the last tx failure
this tx for chaining
block height of the last tx failure
this tx for chaining
timestamp the tx was last relayed from the node
this tx for chaining
max used block hash
this tx for chaining
max used block height
this tx for chaining
tx metadata
this tx for chaining
tx note
this tx for chaining
number of block confirmations
this tx for chaining
number of dummy outputs
this tx for chaining
outgoing transfer
this tx for chaining
tx output indices
this tx for chaining
sum of tx outputs
this tx for chaining
tx outputs
this tx for chaining
tx outputs
this tx for chaining
tx payment id
this tx for chaining
prunable tx hash
this tx for chaining
prunable tx hex
this tx for chaining
pruned tx hex
this tx for chaining
prunable RCT signature data
this tx for chaining
RCT signatures
this tx for chaining
timestamp the tx was received at the node
this tx for chaining
true if the tx is set to be relayed, false otherwise
this tx for chaining
tx ring size
this tx for chaining
tx signatures
this tx for chaining
tx size
this tx for chaining
tx set containing txs
this tx for chaining
tx version
this tx for chaining
tx weight
this tx for chaining
Static
Protected
mergeGenerated using TypeDoc
Models a Monero transaction with wallet extensions.