Clio  develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
MPTHelpers.hpp
Go to the documentation of this file.
1
2#pragma once
3
4#include "data/DBHelpers.hpp"
5
6#include <ripple/protocol/STTx.h>
7#include <ripple/protocol/TxMeta.h>
8
9namespace etl {
10
18std::optional<MPTHolderData>
19getMPTHolderFromTx(ripple::TxMeta const& txMeta, ripple::STTx const& sttx);
20
28std::optional<MPTHolderData>
29getMPTHolderFromObj(std::string const& key, std::string const& blob);
30
31} // namespace etl