diff options
author | gavinandresen <gavinandresen@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-11-30 18:58:11 +0000 |
---|---|---|
committer | gavinandresen <gavinandresen@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-11-30 18:58:11 +0000 |
commit | bfd471f53e14c4218ae7a1544beb7f1de3e695b2 (patch) | |
tree | ce973160466913efe4a091eb47da3e1f8b90f388 /db.h | |
parent | 84d7c981dc52cc738053f9ec48648ab6fbf9311b (diff) |
JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance <account>
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@193 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'db.h')
-rw-r--r-- | db.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -435,6 +435,7 @@ public: bool WriteAccount(const string& strAccount, const CAccount& account); bool WriteAccountingEntry(const string& strAccount, const CAccountingEntry& acentry); int64 GetAccountCreditDebit(const string& strAccount); + void ListAccountCreditDebit(const string& strAccount, list<CAccountingEntry>& acentries); bool LoadWallet(); protected: |