[#wallet-CWalletTx-nTimeSmart] = xref:wallet.adoc[wallet]::xref:wallet/CWalletTx.adoc[CWalletTx]::nTimeSmart :relfileprefix: ../../ :mrdocs: Stable timestamp that never changes, and reflects the order a transaction was added to the wallet. Timestamp is based on the block time for a transaction added as part of a block, or else the time when the transaction was received if it wasn't part of a block, with the timestamp adjusted in both cases so timestamp order matches the order transactions were added to the wallet. More details can be found in CWallet::ComputeTimeSmart(). == Synopsis Declared in `<wallet/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned int nTimeSmart; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#