|
Clio
develop
The XRP Ledger API server.
|
The interface of a handler for amendment blocking. More...
#include <AmendmentBlockHandlerInterface.hpp>

Public Member Functions | |
| 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. | |
The interface of a handler for amendment blocking.
|
pure virtual |
The function to call once an amendment block has been discovered.
Implemented in etlng::impl::AmendmentBlockHandler.
|
pure virtual |
Stop the block handler from repeatedly executing.
Implemented in etlng::impl::AmendmentBlockHandler.