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

#include <decoded_event.hpp>

Public Attributes

RawChainLog raw
 
EventType event_type = EventType::CONNECTOR_ADDED
 
EventState state = EventState::OBSERVED
 
std::string name
 
std::string caller
 
std::string owner
 
std::string entity_address
 
std::optional< std::uint32_t > args_count = std::nullopt
 
std::optional< std::string > format_hash = std::nullopt
 
std::string decoded_json
 

Member Data Documentation

◆ args_count

std::optional<std::uint32_t> dcn::events::DecodedEvent::args_count = std::nullopt

◆ caller

std::string dcn::events::DecodedEvent::caller

◆ decoded_json

std::string dcn::events::DecodedEvent::decoded_json

◆ entity_address

std::string dcn::events::DecodedEvent::entity_address

◆ event_type

EventType dcn::events::DecodedEvent::event_type = EventType::CONNECTOR_ADDED

◆ format_hash

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

◆ name

std::string dcn::events::DecodedEvent::name

◆ owner

std::string dcn::events::DecodedEvent::owner

◆ raw

RawChainLog dcn::events::DecodedEvent::raw

◆ state

EventState dcn::events::DecodedEvent::state = EventState::OBSERVED

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