PIVX Core  5.6.99
P2P Digital Currency
Functions
Standard Namespace Reference

Functions

std::string EncodeDestination (const CWDestination &address, const CChainParams::Base58Type addrType)
 
CWDestination DecodeDestination (const std::string &strAddress)
 
CWDestination DecodeDestination (const std::string &strAddress, bool &isStaking, bool &isExchange)
 
CWDestination DecodeDestination (const std::string &strAddress, bool &isStaking, bool &isExchange, bool &isShielded)
 
bool IsValidDestination (const CWDestination &address)
 
const libzcash::SaplingPaymentAddressGetShieldedDestination (const CWDestination &dest)
 
const CTxDestinationGetTransparentDestination (const CWDestination &dest)
 

Function Documentation

◆ DecodeDestination() [1/3]

CWDestination Standard::DecodeDestination ( const std::string &  strAddress)

Definition at line 19 of file destination_io.cpp.

Here is the caller graph for this function:

◆ DecodeDestination() [2/3]

CWDestination Standard::DecodeDestination ( const std::string &  strAddress,
bool &  isStaking,
bool &  isExchange 
)

Definition at line 26 of file destination_io.cpp.

Here is the call graph for this function:

◆ DecodeDestination() [3/3]

CWDestination Standard::DecodeDestination ( const std::string &  strAddress,
bool &  isStaking,
bool &  isExchange,
bool &  isShielded 
)

Definition at line 33 of file destination_io.cpp.

Here is the call graph for this function:

◆ EncodeDestination()

std::string Standard::EncodeDestination ( const CWDestination address,
const CChainParams::Base58Type  addrType 
)

Definition at line 11 of file destination_io.cpp.

Here is the call graph for this function:

◆ GetShieldedDestination()

const libzcash::SaplingPaymentAddress * Standard::GetShieldedDestination ( const CWDestination dest)

Definition at line 58 of file destination_io.cpp.

Here is the caller graph for this function:

◆ GetTransparentDestination()

const CTxDestination * Standard::GetTransparentDestination ( const CWDestination dest)

Definition at line 63 of file destination_io.cpp.

Here is the caller graph for this function:

◆ IsValidDestination()

bool Standard::IsValidDestination ( const CWDestination address)

Definition at line 48 of file destination_io.cpp.

Here is the caller graph for this function: