Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ GetTxTime
Method
GetTxTime
src/wallet/transaction.cpp:22–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
int64_t CWalletTx::GetTxTime() const
23
{
24
int64_t n = nTimeSmart;
25
return n ? n : nTimeReceived;
26
}
27
} // namespace wallet
Callers
3
MakeWalletTx
Function · 0.80
interfaces.cpp
File · 0.80
WalletTxToJSON
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected