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

#include <events_feed.hpp>

Public Attributes

int chain_id = 1
 
std::string chain_namespace = "eth"
 
std::int64_t created_at_ms = 0
 
std::int64_t block_number = 0
 
std::int64_t tx_index = 0
 
std::string feed_id
 

Member Data Documentation

◆ block_number

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

◆ chain_id

int dcn::events::CursorKey::chain_id = 1

◆ chain_namespace

std::string dcn::events::CursorKey::chain_namespace = "eth"

◆ created_at_ms

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

◆ feed_id

std::string dcn::events::CursorKey::feed_id

◆ tx_index

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

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