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
9#include <optional>
10#include <string>
11#include <vector>
12
13namespace etl {
14
23std::vector<MPTHolderData>
24getMPTHolderFromTx(ripple::TxMeta const& txMeta, ripple::STTx const& sttx);
25
33std::optional<MPTHolderData>
34getMPTHolderFromObj(std::string const& key, std::string const& blob);
35
36} // namespace etl