transaction history api in progress

This commit is contained in:
Ilya Kitaev
2016-04-20 13:17:27 +03:00
parent 12345d382c
commit 663ed04eb8
7 changed files with 110 additions and 16 deletions
+5 -2
View File
@@ -38,7 +38,8 @@
namespace Bitmonero {
class TransactionHistoryImpl;
class PendingTransactionImpl;
class WalletImpl : public Wallet
{
@@ -72,7 +73,9 @@ private:
void clearStatus();
private:
friend class TransactionImpl;
friend class PendingTransactionImpl;
friend class TransactionHistoryImpl;
tools::wallet2 * m_wallet;
int m_status;
std::string m_errorString;