#include <LedgerReplayMsgHandler.h>
Definition at line 22 of file LedgerReplayMsgHandler.h.
◆ LedgerReplayMsgHandler()
◆ ~LedgerReplayMsgHandler()
| xrpl::LedgerReplayMsgHandler::~LedgerReplayMsgHandler |
( |
| ) |
|
|
default |
◆ processProofPathRequest()
| protocol::TMProofPathResponse xrpl::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
- Returns
- TMProofPathResponse with the proof path, or with error() set if the request cannot be fulfilled
Definition at line 41 of file LedgerReplayMsgHandler.cpp.
◆ processProofPathResponse()
◆ processReplayDeltaRequest()
| protocol::TMReplayDeltaResponse xrpl::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
- Returns
- TMReplayDeltaResponse with the ledger delta, or with error() set if the request cannot be fulfilled
Definition at line 196 of file LedgerReplayMsgHandler.cpp.
◆ processReplayDeltaResponse()
◆ app_
◆ replayer_
◆ journal_