hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
iroha::network::BlockReader Class Referenceabstract

#include "block_loader.hpp"

Collaboration diagram for iroha::network::BlockReader:
Collaboration graph

Classes

struct  iteration_complete
 

Public Member Functions

virtual std::variant< iteration_complete, std::shared_ptr< const shared_model::interface::Block >, std::string > read ()=0
 
virtual ~BlockReader ()=default
 

Constructor & Destructor Documentation

◆ ~BlockReader()

virtual iroha::network::BlockReader::~BlockReader ( )
virtualdefault

Member Function Documentation

◆ read()

virtual std::variant< iteration_complete, std::shared_ptr<const shared_model::interface::Block>, std::string> iroha::network::BlockReader::read ( )
pure virtual

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