PIVX Core  5.6.99
P2P Digital Currency
Variables
AddressBook::AddressBookPurpose Namespace Reference

Variables

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

Variable Documentation

◆ COLD_STAKING

const std::string AddressBook::AddressBookPurpose::COLD_STAKING {"coldstaking"}

Definition at line 15 of file addressbook.cpp.

◆ COLD_STAKING_SEND

const std::string AddressBook::AddressBookPurpose::COLD_STAKING_SEND {"coldstaking_send"}

Definition at line 16 of file addressbook.cpp.

◆ DELEGABLE

const std::string AddressBook::AddressBookPurpose::DELEGABLE {"delegable"}

Definition at line 13 of file addressbook.cpp.

◆ DELEGATOR

const std::string AddressBook::AddressBookPurpose::DELEGATOR {"delegator"}

Definition at line 14 of file addressbook.cpp.

◆ EXCHANGE_ADDRESS

const std::string AddressBook::AddressBookPurpose::EXCHANGE_ADDRESS {"exchange_address"}

Definition at line 19 of file addressbook.cpp.

◆ RECEIVE

const std::string AddressBook::AddressBookPurpose::RECEIVE {"receive"}

Definition at line 11 of file addressbook.cpp.

◆ SEND

const std::string AddressBook::AddressBookPurpose::SEND {"send"}

Definition at line 12 of file addressbook.cpp.

◆ SHIELDED_RECEIVE

const std::string AddressBook::AddressBookPurpose::SHIELDED_RECEIVE {"shielded_receive"}

Definition at line 17 of file addressbook.cpp.

◆ SHIELDED_SEND

const std::string AddressBook::AddressBookPurpose::SHIELDED_SEND {"shielded_spend"}

Definition at line 18 of file addressbook.cpp.

◆ UNKNOWN

const std::string AddressBook::AddressBookPurpose::UNKNOWN {"unknown"}

Definition at line 10 of file addressbook.cpp.