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

#include "verified_proposal_creator.hpp"

Inheritance diagram for iroha::simulator::VerifiedProposalCreator:
Inheritance graph
Collaboration diagram for iroha::simulator::VerifiedProposalCreator:
Collaboration graph

Public Member Functions

virtual VerifiedProposalCreatorEvent processProposal (network::OrderingEvent const &event)=0
 
virtual ~VerifiedProposalCreator ()=default
 

Detailed Description

Interface for providing proposal validation

Constructor & Destructor Documentation

◆ ~VerifiedProposalCreator()

virtual iroha::simulator::VerifiedProposalCreator::~VerifiedProposalCreator ( )
virtualdefault

Member Function Documentation

◆ processProposal()

virtual VerifiedProposalCreatorEvent iroha::simulator::VerifiedProposalCreator::processProposal ( network::OrderingEvent const &  event)
pure virtual

Execute stateful validation for given proposal

Implemented in iroha::simulator::Simulator.


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