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
dcn::events::StreamDelta Struct Reference

#include <events_feed.hpp>

Public Attributes

std::int64_t stream_seq = 0
 
std::string event_type
 
std::string status
 
std::string feed_id
 
std::string history_cursor
 
std::int64_t created_at_ms = 0
 
nlohmann::json payload
 

Member Data Documentation

◆ created_at_ms

std::int64_t dcn::events::StreamDelta::created_at_ms = 0

◆ event_type

std::string dcn::events::StreamDelta::event_type

◆ feed_id

std::string dcn::events::StreamDelta::feed_id

◆ history_cursor

std::string dcn::events::StreamDelta::history_cursor

◆ payload

nlohmann::json dcn::events::StreamDelta::payload

◆ status

std::string dcn::events::StreamDelta::status

◆ stream_seq

std::int64_t dcn::events::StreamDelta::stream_seq = 0

The documentation for this struct was generated from the following file: