PIVX Core  5.6.99
P2P Digital Currency
Namespaces | Functions | Variables
addressbook.cpp File Reference
#include "addressbook.h"
Include dependency graph for addressbook.cpp:

Go to the source code of this file.

Namespaces

 AddressBook
 
 AddressBook::AddressBookPurpose
 

Functions

bool AddressBook::IsColdStakingPurpose (const std::string &purpose)
 
bool AddressBook::IsShieldedPurpose (const std::string &purpose)
 
bool AddressBook::IsExchangePurpose (const std::string &purpose)
 

Variables

const std::string AddressBook::AddressBookPurpose::UNKNOWN {"unknown"}
 
const std::string AddressBook::AddressBookPurpose::RECEIVE {"receive"}
 
const std::string AddressBook::AddressBookPurpose::SEND {"send"}
 
const std::string AddressBook::AddressBookPurpose::DELEGABLE {"delegable"}
 
const std::string AddressBook::AddressBookPurpose::DELEGATOR {"delegator"}
 
const std::string AddressBook::AddressBookPurpose::COLD_STAKING {"coldstaking"}
 
const std::string AddressBook::AddressBookPurpose::COLD_STAKING_SEND {"coldstaking_send"}
 
const std::string AddressBook::AddressBookPurpose::SHIELDED_RECEIVE {"shielded_receive"}
 
const std::string AddressBook::AddressBookPurpose::SHIELDED_SEND {"shielded_spend"}
 
const std::string AddressBook::AddressBookPurpose::EXCHANGE_ADDRESS {"exchange_address"}