Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
 
Loading...
Searching...
No Matches
hex.cpp File Reference
#include "hex.hpp"
#include "utils.hpp"

Namespaces

namespace  dcn
 
namespace  dcn::chain
 
namespace  dcn::parse
 

Functions

std::string dcn::chain::bytes32ToHex (const evmc::bytes32 &value)
 
std::string dcn::chain::withHexPrefix (std::string value)
 
std::string dcn::chain::normalizeHex (std::string value)
 
std::string dcn::chain::toHexQuantity (const std::int64_t value)
 
Result< std::int64_t > dcn::parse::parseHexQuantity (const std::string &value)