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

Go to the source code of this file.

Namespaces

 fc
 

Functions

uint8_t fc::from_hex (char c)
 
std::string fc::to_hex (const char *d, uint32_t s)
 
std::string fc::to_hex (const std::vector< char > &data)
 
size_t fc::from_hex (const std::string &hex_str, char *out_data, size_t out_data_len)