Bitcoin
Functions
key_io.h File Reference
#include <chainparams.h>
#include <key.h>
#include <pubkey.h>
#include <script/standard.h>
#include <string>

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)
 
bool IsValidDestinationString (const std::string &str)
 
bool IsValidDestinationString (const std::string &str, const CChainParams &params)
 

Function Documentation

◆ DecodeDestination()

CTxDestination DecodeDestination ( const std::string &  str)

◆ DecodeExtKey()

CExtKey DecodeExtKey ( const std::string &  str)

◆ DecodeExtPubKey()

CExtPubKey DecodeExtPubKey ( const std::string &  str)

◆ DecodeSecret()

CKey DecodeSecret ( const std::string &  str)

◆ EncodeDestination()

std::string EncodeDestination ( const CTxDestination dest)

◆ EncodeExtKey()

std::string EncodeExtKey ( const CExtKey extkey)

◆ EncodeExtPubKey()

std::string EncodeExtPubKey ( const CExtPubKey extpubkey)

◆ EncodeSecret()

std::string EncodeSecret ( const CKey key)

◆ IsValidDestinationString() [1/2]

bool IsValidDestinationString ( const std::string &  str)

◆ IsValidDestinationString() [2/2]

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