PIVX Core  5.6.99
P2P Digital Currency
Namespaces | Functions
destination_io.cpp File Reference
#include "destination_io.h"
#include "key_io.h"
#include "sapling/key_io_sapling.h"
Include dependency graph for destination_io.cpp:

Go to the source code of this file.

Namespaces

 Standard
 

Functions

std::string Standard::EncodeDestination (const CWDestination &address, const CChainParams::Base58Type addrType)
 
CWDestination Standard::DecodeDestination (const std::string &strAddress)
 
CWDestination Standard::DecodeDestination (const std::string &strAddress, bool &isStaking, bool &isExchange)
 
CWDestination Standard::DecodeDestination (const std::string &strAddress, bool &isStaking, bool &isExchange, bool &isShielded)
 
bool Standard::IsValidDestination (const CWDestination &address)
 
const libzcash::SaplingPaymentAddressStandard::GetShieldedDestination (const CWDestination &dest)
 
const CTxDestinationStandard::GetTransparentDestination (const CWDestination &dest)