Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <qt/addresstablemodel.h>
#include <cashaddrenc.h>
#include <key_io.h>
#include <qt/guiutil.h>
#include <qt/walletmodel.h>
#include <wallet/wallet.h>
#include <algorithm>
#include <variant>
#include <QDebug>
#include <QFont>
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 |