![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include "addresstablemodel.h"
#include "guiutil.h"
#include "walletmodel.h"
#include "base58.h"
#include "wallet/wallet.h"
#include <boost/foreach.hpp>
#include <QFont>
#include <QDebug>
Go to the source code of this file.
Classes | |
struct | AddressTableEntry |
struct | AddressTableEntryLessThan |
class | AddressTablePriv |
Functions | |
static AddressTableEntry::Type | translateTransactionType (const QString &strPurpose, bool isMine) |
|
static |
Definition at line 56 of file addresstablemodel.cpp.
Referenced by AddressTablePriv::refreshAddressTable(), and AddressTablePriv::updateEntry().