![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
#include <key_io.h>#include <base58.h>#include <bech32.h>#include <util/strencodings.h>#include <boost/variant/apply_visitor.hpp>#include <boost/variant/static_visitor.hpp>#include <assert.h>#include <string.h>#include <algorithm>Go to the source code of this file.
Functions | |
| CKey | DecodeSecret (const std::string &str) |
| std::string | EncodeSecret (const CKey &key) |
| CExtPubKey | DecodeExtPubKey (const std::string &str) |
| std::string | EncodeExtPubKey (const CExtPubKey &key) |
| CExtKey | DecodeExtKey (const std::string &str) |
| std::string | EncodeExtKey (const CExtKey &key) |
| std::string | EncodeDestination (const CTxDestination &dest) |
| CTxDestination | DecodeDestination (const std::string &str) |
| bool | IsValidDestinationString (const std::string &str, const CChainParams ¶ms) |
| bool | IsValidDestinationString (const std::string &str) |
| CTxDestination DecodeDestination | ( | const std::string & | str | ) |
Definition at line 221 of file key_io.cpp.
| CExtKey DecodeExtKey | ( | const std::string & | str | ) |
| CExtPubKey DecodeExtPubKey | ( | const std::string & | str | ) |
| CKey DecodeSecret | ( | const std::string & | str | ) |
Definition at line 138 of file key_io.cpp.
| std::string EncodeDestination | ( | const CTxDestination & | dest | ) |
Definition at line 216 of file key_io.cpp.
| std::string EncodeExtKey | ( | const CExtKey & | key | ) |
Definition at line 205 of file key_io.cpp.
| std::string EncodeExtPubKey | ( | const CExtPubKey & | key | ) |
Definition at line 182 of file key_io.cpp.
| std::string EncodeSecret | ( | const CKey & | key | ) |
Definition at line 156 of file key_io.cpp.
| bool IsValidDestinationString | ( | const std::string & | str, |
| const CChainParams & | params | ||
| ) |
Definition at line 226 of file key_io.cpp.
| bool IsValidDestinationString | ( | const std::string & | str | ) |
1.8.8