MCPcopy 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
22int64_t CWalletTx::GetTxTime() const
23{
24 int64_t n = nTimeSmart;
25 return n ? n : nTimeReceived;
26}
27} // namespace wallet

Callers 3

MakeWalletTxFunction · 0.80
interfaces.cppFile · 0.80
WalletTxToJSONFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected