MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetTxTime

Method GetTxTime

src/wallet.cpp:1544–1548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1542}
1543
1544int64_t CWalletTx::GetTxTime() const
1545{
1546 int64_t n = nTimeSmart;
1547 return n ? n : nTimeReceived;
1548}
1549
1550void CWalletTx::GetAmounts(list<COutputEntry>& listReceived, list<COutputEntry>& listSent, CAmount& nFee, string& strSentAccount, const isminefilter& filter) const
1551{

Callers 8

WalletTxToJSONFunction · 0.80
listsinceblockFunction · 0.80
MintableCoinsMethod · 0.80
SelectStakeCoinsMethod · 0.80
updateViewMethod · 0.80
GetStakeInputAgeFunction · 0.80
toHTMLMethod · 0.80
decomposeTransactionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected