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

#include <events_feed.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::events::FeedItem::block_number = 0

◆ created_at_ms

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

◆ event_type

std::string dcn::events::FeedItem::event_type

◆ feed_id

std::string dcn::events::FeedItem::feed_id

◆ history_cursor

std::string dcn::events::FeedItem::history_cursor

◆ log_index

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

◆ payload

nlohmann::json dcn::events::FeedItem::payload

◆ projector_version

int dcn::events::FeedItem::projector_version = 1

◆ status

std::string dcn::events::FeedItem::status

◆ tx_hash

std::string dcn::events::FeedItem::tx_hash

◆ tx_index

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

◆ updated_at_ms

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

◆ visible

bool dcn::events::FeedItem::visible = true

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