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

#include <feed_types.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::feed::StreamDelta::created_at_ms = 0

◆ event_type

std::string dcn::feed::StreamDelta::event_type

◆ feed_id

std::string dcn::feed::StreamDelta::feed_id

◆ history_cursor

std::string dcn::feed::StreamDelta::history_cursor

◆ payload

nlohmann::json dcn::feed::StreamDelta::payload

◆ status

std::string dcn::feed::StreamDelta::status

◆ stream_seq

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

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