CChainParams defines various tweakable parameters of a given instance of the PIVX system.
An encapsulated private key.
CTxDestination DecodeDestination(const std::string &str, bool &isStaking, bool &isExchange)
bool IsValidDestinationString(const std::string &str, bool fStaking)
std::string EncodeDestination(const CTxDestination &dest, bool isStaking, bool isExchange)
std::string EncodeSecret(const CKey &key)
CKey DecodeSecret(const std::string &str)
std::string EncodeExtPubKey(const CExtPubKey &key)
std::string EncodeExtKey(const CExtKey &key)
CExtPubKey DecodeExtPubKey(const std::string &str)
CExtKey DecodeExtKey(const std::string &str)
boost::variant< CNoDestination, CKeyID, CScriptID, CExchangeKeyID > CTxDestination
A txout script template with a specific destination.