![]() |
Master Core
v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
|
Address book data. More...
#include <wallet.h>
Public Types | |
typedef std::map< std::string, std::string > | StringMap |
Public Member Functions | |
CAddressBookData () | |
Data Fields | |
std::string | name |
std::string | purpose |
StringMap | destdata |
typedef std::map<std::string, std::string> CAddressBookData::StringMap |
StringMap CAddressBookData::destdata |
Definition at line 94 of file wallet.h.
Referenced by WalletModel::loadReceiveRequests().
std::string CAddressBookData::name |
Definition at line 85 of file wallet.h.
Referenced by CWallet::GetAccountAddresses(), getaddressesbyaccount(), listaccounts(), ListReceived(), AddressTablePriv::refreshAddressTable(), and msc_AddressTablePriv::refreshAddressTable().
std::string CAddressBookData::purpose |
Definition at line 86 of file wallet.h.
Referenced by AddressTablePriv::refreshAddressTable().