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

#include <feed_types.hpp>

Public Attributes

std::size_t limit = DEFAULT_FEED_LIMIT
std::optional< std::string > before_cursor = std::nullopt
std::optional< std::string > event_type = std::nullopt
bool include_unfinalized = true

Member Data Documentation

◆ before_cursor

std::optional<std::string> dcn::feed::FeedQuery::before_cursor = std::nullopt

◆ event_type

std::optional<std::string> dcn::feed::FeedQuery::event_type = std::nullopt

◆ include_unfinalized

bool dcn::feed::FeedQuery::include_unfinalized = true

◆ limit

std::size_t dcn::feed::FeedQuery::limit = DEFAULT_FEED_LIMIT

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