Bitcoin ABC  0.29.1
P2P Digital Currency
Namespaces | Functions
cashaddr.h File Reference
#include <cstdint>
#include <string>
#include <vector>
Include dependency graph for cashaddr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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