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::IEventDecoder Class Referenceabstract

#include <events_ingest.hpp>

Inheritance diagram for dcn::events::IEventDecoder:
dcn::events::PTEventDecoder

Public Member Functions

virtual ~IEventDecoder ()=default
 
virtual std::optional< DecodedEventdecode (const RawChainLog &log) const =0
 

Constructor & Destructor Documentation

◆ ~IEventDecoder()

virtual dcn::events::IEventDecoder::~IEventDecoder ( )
virtualdefault

Member Function Documentation

◆ decode()

virtual std::optional< DecodedEvent > dcn::events::IEventDecoder::decode ( const RawChainLog log) const
pure virtual

Implemented in dcn::events::PTEventDecoder.


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