Definition at line 30 of file LedgerReplayMsgHandler.h.
◆ LedgerReplayMsgHandler()
◆ ~LedgerReplayMsgHandler()
ripple::LedgerReplayMsgHandler::~LedgerReplayMsgHandler |
( |
| ) |
|
|
default |
◆ processProofPathRequest()
protocol::TMProofPathResponse ripple::LedgerReplayMsgHandler::processProofPathRequest |
( |
std::shared_ptr< protocol::TMProofPathRequest > const & |
msg | ) |
|
Process TMProofPathRequest and return TMProofPathResponse.
- Note
- check has_error() and error() of the response for error
Definition at line 38 of file LedgerReplayMsgHandler.cpp.
◆ processProofPathResponse()
bool ripple::LedgerReplayMsgHandler::processProofPathResponse |
( |
std::shared_ptr< protocol::TMProofPathResponse > const & |
msg | ) |
|
Process TMProofPathResponse.
- Returns
- false if the response message has bad format or bad data; true otherwise
Definition at line 105 of file LedgerReplayMsgHandler.cpp.
◆ processReplayDeltaRequest()
protocol::TMReplayDeltaResponse ripple::LedgerReplayMsgHandler::processReplayDeltaRequest |
( |
std::shared_ptr< protocol::TMReplayDeltaRequest > const & |
msg | ) |
|
Process TMReplayDeltaRequest and return TMReplayDeltaResponse.
- Note
- check has_error() and error() of the response for error
Definition at line 178 of file LedgerReplayMsgHandler.cpp.
◆ processReplayDeltaResponse()
bool ripple::LedgerReplayMsgHandler::processReplayDeltaResponse |
( |
std::shared_ptr< protocol::TMReplayDeltaResponse > const & |
msg | ) |
|
Process TMReplayDeltaResponse.
- Returns
- false if the response message has bad format or bad data; true otherwise
Definition at line 220 of file LedgerReplayMsgHandler.cpp.
◆ app_
◆ replayer_
◆ journal_