#include <transaction_history.h>
◆ TransactionHistoryImpl()
| Electroneum::TransactionHistoryImpl::TransactionHistoryImpl |
( |
WalletImpl * |
wallet | ) |
|
◆ ~TransactionHistoryImpl()
| Electroneum::TransactionHistoryImpl::~TransactionHistoryImpl |
( |
| ) |
|
◆ count()
| int Electroneum::TransactionHistoryImpl::count |
( |
| ) |
const |
|
virtual |
◆ getAll()
| std::vector< TransactionInfo * > Electroneum::TransactionHistoryImpl::getAll |
( |
| ) |
const |
|
virtual |
◆ refresh()
| void Electroneum::TransactionHistoryImpl::refresh |
( |
| ) |
|
|
virtual |
◆ transaction() [1/2]
| TransactionInfo * Electroneum::TransactionHistoryImpl::transaction |
( |
const std::string & |
id | ) |
const |
|
virtual |
◆ transaction() [2/2]
| TransactionInfo * Electroneum::TransactionHistoryImpl::transaction |
( |
int |
index | ) |
const |
|
virtual |
◆ m_history
| std::vector<TransactionInfo*> Electroneum::TransactionHistoryImpl::m_history |
|
private |
◆ m_historyMutex
| boost::shared_mutex Electroneum::TransactionHistoryImpl::m_historyMutex |
|
mutableprivate |
◆ m_wallet
| WalletImpl* Electroneum::TransactionHistoryImpl::m_wallet |
|
private |
The documentation for this class was generated from the following files: