Bitcoin Core 28.99.0
P2P Digital Currency
Functions
key_io.h File Reference
#include <addresstype.h>
#include <chainparams.h>
#include <key.h>
#include <pubkey.h>
#include <string>
Include dependency graph for key_io.h:

Go to the source code of this file.

Functions

CKey DecodeSecret (const std::string &str)
 
std::string EncodeSecret (const CKey &key)
 
CExtKey DecodeExtKey (const std::string &str)
 
std::string EncodeExtKey (const CExtKey &extkey)
 
CExtPubKey DecodeExtPubKey (const std::string &str)
 
std::string EncodeExtPubKey (const CExtPubKey &extpubkey)
 
std::string EncodeDestination (const CTxDestination &dest)
 
CTxDestination DecodeDestination (const std::string &str)
 
CTxDestination DecodeDestination (const std::string &str, std::string &error_msg, std::vector< int > *error_locations=nullptr)
 
bool IsValidDestinationString (const std::string &str)
 
bool IsValidDestinationString (const std::string &str, const CChainParams &params)
 

Function Documentation

◆ DecodeDestination() [1/2]

CTxDestination DecodeDestination ( const std::string &  str)

Definition at line 304 of file key_io.cpp.

Here is the call graph for this function:

◆ DecodeDestination() [2/2]

CTxDestination DecodeDestination ( const std::string &  str,
std::string &  error_msg,
std::vector< int > *  error_locations = nullptr 
)

Definition at line 299 of file key_io.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DecodeExtKey()

CExtKey DecodeExtKey ( const std::string &  str)

Definition at line 267 of file key_io.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DecodeExtPubKey()

CExtPubKey DecodeExtPubKey ( const std::string &  str)

Definition at line 244 of file key_io.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DecodeSecret()

CKey DecodeSecret ( const std::string &  str)

Definition at line 213 of file key_io.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EncodeDestination()

std::string EncodeDestination ( const CTxDestination dest)

Definition at line 294 of file key_io.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EncodeExtKey()

std::string EncodeExtKey ( const CExtKey extkey)

Definition at line 283 of file key_io.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EncodeExtPubKey()

std::string EncodeExtPubKey ( const CExtPubKey extpubkey)

Definition at line 257 of file key_io.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EncodeSecret()

std::string EncodeSecret ( const CKey key)

Definition at line 231 of file key_io.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsValidDestinationString() [1/2]

bool IsValidDestinationString ( const std::string &  str)

Definition at line 316 of file key_io.cpp.

Here is the call graph for this function:

◆ IsValidDestinationString() [2/2]

bool IsValidDestinationString ( const std::string &  str,
const CChainParams params 
)

Definition at line 310 of file key_io.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: