MCPcopy 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
17bool CWalletTx::InMempool() const
18{
19 return state<TxStateInMempool>();
20}
21
22int64_t CWalletTx::GetTxTime() const
23{

Callers 6

spend.cppFile · 0.80
AbandonTransactionMethod · 0.80
CachedTxIsTrustedFunction · 0.80
GetBalanceFunction · 0.80
getWalletTxDetailsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected