Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
bool CWalletTx::InMempool() const
28
{
29
return state<TxStateInMempool>();
30
}
31
32
int64_t CWalletTx::GetTxTime() const
33
{
Callers
7
AvailableCoins
Function · 0.80
HowSpent
Method · 0.80
TransactionCanBeAbandoned
Method · 0.80
AbandonTransaction
Method · 0.80
CachedTxIsTrusted
Function · 0.80
GetBalance
Function · 0.80
getWalletTxDetails
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected