MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / ListAccountCreditDebit

Method ListAccountCreditDebit

src/wallet/wallet.cpp:3117–3120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3115}
3116
3117void CWallet::ListAccountCreditDebit(const std::string& strAccount, std::list<CAccountingEntry>& entries) {
3118 WalletBatch batch(*database);
3119 return batch.ListAccountCreditDebit(strAccount, entries);
3120}
3121
3122bool CWallet::AddAccountingEntry(const CAccountingEntry& acentry)
3123{

Callers 2

ReorderTransactionsMethod · 0.45
GetResultsFunction · 0.45

Calls

no outgoing calls

Tested by 1

GetResultsFunction · 0.36