#include <key_io.h>
#include <base58.h>
#include <bech32.h>
#include <script/script.h>
#include <utilstrencodings.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.
◆ DecodeDestination()
◆ 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 & |
key | ) |
|
◆ EncodeExtPubKey()
| std::string EncodeExtPubKey |
( |
const CExtPubKey & |
key | ) |
|
◆ EncodeSecret()
| std::string EncodeSecret |
( |
const CKey & |
key | ) |
|
◆ IsValidDestinationString() [1/2]
| bool IsValidDestinationString |
( |
const std::string & |
str, |
|
|
const CChainParams & |
params |
|
) |
| |
◆ IsValidDestinationString() [2/2]
| bool IsValidDestinationString |
( |
const std::string & |
str | ) |
|