MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / InMempool

Method InMempool

src/wallet/transaction.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27bool CWalletTx::InMempool() const
28{
29 return state<TxStateInMempool>();
30}
31
32int64_t CWalletTx::GetTxTime() const
33{

Callers 7

AvailableCoinsFunction · 0.80
HowSpentMethod · 0.80
AbandonTransactionMethod · 0.80
CachedTxIsTrustedFunction · 0.80
GetBalanceFunction · 0.80
getWalletTxDetailsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected