#include "ordering_gate_transport.hpp"
Public Member Functions | |
virtual void | onProposal (std::shared_ptr< shared_model::interface::Proposal >)=0 |
virtual | ~OrderingGateNotification ()=default |
OrderingGateNotification is a base class for any ordering gate implementation that want to be notified about incoming proposals
|
virtualdefault |
|
pure virtual |
Callback on receiving proposal
proposal | - proposal object itself |