Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ InMempool
Method
InMempool
src/wallet/transaction.cpp:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
bool CWalletTx::InMempool() const
18
{
19
return state<TxStateInMempool>();
20
}
21
22
int64_t CWalletTx::GetTxTime() const
23
{
Callers
6
spend.cpp
File · 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