Transaction is a batch transaction (compounding UTXOs to an internal change address).
Transaction is a change transaction and its UTXO entries are added to the UTXO set.
Observed transaction is not performed by the wallet subsystem but is executed against the address set managed by the wallet subsystem.
Transaction has been received and its UTXO entries are added to the pending or mature UTXO set.
Transaction is outgoing and its UTXO entries are removed from the UTXO set.
Transaction has been invalidated due to a BlockDAG reorganization. Such transaction is no longer valid and its UTXO entries are removed.
Transaction is in stasis and its UTXO entries are not yet added to the UTXO set. This event is generated for Coinbase transactions only.
Transaction is an incoming transfer from another UtxoContext managed by the UtxoProcessor. When operating under the integrated wallet, these are transfers between different wallet accounts.
Transaction is an outgoing transfer to another UtxoContext managed by the UtxoProcessor. When operating under the integrated wallet, these are transfers between different wallet accounts.
Generated using TypeDoc
Type of transaction data record.
See
ITransactionData, ITransactionDataVariant, ITransactionRecord