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

#include <events_feed.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::events::FeedQuery::before_cursor = std::nullopt

◆ event_type

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

◆ include_unfinalized

bool dcn::events::FeedQuery::include_unfinalized = true

◆ limit

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

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