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

#include <feed_types.hpp>

Public Attributes

std::string feed_id
std::string event_type
std::string status
bool visible = true
std::string tx_hash
std::int64_t block_number = 0
std::int64_t tx_index = 0
std::int64_t log_index = 0
std::string history_cursor
std::int64_t created_at_ms = 0
std::int64_t updated_at_ms = 0
int projector_version = 1
nlohmann::json payload

Member Data Documentation

◆ block_number

std::int64_t dcn::feed::FeedItem::block_number = 0

◆ created_at_ms

std::int64_t dcn::feed::FeedItem::created_at_ms = 0

◆ event_type

std::string dcn::feed::FeedItem::event_type

◆ feed_id

std::string dcn::feed::FeedItem::feed_id

◆ history_cursor

std::string dcn::feed::FeedItem::history_cursor

◆ log_index

std::int64_t dcn::feed::FeedItem::log_index = 0

◆ payload

nlohmann::json dcn::feed::FeedItem::payload

◆ projector_version

int dcn::feed::FeedItem::projector_version = 1

◆ status

std::string dcn::feed::FeedItem::status

◆ tx_hash

std::string dcn::feed::FeedItem::tx_hash

◆ tx_index

std::int64_t dcn::feed::FeedItem::tx_index = 0

◆ updated_at_ms

std::int64_t dcn::feed::FeedItem::updated_at_ms = 0

◆ visible

bool dcn::feed::FeedItem::visible = true

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