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

Public Attributes

int chain_id = 1
 
std::string block_hash
 
std::int64_t log_index = 0
 
std::string tx_hash
 
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 name
 
std::string caller
 
std::string owner
 
std::string entity_address
 
std::optional< std::int64_t > args_count = std::nullopt
 
std::optional< std::string > format_hash = std::nullopt
 
std::string state
 
std::int64_t seen_at_ms = 0
 
std::int64_t updated_at_ms = 0
 

Member Data Documentation

◆ args_count

std::optional<std::int64_t> dcn::events::NormalizedArchiveRow::args_count = std::nullopt

◆ block_hash

std::string dcn::events::NormalizedArchiveRow::block_hash

◆ block_number

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

◆ block_time

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

◆ caller

std::string dcn::events::NormalizedArchiveRow::caller

◆ chain_id

int dcn::events::NormalizedArchiveRow::chain_id = 1

◆ entity_address

std::string dcn::events::NormalizedArchiveRow::entity_address

◆ event_type

std::string dcn::events::NormalizedArchiveRow::event_type

◆ format_hash

std::optional<std::string> dcn::events::NormalizedArchiveRow::format_hash = std::nullopt

◆ log_index

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

◆ name

std::string dcn::events::NormalizedArchiveRow::name

◆ owner

std::string dcn::events::NormalizedArchiveRow::owner

◆ seen_at_ms

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

◆ state

std::string dcn::events::NormalizedArchiveRow::state

◆ tx_hash

std::string dcn::events::NormalizedArchiveRow::tx_hash

◆ tx_index

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

◆ updated_at_ms

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

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