Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Namespaces | |
namespace | cashaddr |
Functions | |
std::string | cashaddr::Encode (const std::string &prefix, const data &payload) |
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... | |