![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
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::SaplingPaymentAddress * | GetShieldedDestination (const CWDestination &dest) |
| const CTxDestination * | GetTransparentDestination (const CWDestination &dest) |
| 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 | ||
| ) |
| std::string Standard::EncodeDestination | ( | const CWDestination & | address, |
| const CChainParams::Base58Type | addrType | ||
| ) |
| const libzcash::SaplingPaymentAddress * Standard::GetShieldedDestination | ( | const CWDestination & | dest | ) |
| const CTxDestination * Standard::GetTransparentDestination | ( | const CWDestination & | dest | ) |
| bool Standard::IsValidDestination | ( | const CWDestination & | address | ) |