Bitcoin ABC  0.26.3
P2P Digital Currency
Namespaces | Functions
cashaddr.cpp File Reference
#include <cashaddr.h>
#include <util/vector.h>
Include dependency graph for cashaddr.cpp:

Go to the source code of this file.

Namespaces

 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...