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