Clio  develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
AmendmentBlockHandlerInterface.hpp
1#pragma once
2
3namespace etl {
4
9 virtual ~AmendmentBlockHandlerInterface() = default;
10
14 virtual void
16
20 virtual void
21 stop() = 0;
22};
23
24} // namespace etl
The interface of a handler for amendment blocking.
Definition AmendmentBlockHandlerInterface.hpp:8
virtual void notifyAmendmentBlocked()=0
The function to call once an amendment block has been discovered.
virtual void stop()=0
Stop the block handler from repeatedly executing.