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

#include <events_store.hpp>

Public Attributes

int chain_id = 1
 
std::int64_t block_number = 0
 
std::string block_hash
 
std::string parent_hash
 
std::int64_t block_time = 0
 
std::int64_t seen_at_ms = 0
 

Member Data Documentation

◆ block_hash

std::string dcn::events::ChainBlockInfo::block_hash

◆ block_number

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

◆ block_time

std::int64_t dcn::events::ChainBlockInfo::block_time = 0

◆ chain_id

int dcn::events::ChainBlockInfo::chain_id = 1

◆ parent_hash

std::string dcn::events::ChainBlockInfo::parent_hash

◆ seen_at_ms

std::int64_t dcn::events::ChainBlockInfo::seen_at_ms = 0

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