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
decoded_events.cpp File Reference
#include <string_view>
#include "decoded_event.hpp"
#include "chain.hpp"

Namespaces

namespace  dcn
 
namespace  dcn::events
 
namespace  dcn::parse
 

Functions

std::string dcn::events::toString (EventState state)
 
std::string dcn::events::toString (EventType type)
 
Result< dcn::events::EventStatedcn::parse::parseEventState (const std::string &value)
 
Result< dcn::events::EventTypedcn::parse::parseEventType (const std::string &value)
 
Result< dcn::events::RawChainLogdcn::parse::parseRawLog (const json &log_json, const std::int64_t seen_at_ms, int chain_id)