3#include <xrpl/beast/utility/Journal.h>
4#include <xrpl/protocol/messages.h>
20 protocol::TMProofPathResponse
35 protocol::TMReplayDeltaResponse
A generic endpoint for log messages.
bool processProofPathResponse(std::shared_ptr< protocol::TMProofPathResponse > const &msg)
Process TMProofPathResponse.
protocol::TMProofPathResponse processProofPathRequest(std::shared_ptr< protocol::TMProofPathRequest > const &msg)
Process TMProofPathRequest and return TMProofPathResponse.
LedgerReplayer & replayer_
bool processReplayDeltaResponse(std::shared_ptr< protocol::TMReplayDeltaResponse > const &msg)
Process TMReplayDeltaResponse.
protocol::TMReplayDeltaResponse processReplayDeltaRequest(std::shared_ptr< protocol::TMReplayDeltaRequest > const &msg)
Process TMReplayDeltaRequest and return TMReplayDeltaResponse.
~LedgerReplayMsgHandler()=default
Manages the lifetime of ledger replay tasks.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.