![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
Go to the source code of this file.
Namespaces | |
| KeyIO | |
Functions | |
| std::string | KeyIO::EncodePaymentAddress (const libzcash::PaymentAddress &zaddr) |
| libzcash::PaymentAddress | KeyIO::DecodePaymentAddress (const std::string &str) |
| Optional< libzcash::SaplingPaymentAddress > | KeyIO::DecodeSaplingPaymentAddress (const std::string &strAddress) |
| bool | KeyIO::IsValidPaymentAddressString (const std::string &str) |
| std::string | KeyIO::EncodeViewingKey (const libzcash::ViewingKey &vk) |
| libzcash::ViewingKey | KeyIO::DecodeViewingKey (const std::string &str) |
| std::string | KeyIO::EncodeSpendingKey (const libzcash::SpendingKey &zkey) |
| libzcash::SpendingKey | KeyIO::DecodeSpendingKey (const std::string &str) |