![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
Address book data. More...
#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 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().