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