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

Public Attributes

std::string feed_id
 
int chain_id = 1
 
std::string tx_hash
 
std::int64_t log_index = 0
 
std::int64_t block_number = 0
 
std::int64_t tx_index = 0
 
std::optional< std::int64_t > block_time = std::nullopt
 
std::string event_type
 
std::string status
 
bool visible = true
 
std::string history_cursor
 
std::string payload_json
 
std::int64_t created_at_ms = 0
 
std::int64_t updated_at_ms = 0
 
int projector_version = 1
 

Member Data Documentation

◆ block_number

std::int64_t dcn::events::FeedArchiveRow::block_number = 0

◆ block_time

std::optional<std::int64_t> dcn::events::FeedArchiveRow::block_time = std::nullopt

◆ chain_id

int dcn::events::FeedArchiveRow::chain_id = 1

◆ created_at_ms

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

◆ event_type

std::string dcn::events::FeedArchiveRow::event_type

◆ feed_id

std::string dcn::events::FeedArchiveRow::feed_id

◆ history_cursor

std::string dcn::events::FeedArchiveRow::history_cursor

◆ log_index

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

◆ payload_json

std::string dcn::events::FeedArchiveRow::payload_json

◆ projector_version

int dcn::events::FeedArchiveRow::projector_version = 1

◆ status

std::string dcn::events::FeedArchiveRow::status

◆ tx_hash

std::string dcn::events::FeedArchiveRow::tx_hash

◆ tx_index

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

◆ updated_at_ms

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

◆ visible

bool dcn::events::FeedArchiveRow::visible = true

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