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::StreamPage Struct Reference

#include <feed_types.hpp>

Public Attributes

std::vector< StreamDeltadeltas
std::optional< std::int64_t > last_seq = std::nullopt
std::int64_t min_available_seq = 0
std::int64_t replay_floor_seq = 0
bool stale_since_seq = false
bool has_more = false

Member Data Documentation

◆ deltas

std::vector<StreamDelta> dcn::feed::StreamPage::deltas

◆ has_more

bool dcn::feed::StreamPage::has_more = false

◆ last_seq

std::optional<std::int64_t> dcn::feed::StreamPage::last_seq = std::nullopt

◆ min_available_seq

std::int64_t dcn::feed::StreamPage::min_available_seq = 0

◆ replay_floor_seq

std::int64_t dcn::feed::StreamPage::replay_floor_seq = 0

◆ stale_since_seq

bool dcn::feed::StreamPage::stale_since_seq = false

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