BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Namespaces | Functions
base58.hpp File Reference
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

 fc
 

Functions

std::string fc::to_base58 (const char *d, size_t s)
 
std::string fc::to_base58 (const std::vector< char > &data)
 
std::vector< char > fc::from_base58 (const std::string &base58_str)
 
size_t fc::from_base58 (const std::string &base58_str, char *out_data, size_t out_data_len)