![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
| class | Destination |
| Wrapper class for every supported address. More... | |
Namespaces | |
| Standard | |
Typedefs | |
| typedef boost::variant< CTxDestination, libzcash::SaplingPaymentAddress > | CWDestination |
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::SaplingPaymentAddress * | Standard::GetShieldedDestination (const CWDestination &dest) |
| const CTxDestination * | Standard::GetTransparentDestination (const CWDestination &dest) |
| typedef boost::variant<CTxDestination, libzcash::SaplingPaymentAddress> CWDestination |
Definition at line 12 of file destination_io.h.