6 #ifndef BITCOIN_KEY_IO_H
7 #define BITCOIN_KEY_IO_H
29 #endif // BITCOIN_KEY_IO_H
bool IsValidDestinationString(const std::string &str, const CChainParams ¶ms)
CExtKey DecodeExtKey(const std::string &str)
CChainParams defines various tweakable parameters of a given instance of the Bitcoin system...
CExtPubKey DecodeExtPubKey(const std::string &str)
CTxDestination DecodeDestination(const std::string &str)
std::string EncodeExtPubKey(const CExtPubKey &key)
std::string EncodeDestination(const CTxDestination &dest)
An encapsulated private key.
CKey DecodeSecret(const std::string &str)
boost::variant< CNoDestination, PKHash, ScriptHash, WitnessV0ScriptHash, WitnessV0KeyHash, WitnessUnknown > CTxDestination
A txout script template with a specific destination.
std::string EncodeSecret(const CKey &key)
std::string EncodeExtKey(const CExtKey &key)