3#include "data/BackendInterface.hpp"
4#include "etl/Models.hpp"
5#include "util/log/Logger.hpp"
7#include <xrpl/basics/strHex.h>
8#include <xrpl/protocol/AccountID.h>
9#include <xrpl/protocol/STTx.h>
10#include <xrpl/protocol/TxMeta.h>
18 std::shared_ptr<BackendInterface> backend_;
22 explicit MPTExt(std::shared_ptr<BackendInterface> backend);
A simple thread-safe logger for the channel specified in the constructor.
Definition Logger.hpp:77
This namespace implements the data access layer and related components.
Definition AmendmentCenter.cpp:56
Represents an entire ledger diff worth of transactions and objects.
Definition Models.hpp:124
Represents a single object on the ledger.
Definition Models.hpp:86