Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <cstdint>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | cashaddr |
Functions | |
std::string | cashaddr::Encode (const std::string &prefix, const std::vector< uint8_t > &values) |
Encode a cashaddr string. More... | |
std::pair< std::string, data > | cashaddr::Decode (const std::string &str, const std::string &default_prefix) |
Decode a cashaddr string. More... | |