Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ InMempool
Method
InMempool
src/wallet/wallet.cpp:2007–2010 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2005
}
2006
2007
bool CWalletTx::InMempool() const
2008
{
2009
return fInMempool;
2010
}
2011
2012
bool CWalletTx::IsTrusted() const
2013
{
Callers
6
TransactionCanBeAbandoned
Method · 0.80
AbandonTransaction
Method · 0.80
GetUnconfirmedBalance
Method · 0.80
GetUnconfirmedWatchOnlyBalance
Method · 0.80
AvailableCoins
Method · 0.80
getWalletTxDetails
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected