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
error.hpp File Reference
#include <cstdint>
#include <format>
#include <vector>
#include "chain.hpp"
#include "parser.hpp"
#include "crypto.hpp"

Go to the source code of this file.

Classes

struct  dcn::pt::PTDeployError
 
struct  dcn::pt::PTExecuteError
 
struct  std::formatter< dcn::pt::PTDeployError::Kind >
 
struct  std::formatter< dcn::pt::PTExecuteError::Kind >
 

Namespaces

namespace  dcn
 
namespace  dcn::pt
 
namespace  dcn::parse
 

Functions

template<>
Result< pt::PTDeployErrordcn::parse::decodeBytes (const std::vector< uint8_t > &bytes)
 
template<>
Result< pt::PTExecuteErrordcn::parse::decodeBytes (const std::vector< uint8_t > &bytes)