![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <wallet.h>
Public Types | |
typedef std::map< std::string, std::string > | StringMap |
Public Member Functions | |
CAddressBookData () | |
Public Attributes | |
std::string | name |
std::string | purpose |
StringMap | destdata |
typedef std::map<std::string, std::string> CAddressBookData::StringMap |
StringMap CAddressBookData::destdata |
Definition at line 170 of file wallet.h.
Referenced by WalletModel::loadReceiveRequests().
std::string CAddressBookData::name |
Definition at line 161 of file wallet.h.
Referenced by CWallet::GetAccountAddresses(), getaddressesbyaccount(), listaccounts(), ListReceived(), and AddressTablePriv::refreshAddressTable().
std::string CAddressBookData::purpose |
Definition at line 162 of file wallet.h.
Referenced by CAddressBookData(), and AddressTablePriv::refreshAddressTable().