![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
Address book data. More...
#include <addressbook.h>
Public Types | |
| typedef std::map< std::string, std::string > | StringMap |
Public Member Functions | |
| CAddressBookData () | |
| bool | isSendColdStakingPurpose () const |
| bool | isSendPurpose () const |
| bool | isReceivePurpose () const |
| bool | isShieldedReceivePurpose () const |
| bool | isShielded () const |
Public Attributes | |
| std::string | name |
| std::string | purpose |
| StringMap | destdata |
Address book data.
Definition at line 31 of file addressbook.h.
| typedef std::map<std::string, std::string> AddressBook::CAddressBookData::StringMap |
Definition at line 41 of file addressbook.h.
|
inline |
Definition at line 37 of file addressbook.h.
| bool AddressBook::CAddressBookData::isReceivePurpose | ( | ) | const |
Definition at line 44 of file addressbook.cpp.
| bool AddressBook::CAddressBookData::isSendColdStakingPurpose | ( | ) | const |
Definition at line 36 of file addressbook.cpp.
| bool AddressBook::CAddressBookData::isSendPurpose | ( | ) | const |
Definition at line 40 of file addressbook.cpp.
| bool AddressBook::CAddressBookData::isShielded | ( | ) | const |
| bool AddressBook::CAddressBookData::isShieldedReceivePurpose | ( | ) | const |
Definition at line 48 of file addressbook.cpp.
| StringMap AddressBook::CAddressBookData::destdata |
Definition at line 42 of file addressbook.h.
| std::string AddressBook::CAddressBookData::name |
Definition at line 34 of file addressbook.h.
| std::string AddressBook::CAddressBookData::purpose |
Definition at line 35 of file addressbook.h.