#include <chainparams.h>
#include <key.h>
#include <pubkey.h>
#include <script/standard.h>
#include <string>
Go to the source code of this file.
◆ DecodeDestination() [1/2]
◆ DecodeDestination() [2/2]
CTxDestination DecodeDestination |
( |
const std::string & |
str, |
|
|
std::string & |
error_msg |
|
) |
| |
◆ DecodeExtKey()
CExtKey DecodeExtKey |
( |
const std::string & |
str | ) |
|
◆ DecodeExtPubKey()
CExtPubKey DecodeExtPubKey |
( |
const std::string & |
str | ) |
|
◆ DecodeSecret()
CKey DecodeSecret |
( |
const std::string & |
str | ) |
|
◆ EncodeDestination()
◆ 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 |
|
) |
| |