Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
base58.hpp File Reference
#include <fc/string.hpp>
#include <fc/time.hpp>
#include <vector>
Include dependency graph for base58.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fc
 namespace sysio::chain
 

Functions

std::string fc::to_base58 (const char *d, size_t s, const fc::yield_function_t &yield)
 
std::string fc::to_base58 (const std::vector< char > &data, const fc::yield_function_t &yield)
 
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)