Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <qt/addresstablemodel.h>
#include <qt/guiutil.h>
#include <qt/walletmodel.h>
#include <base58.h>
#include <wallet/wallet.h>
#include <QFont>
#include <QDebug>
Include dependency graph for addresstablemodel.cpp:
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) |
Function Documentation
◆ translateTransactionType()
|
static |
Definition at line 55 of file addresstablemodel.cpp.
References AddressTableEntry::Hidden, AddressTableEntry::Receiving, and AddressTableEntry::Sending.
Referenced by AddressTablePriv::refreshAddressTable(), and AddressTablePriv::updateEntry().