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::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::feed::FeedArchiveRow::block_number = 0

◆ block_time

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

◆ chain_id

int dcn::feed::FeedArchiveRow::chain_id = 1

◆ created_at_ms

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

◆ event_type

std::string dcn::feed::FeedArchiveRow::event_type

◆ feed_id

std::string dcn::feed::FeedArchiveRow::feed_id

◆ history_cursor

std::string dcn::feed::FeedArchiveRow::history_cursor

◆ log_index

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

◆ payload_json

std::string dcn::feed::FeedArchiveRow::payload_json

◆ projector_version

int dcn::feed::FeedArchiveRow::projector_version = 1

◆ status

std::string dcn::feed::FeedArchiveRow::status

◆ tx_hash

std::string dcn::feed::FeedArchiveRow::tx_hash

◆ tx_index

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

◆ updated_at_ms

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

◆ visible

bool dcn::feed::FeedArchiveRow::visible = true

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