mirror of
https://github.com/monero-project/monero.git
synced 2025-12-23 15:38:10 -08:00
transaction history api in progress
This commit is contained in:
@@ -63,8 +63,7 @@ struct TransactionHistory
|
||||
virtual TransactionInfo * transaction(int index) const = 0;
|
||||
virtual TransactionInfo * transaction(const std::string &id) const = 0;
|
||||
virtual std::vector<TransactionInfo*> getAll() const = 0;
|
||||
// TODO:
|
||||
// refresh();
|
||||
virtual void refresh() = 0;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user