PIVX Core  5.6.99
P2P Digital Currency
Namespaces | Functions
key_io_sapling.h File Reference
#include "chainparams.h"
#include "sapling/zip32.h"
Include dependency graph for key_io_sapling.h:
This graph shows which files directly or indirectly include this file:

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::SaplingPaymentAddressKeyIO::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)