This commit is contained in:
bthomee
2025-08-19 09:49:50 -07:00
parent bb5efdeec8
commit e7f4ae8bed
14888 changed files with 259444 additions and 168566 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.5"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>rippled: Node.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -29,7 +29,7 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.5 -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
@@ -46,6 +46,11 @@ $(function() {
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
@@ -109,12 +114,14 @@ $(function() {
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"><a class="line" href="namespaceripple_1_1detail.html#a389870f45417a1e9cef591f28a0c05b0"> 31</a></span><span class="keyword">enum class</span> <a class="code hl_enumeration" href="namespaceripple_1_1detail.html#a389870f45417a1e9cef591f28a0c05b0">TableType</a> { <a class="code hl_enumvalue" href="namespaceripple_1_1detail.html#a389870f45417a1e9cef591f28a0c05b0abf53b9dc929f4f311bd89ae2a9bc4c30">Ledgers</a>, <a class="code hl_enumvalue" href="namespaceripple_1_1detail.html#a389870f45417a1e9cef591f28a0c05b0a31112aca11d0e9e6eb7db96f317dda49">Transactions</a>, <a class="code hl_enumvalue" href="namespaceripple_1_1detail.html#a389870f45417a1e9cef591f28a0c05b0a905a88ab91dd81b2eac7aee14c283b7c">AccountTransactions</a> };</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"><a class="line" href="namespaceripple_1_1detail.html#a8ae7bb2924041d323f1d27c2f7b8af9f"> 32</a></span><span class="keyword">constexpr</span> <span class="keywordtype">int</span> <a class="code hl_variable" href="namespaceripple_1_1detail.html#a8ae7bb2924041d323f1d27c2f7b8af9f">TableTypeCount</a> = 3;</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> </div>
<div class="foldopen" id="foldopen00034" data-start="{" data-end="};">
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"><a class="line" href="structripple_1_1detail_1_1DatabasePairValid.html"> 34</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structripple_1_1detail_1_1DatabasePairValid.html">DatabasePairValid</a></div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span>{</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"><a class="line" href="structripple_1_1detail_1_1DatabasePairValid.html#a15583082f0a198ceadf580c373728a6f"> 36</a></span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr&lt;DatabaseCon&gt;</a> <a class="code hl_variable" href="structripple_1_1detail_1_1DatabasePairValid.html#a15583082f0a198ceadf580c373728a6f">ledgerDb</a>;</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="structripple_1_1detail_1_1DatabasePairValid.html#ad96c2e187edc2d1adf963c0110d2e939"> 37</a></span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr&lt;DatabaseCon&gt;</a> <a class="code hl_variable" href="structripple_1_1detail_1_1DatabasePairValid.html#ad96c2e187edc2d1adf963c0110d2e939">transactionDb</a>;</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"><a class="line" href="structripple_1_1detail_1_1DatabasePairValid.html#a7c79b804e14484620d9f2c18633f5365"> 38</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="structripple_1_1detail_1_1DatabasePairValid.html#a7c79b804e14484620d9f2c18633f5365">valid</a>;</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span>};</div>
</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> </div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span><a class="code hl_struct" href="structripple_1_1detail_1_1DatabasePairValid.html">DatabasePairValid</a></div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span><a class="code hl_function" href="namespaceripple_1_1detail.html#a5616335c70fed961ffa69b1b7ff226a6">makeLedgerDBs</a>(</div>
@@ -271,70 +278,70 @@ $(function() {
<div class="line"><a id="l00459" name="l00459"></a><span class="lineno"> 459</span> </div>
<div class="line"><a id="l00460" name="l00460"></a><span class="lineno"> 460</span><span class="preprocessor">#endif</span></div>
<div class="ttc" id="abasic_string_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div></div>
<div class="ttc" id="aclassbeast_1_1Journal_html"><div class="ttname"><a href="classbeast_1_1Journal.html">beast::Journal</a></div><div class="ttdoc">A generic endpoint for log messages.</div><div class="ttdef"><b>Definition:</b> <a href="Journal_8h_source.html#l00059">Journal.h:60</a></div></div>
<div class="ttc" id="aclassripple_1_1Application_html"><div class="ttname"><a href="classripple_1_1Application.html">ripple::Application</a></div><div class="ttdef"><b>Definition:</b> <a href="Application_8h_source.html#l00113">Application.h:114</a></div></div>
<div class="ttc" id="aclassripple_1_1Config_html"><div class="ttname"><a href="classripple_1_1Config.html">ripple::Config</a></div><div class="ttdef"><b>Definition:</b> <a href="Config_8h_source.html#l00085">Config.h:86</a></div></div>
<div class="ttc" id="aclassripple_1_1DatabaseCon_html"><div class="ttname"><a href="classripple_1_1DatabaseCon.html">ripple::DatabaseCon</a></div><div class="ttdef"><b>Definition:</b> <a href="DatabaseCon_8h_source.html#l00085">DatabaseCon.h:86</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerMaster_html"><div class="ttname"><a href="classripple_1_1LedgerMaster.html">ripple::LedgerMaster</a></div><div class="ttdef"><b>Definition:</b> <a href="LedgerMaster_8h_source.html#l00051">LedgerMaster.h:52</a></div></div>
<div class="ttc" id="aclassbeast_1_1Journal_html"><div class="ttname"><a href="classbeast_1_1Journal.html">beast::Journal</a></div><div class="ttdoc">A generic endpoint for log messages.</div><div class="ttdef"><b>Definition</b> <a href="Journal_8h_source.html#l00059">Journal.h:60</a></div></div>
<div class="ttc" id="aclassripple_1_1Application_html"><div class="ttname"><a href="classripple_1_1Application.html">ripple::Application</a></div><div class="ttdef"><b>Definition</b> <a href="Application_8h_source.html#l00113">Application.h:114</a></div></div>
<div class="ttc" id="aclassripple_1_1Config_html"><div class="ttname"><a href="classripple_1_1Config.html">ripple::Config</a></div><div class="ttdef"><b>Definition</b> <a href="Config_8h_source.html#l00085">Config.h:86</a></div></div>
<div class="ttc" id="aclassripple_1_1DatabaseCon_html"><div class="ttname"><a href="classripple_1_1DatabaseCon.html">ripple::DatabaseCon</a></div><div class="ttdef"><b>Definition</b> <a href="DatabaseCon_8h_source.html#l00085">DatabaseCon.h:86</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerMaster_html"><div class="ttname"><a href="classripple_1_1LedgerMaster.html">ripple::LedgerMaster</a></div><div class="ttdef"><b>Definition</b> <a href="LedgerMaster_8h_source.html#l00051">LedgerMaster.h:52</a></div></div>
<div class="ttc" id="aclassripple_1_1base__uint_html"><div class="ttname"><a href="classripple_1_1base__uint.html">ripple::base_uint&lt; 256 &gt;</a></div></div>
<div class="ttc" id="afunction_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/functional/function.html">std::function</a></div></div>
<div class="ttc" id="ainteger_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a></div></div>
<div class="ttc" id="amap_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/map.html">std::map</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a09889694dc0604db676d0f912f031f61"><div class="ttname"><a href="namespaceripple_1_1detail.html#a09889694dc0604db676d0f912f031f61">ripple::detail::getRowsMinMax</a></div><div class="ttdeci">RelationalDatabase::CountMinMax getRowsMinMax(soci::session &amp;session, TableType type)</div><div class="ttdoc">getRowsMinMax Returns minimum ledger sequence, maximum ledger sequence and total number of rows in gi...</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l00174">Node.cpp:174</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a16cbecb925fb26e8657b67c6c53214d7"><div class="ttname"><a href="namespaceripple_1_1detail.html#a16cbecb925fb26e8657b67c6c53214d7">ripple::detail::getHashByIndex</a></div><div class="ttdeci">uint256 getHashByIndex(soci::session &amp;session, LedgerIndex ledgerIndex)</div><div class="ttdoc">getHashByIndex Returns hash of ledger with given sequence.</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l00519">Node.cpp:519</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a2b0d9b76795929090150cd60dc6fbdca"><div class="ttname"><a href="namespaceripple_1_1detail.html#a2b0d9b76795929090150cd60dc6fbdca">ripple::detail::getLimitedNewestLedgerInfo</a></div><div class="ttdeci">std::optional&lt; LedgerInfo &gt; getLimitedNewestLedgerInfo(soci::session &amp;session, LedgerIndex ledgerFirstIndex, beast::Journal j)</div><div class="ttdoc">getLimitedNewestLedgerInfo Returns info of newest ledger from ledgers with sequences greather or equa...</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l00496">Node.cpp:496</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a34fdefc0f48c3da6e5d73e10e23205a3"><div class="ttname"><a href="namespaceripple_1_1detail.html#a34fdefc0f48c3da6e5d73e10e23205a3">ripple::detail::newestAccountTxPage</a></div><div class="ttdeci">std::pair&lt; std::optional&lt; RelationalDatabase::AccountTxMarker &gt;, int &gt; newestAccountTxPage(soci::session &amp;session, std::function&lt; void(std::uint32_t)&gt; const &amp;onUnsavedLedger, std::function&lt; void(std::uint32_t, std::string const &amp;, Blob &amp;&amp;, Blob &amp;&amp;)&gt; const &amp;onTransaction, RelationalDatabase::AccountTxPageOptions const &amp;options, std::uint32_t page_length)</div><div class="ttdoc">newestAccountTxPage Searches newest transactions for given account which match given criteria startin...</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l01175">Node.cpp:1175</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a389870f45417a1e9cef591f28a0c05b0"><div class="ttname"><a href="namespaceripple_1_1detail.html#a389870f45417a1e9cef591f28a0c05b0">ripple::detail::TableType</a></div><div class="ttdeci">TableType</div><div class="ttdef"><b>Definition:</b> <a href="Node_8h_source.html#l00031">Node.h:31</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a09889694dc0604db676d0f912f031f61"><div class="ttname"><a href="namespaceripple_1_1detail.html#a09889694dc0604db676d0f912f031f61">ripple::detail::getRowsMinMax</a></div><div class="ttdeci">RelationalDatabase::CountMinMax getRowsMinMax(soci::session &amp;session, TableType type)</div><div class="ttdoc">getRowsMinMax Returns minimum ledger sequence, maximum ledger sequence and total number of rows in gi...</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l00174">Node.cpp:174</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a16cbecb925fb26e8657b67c6c53214d7"><div class="ttname"><a href="namespaceripple_1_1detail.html#a16cbecb925fb26e8657b67c6c53214d7">ripple::detail::getHashByIndex</a></div><div class="ttdeci">uint256 getHashByIndex(soci::session &amp;session, LedgerIndex ledgerIndex)</div><div class="ttdoc">getHashByIndex Returns hash of ledger with given sequence.</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l00519">Node.cpp:519</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a2b0d9b76795929090150cd60dc6fbdca"><div class="ttname"><a href="namespaceripple_1_1detail.html#a2b0d9b76795929090150cd60dc6fbdca">ripple::detail::getLimitedNewestLedgerInfo</a></div><div class="ttdeci">std::optional&lt; LedgerInfo &gt; getLimitedNewestLedgerInfo(soci::session &amp;session, LedgerIndex ledgerFirstIndex, beast::Journal j)</div><div class="ttdoc">getLimitedNewestLedgerInfo Returns info of newest ledger from ledgers with sequences greather or equa...</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l00496">Node.cpp:496</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a34fdefc0f48c3da6e5d73e10e23205a3"><div class="ttname"><a href="namespaceripple_1_1detail.html#a34fdefc0f48c3da6e5d73e10e23205a3">ripple::detail::newestAccountTxPage</a></div><div class="ttdeci">std::pair&lt; std::optional&lt; RelationalDatabase::AccountTxMarker &gt;, int &gt; newestAccountTxPage(soci::session &amp;session, std::function&lt; void(std::uint32_t)&gt; const &amp;onUnsavedLedger, std::function&lt; void(std::uint32_t, std::string const &amp;, Blob &amp;&amp;, Blob &amp;&amp;)&gt; const &amp;onTransaction, RelationalDatabase::AccountTxPageOptions const &amp;options, std::uint32_t page_length)</div><div class="ttdoc">newestAccountTxPage Searches newest transactions for given account which match given criteria startin...</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l01175">Node.cpp:1175</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a389870f45417a1e9cef591f28a0c05b0"><div class="ttname"><a href="namespaceripple_1_1detail.html#a389870f45417a1e9cef591f28a0c05b0">ripple::detail::TableType</a></div><div class="ttdeci">TableType</div><div class="ttdef"><b>Definition</b> <a href="Node_8h_source.html#l00031">Node.h:31</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a389870f45417a1e9cef591f28a0c05b0a31112aca11d0e9e6eb7db96f317dda49"><div class="ttname"><a href="namespaceripple_1_1detail.html#a389870f45417a1e9cef591f28a0c05b0a31112aca11d0e9e6eb7db96f317dda49">ripple::detail::TableType::Transactions</a></div><div class="ttdeci">@ Transactions</div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a389870f45417a1e9cef591f28a0c05b0a905a88ab91dd81b2eac7aee14c283b7c"><div class="ttname"><a href="namespaceripple_1_1detail.html#a389870f45417a1e9cef591f28a0c05b0a905a88ab91dd81b2eac7aee14c283b7c">ripple::detail::TableType::AccountTransactions</a></div><div class="ttdeci">@ AccountTransactions</div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a389870f45417a1e9cef591f28a0c05b0abf53b9dc929f4f311bd89ae2a9bc4c30"><div class="ttname"><a href="namespaceripple_1_1detail.html#a389870f45417a1e9cef591f28a0c05b0abf53b9dc929f4f311bd89ae2a9bc4c30">ripple::detail::TableType::Ledgers</a></div><div class="ttdeci">@ Ledgers</div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a38d07212e5ba7aa00ef07b35dd4dd727"><div class="ttname"><a href="namespaceripple_1_1detail.html#a38d07212e5ba7aa00ef07b35dd4dd727">ripple::detail::getNewestLedgerInfo</a></div><div class="ttdeci">std::optional&lt; LedgerInfo &gt; getNewestLedgerInfo(soci::session &amp;session, beast::Journal j)</div><div class="ttdoc">getNewestLedgerInfo Returns info of newest saved ledger.</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l00476">Node.cpp:476</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a55d0c66eeed95f9cce7627df62c89f18"><div class="ttname"><a href="namespaceripple_1_1detail.html#a55d0c66eeed95f9cce7627df62c89f18">ripple::detail::oldestAccountTxPage</a></div><div class="ttdeci">std::pair&lt; std::optional&lt; RelationalDatabase::AccountTxMarker &gt;, int &gt; oldestAccountTxPage(soci::session &amp;session, std::function&lt; void(std::uint32_t)&gt; const &amp;onUnsavedLedger, std::function&lt; void(std::uint32_t, std::string const &amp;, Blob &amp;&amp;, Blob &amp;&amp;)&gt; const &amp;onTransaction, RelationalDatabase::AccountTxPageOptions const &amp;options, std::uint32_t page_length)</div><div class="ttdoc">oldestAccountTxPage Searches oldest transactions for given account which match given criteria startin...</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l01161">Node.cpp:1161</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a5616335c70fed961ffa69b1b7ff226a6"><div class="ttname"><a href="namespaceripple_1_1detail.html#a5616335c70fed961ffa69b1b7ff226a6">ripple::detail::makeLedgerDBs</a></div><div class="ttdeci">DatabasePairValid makeLedgerDBs(Config const &amp;config, DatabaseCon::Setup const &amp;setup, DatabaseCon::CheckpointerSetup const &amp;checkpointerSetup, beast::Journal j)</div><div class="ttdoc">makeLedgerDBs Opens ledger and transactions databases.</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l00068">Node.cpp:68</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a5ed708674ac24e343fd48251bb4f52df"><div class="ttname"><a href="namespaceripple_1_1detail.html#a5ed708674ac24e343fd48251bb4f52df">ripple::detail::deleteByLedgerSeq</a></div><div class="ttdeci">void deleteByLedgerSeq(soci::session &amp;session, TableType type, LedgerIndex ledgerSeq)</div><div class="ttdoc">deleteByLedgerSeq Deletes all entries in given table for the ledger with given sequence.</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l00145">Node.cpp:145</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a6323779b9b85253c2d4978fcc7161584"><div class="ttname"><a href="namespaceripple_1_1detail.html#a6323779b9b85253c2d4978fcc7161584">ripple::detail::getRows</a></div><div class="ttdeci">std::size_t getRows(soci::session &amp;session, TableType type)</div><div class="ttdoc">getRows Returns number of rows in given table.</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l00162">Node.cpp:162</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a808cc852ebb93c50964285e2831d36a2"><div class="ttname"><a href="namespaceripple_1_1detail.html#a808cc852ebb93c50964285e2831d36a2">ripple::detail::deleteBeforeLedgerSeq</a></div><div class="ttdeci">void deleteBeforeLedgerSeq(soci::session &amp;session, TableType type, LedgerIndex ledgerSeq)</div><div class="ttdoc">deleteBeforeLedgerSeq Deletes all entries in given table for the ledgers with given sequence and all ...</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l00152">Node.cpp:152</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a80dd3eeb84bfc98b57ecd2dae31116be"><div class="ttname"><a href="namespaceripple_1_1detail.html#a80dd3eeb84bfc98b57ecd2dae31116be">ripple::detail::saveValidatedLedger</a></div><div class="ttdeci">bool saveValidatedLedger(DatabaseCon &amp;ldgDB, DatabaseCon &amp;txnDB, Application &amp;app, std::shared_ptr&lt; Ledger const &gt; const &amp;ledger, bool current)</div><div class="ttdoc">saveValidatedLedger Saves ledger into database.</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l00189">Node.cpp:189</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a82a9f04cd692063aa77ccd0d32cc5f59"><div class="ttname"><a href="namespaceripple_1_1detail.html#a82a9f04cd692063aa77ccd0d32cc5f59">ripple::detail::getOldestAccountTxs</a></div><div class="ttdeci">std::pair&lt; RelationalDatabase::AccountTxs, int &gt; getOldestAccountTxs(soci::session &amp;session, Application &amp;app, LedgerMaster &amp;ledgerMaster, RelationalDatabase::AccountTxOptions const &amp;options, beast::Journal j)</div><div class="ttdoc">getOldestAccountTxs Returns oldest transactions for given account which match given criteria starting...</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l00868">Node.cpp:868</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a85ce1135aee0b32318ef92bac4c8e523"><div class="ttname"><a href="namespaceripple_1_1detail.html#a85ce1135aee0b32318ef92bac4c8e523">ripple::detail::getTxHistory</a></div><div class="ttdeci">std::pair&lt; std::vector&lt; std::shared_ptr&lt; Transaction &gt; &gt;, int &gt; getTxHistory(soci::session &amp;session, Application &amp;app, LedgerIndex startIndex, int quantity)</div><div class="ttdoc">getTxHistory Returns given number of most recent transactions starting from given number of entry.</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l00625">Node.cpp:625</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a8ae7bb2924041d323f1d27c2f7b8af9f"><div class="ttname"><a href="namespaceripple_1_1detail.html#a8ae7bb2924041d323f1d27c2f7b8af9f">ripple::detail::TableTypeCount</a></div><div class="ttdeci">constexpr int TableTypeCount</div><div class="ttdef"><b>Definition:</b> <a href="Node_8h_source.html#l00032">Node.h:32</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a8c58f0c1b53f9763a3889c2767295385"><div class="ttname"><a href="namespaceripple_1_1detail.html#a8c58f0c1b53f9763a3889c2767295385">ripple::detail::getLimitedOldestLedgerInfo</a></div><div class="ttdeci">std::optional&lt; LedgerInfo &gt; getLimitedOldestLedgerInfo(soci::session &amp;session, LedgerIndex ledgerFirstIndex, beast::Journal j)</div><div class="ttdoc">getLimitedOldestLedgerInfo Returns info of oldest ledger from ledgers with sequences greather or equa...</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l00484">Node.cpp:484</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_ab90e41cda88695fd8110750c8f8d3ff8"><div class="ttname"><a href="namespaceripple_1_1detail.html#ab90e41cda88695fd8110750c8f8d3ff8">ripple::detail::getOldestAccountTxsB</a></div><div class="ttdeci">std::pair&lt; std::vector&lt; RelationalDatabase::txnMetaLedgerType &gt;, int &gt; getOldestAccountTxsB(soci::session &amp;session, Application &amp;app, RelationalDatabase::AccountTxOptions const &amp;options, beast::Journal j)</div><div class="ttdoc">getOldestAccountTxsB Returns oldest transactions in binary form for given account which match given c...</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l00968">Node.cpp:968</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_ac0faae54c95ea279c12796d020425225"><div class="ttname"><a href="namespaceripple_1_1detail.html#ac0faae54c95ea279c12796d020425225">ripple::detail::getLedgerInfoByIndex</a></div><div class="ttdeci">std::optional&lt; LedgerInfo &gt; getLedgerInfoByIndex(soci::session &amp;session, LedgerIndex ledgerSeq, beast::Journal j)</div><div class="ttdoc">getLedgerInfoByIndex Returns ledger by its sequence.</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l00465">Node.cpp:465</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_acb3e941928e4b3997a5f46821622f625"><div class="ttname"><a href="namespaceripple_1_1detail.html#acb3e941928e4b3997a5f46821622f625">ripple::detail::dbHasSpace</a></div><div class="ttdeci">bool dbHasSpace(soci::session &amp;session, Config const &amp;config, beast::Journal j)</div><div class="ttdoc">dbHasSpace Checks if given database has available space.</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l01270">Node.cpp:1270</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_ad37ddc47b141d2270e5cad7f625f4094"><div class="ttname"><a href="namespaceripple_1_1detail.html#ad37ddc47b141d2270e5cad7f625f4094">ripple::detail::getLedgerInfoByHash</a></div><div class="ttdeci">std::optional&lt; LedgerInfo &gt; getLedgerInfoByHash(soci::session &amp;session, uint256 const &amp;ledgerHash, beast::Journal j)</div><div class="ttdoc">getLedgerInfoByHash Returns info of ledger with given hash.</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l00508">Node.cpp:508</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_adc8d0c614720abac7de8d062fbbbf254"><div class="ttname"><a href="namespaceripple_1_1detail.html#adc8d0c614720abac7de8d062fbbbf254">ripple::detail::getMinLedgerSeq</a></div><div class="ttdeci">std::optional&lt; LedgerIndex &gt; getMinLedgerSeq(soci::session &amp;session, TableType type)</div><div class="ttdoc">getMinLedgerSeq Returns minimum ledger sequence in given table.</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l00125">Node.cpp:125</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_ae5776ebfa029c50255885aea11465939"><div class="ttname"><a href="namespaceripple_1_1detail.html#ae5776ebfa029c50255885aea11465939">ripple::detail::getNewestAccountTxs</a></div><div class="ttdeci">std::pair&lt; RelationalDatabase::AccountTxs, int &gt; getNewestAccountTxs(soci::session &amp;session, Application &amp;app, LedgerMaster &amp;ledgerMaster, RelationalDatabase::AccountTxOptions const &amp;options, beast::Journal j)</div><div class="ttdoc">getNewestAccountTxs Returns newest transactions for given account which match given criteria starting...</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l00879">Node.cpp:879</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_ae85db139f5c6edcd6b87e80683938704"><div class="ttname"><a href="namespaceripple_1_1detail.html#ae85db139f5c6edcd6b87e80683938704">ripple::detail::getNewestAccountTxsB</a></div><div class="ttdeci">std::pair&lt; std::vector&lt; RelationalDatabase::txnMetaLedgerType &gt;, int &gt; getNewestAccountTxsB(soci::session &amp;session, Application &amp;app, RelationalDatabase::AccountTxOptions const &amp;options, beast::Journal j)</div><div class="ttdoc">getNewestAccountTxsB Returns newest transactions in binary form for given account which match given c...</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l00978">Node.cpp:978</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_aee946eb51d94f29199c095c21369b36b"><div class="ttname"><a href="namespaceripple_1_1detail.html#aee946eb51d94f29199c095c21369b36b">ripple::detail::getHashesByIndex</a></div><div class="ttdeci">std::optional&lt; LedgerHashPair &gt; getHashesByIndex(soci::session &amp;session, LedgerIndex ledgerIndex, beast::Journal j)</div><div class="ttdoc">getHashesByIndex Returns hash of the ledger and hash of parent ledger for the ledger of given sequenc...</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l00549">Node.cpp:549</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_af3608c4d21da52134a2f6d23f9d20c04"><div class="ttname"><a href="namespaceripple_1_1detail.html#af3608c4d21da52134a2f6d23f9d20c04">ripple::detail::getMaxLedgerSeq</a></div><div class="ttdeci">std::optional&lt; LedgerIndex &gt; getMaxLedgerSeq(soci::session &amp;session, TableType type)</div><div class="ttdoc">getMaxLedgerSeq Returns maximum ledger sequence in given table.</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l00135">Node.cpp:135</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_af5d7eac1c2a92d6e9c464f4873f636a0"><div class="ttname"><a href="namespaceripple_1_1detail.html#af5d7eac1c2a92d6e9c464f4873f636a0">ripple::detail::getTransaction</a></div><div class="ttdeci">std::variant&lt; RelationalDatabase::AccountTx, TxSearched &gt; getTransaction(soci::session &amp;session, Application &amp;app, uint256 const &amp;id, std::optional&lt; ClosedInterval&lt; uint32_t &gt; &gt; const &amp;range, error_code_i &amp;ec)</div><div class="ttdoc">getTransaction Returns transaction with given hash.</div><div class="ttdef"><b>Definition:</b> <a href="Node_8cpp_source.html#l01189">Node.cpp:1189</a></div></div>
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition:</b> <a href="algorithm_8h_source.html#l00025">algorithm.h:25</a></div></div>
<div class="ttc" id="anamespaceripple_html_a32d6d3ce1a48272b677d2c88b1d30932"><div class="ttname"><a href="namespaceripple.html#a32d6d3ce1a48272b677d2c88b1d30932">ripple::error_code_i</a></div><div class="ttdeci">error_code_i</div><div class="ttdef"><b>Definition:</b> <a href="ErrorCodes_8h_source.html#l00040">ErrorCodes.h:40</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a38d07212e5ba7aa00ef07b35dd4dd727"><div class="ttname"><a href="namespaceripple_1_1detail.html#a38d07212e5ba7aa00ef07b35dd4dd727">ripple::detail::getNewestLedgerInfo</a></div><div class="ttdeci">std::optional&lt; LedgerInfo &gt; getNewestLedgerInfo(soci::session &amp;session, beast::Journal j)</div><div class="ttdoc">getNewestLedgerInfo Returns info of newest saved ledger.</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l00476">Node.cpp:476</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a55d0c66eeed95f9cce7627df62c89f18"><div class="ttname"><a href="namespaceripple_1_1detail.html#a55d0c66eeed95f9cce7627df62c89f18">ripple::detail::oldestAccountTxPage</a></div><div class="ttdeci">std::pair&lt; std::optional&lt; RelationalDatabase::AccountTxMarker &gt;, int &gt; oldestAccountTxPage(soci::session &amp;session, std::function&lt; void(std::uint32_t)&gt; const &amp;onUnsavedLedger, std::function&lt; void(std::uint32_t, std::string const &amp;, Blob &amp;&amp;, Blob &amp;&amp;)&gt; const &amp;onTransaction, RelationalDatabase::AccountTxPageOptions const &amp;options, std::uint32_t page_length)</div><div class="ttdoc">oldestAccountTxPage Searches oldest transactions for given account which match given criteria startin...</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l01161">Node.cpp:1161</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a5616335c70fed961ffa69b1b7ff226a6"><div class="ttname"><a href="namespaceripple_1_1detail.html#a5616335c70fed961ffa69b1b7ff226a6">ripple::detail::makeLedgerDBs</a></div><div class="ttdeci">DatabasePairValid makeLedgerDBs(Config const &amp;config, DatabaseCon::Setup const &amp;setup, DatabaseCon::CheckpointerSetup const &amp;checkpointerSetup, beast::Journal j)</div><div class="ttdoc">makeLedgerDBs Opens ledger and transactions databases.</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l00068">Node.cpp:68</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a5ed708674ac24e343fd48251bb4f52df"><div class="ttname"><a href="namespaceripple_1_1detail.html#a5ed708674ac24e343fd48251bb4f52df">ripple::detail::deleteByLedgerSeq</a></div><div class="ttdeci">void deleteByLedgerSeq(soci::session &amp;session, TableType type, LedgerIndex ledgerSeq)</div><div class="ttdoc">deleteByLedgerSeq Deletes all entries in given table for the ledger with given sequence.</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l00145">Node.cpp:145</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a6323779b9b85253c2d4978fcc7161584"><div class="ttname"><a href="namespaceripple_1_1detail.html#a6323779b9b85253c2d4978fcc7161584">ripple::detail::getRows</a></div><div class="ttdeci">std::size_t getRows(soci::session &amp;session, TableType type)</div><div class="ttdoc">getRows Returns number of rows in given table.</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l00162">Node.cpp:162</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a808cc852ebb93c50964285e2831d36a2"><div class="ttname"><a href="namespaceripple_1_1detail.html#a808cc852ebb93c50964285e2831d36a2">ripple::detail::deleteBeforeLedgerSeq</a></div><div class="ttdeci">void deleteBeforeLedgerSeq(soci::session &amp;session, TableType type, LedgerIndex ledgerSeq)</div><div class="ttdoc">deleteBeforeLedgerSeq Deletes all entries in given table for the ledgers with given sequence and all ...</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l00152">Node.cpp:152</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a80dd3eeb84bfc98b57ecd2dae31116be"><div class="ttname"><a href="namespaceripple_1_1detail.html#a80dd3eeb84bfc98b57ecd2dae31116be">ripple::detail::saveValidatedLedger</a></div><div class="ttdeci">bool saveValidatedLedger(DatabaseCon &amp;ldgDB, DatabaseCon &amp;txnDB, Application &amp;app, std::shared_ptr&lt; Ledger const &gt; const &amp;ledger, bool current)</div><div class="ttdoc">saveValidatedLedger Saves ledger into database.</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l00189">Node.cpp:189</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a82a9f04cd692063aa77ccd0d32cc5f59"><div class="ttname"><a href="namespaceripple_1_1detail.html#a82a9f04cd692063aa77ccd0d32cc5f59">ripple::detail::getOldestAccountTxs</a></div><div class="ttdeci">std::pair&lt; RelationalDatabase::AccountTxs, int &gt; getOldestAccountTxs(soci::session &amp;session, Application &amp;app, LedgerMaster &amp;ledgerMaster, RelationalDatabase::AccountTxOptions const &amp;options, beast::Journal j)</div><div class="ttdoc">getOldestAccountTxs Returns oldest transactions for given account which match given criteria starting...</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l00868">Node.cpp:868</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a85ce1135aee0b32318ef92bac4c8e523"><div class="ttname"><a href="namespaceripple_1_1detail.html#a85ce1135aee0b32318ef92bac4c8e523">ripple::detail::getTxHistory</a></div><div class="ttdeci">std::pair&lt; std::vector&lt; std::shared_ptr&lt; Transaction &gt; &gt;, int &gt; getTxHistory(soci::session &amp;session, Application &amp;app, LedgerIndex startIndex, int quantity)</div><div class="ttdoc">getTxHistory Returns given number of most recent transactions starting from given number of entry.</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l00625">Node.cpp:625</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a8ae7bb2924041d323f1d27c2f7b8af9f"><div class="ttname"><a href="namespaceripple_1_1detail.html#a8ae7bb2924041d323f1d27c2f7b8af9f">ripple::detail::TableTypeCount</a></div><div class="ttdeci">constexpr int TableTypeCount</div><div class="ttdef"><b>Definition</b> <a href="Node_8h_source.html#l00032">Node.h:32</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_a8c58f0c1b53f9763a3889c2767295385"><div class="ttname"><a href="namespaceripple_1_1detail.html#a8c58f0c1b53f9763a3889c2767295385">ripple::detail::getLimitedOldestLedgerInfo</a></div><div class="ttdeci">std::optional&lt; LedgerInfo &gt; getLimitedOldestLedgerInfo(soci::session &amp;session, LedgerIndex ledgerFirstIndex, beast::Journal j)</div><div class="ttdoc">getLimitedOldestLedgerInfo Returns info of oldest ledger from ledgers with sequences greather or equa...</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l00484">Node.cpp:484</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_ab90e41cda88695fd8110750c8f8d3ff8"><div class="ttname"><a href="namespaceripple_1_1detail.html#ab90e41cda88695fd8110750c8f8d3ff8">ripple::detail::getOldestAccountTxsB</a></div><div class="ttdeci">std::pair&lt; std::vector&lt; RelationalDatabase::txnMetaLedgerType &gt;, int &gt; getOldestAccountTxsB(soci::session &amp;session, Application &amp;app, RelationalDatabase::AccountTxOptions const &amp;options, beast::Journal j)</div><div class="ttdoc">getOldestAccountTxsB Returns oldest transactions in binary form for given account which match given c...</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l00968">Node.cpp:968</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_ac0faae54c95ea279c12796d020425225"><div class="ttname"><a href="namespaceripple_1_1detail.html#ac0faae54c95ea279c12796d020425225">ripple::detail::getLedgerInfoByIndex</a></div><div class="ttdeci">std::optional&lt; LedgerInfo &gt; getLedgerInfoByIndex(soci::session &amp;session, LedgerIndex ledgerSeq, beast::Journal j)</div><div class="ttdoc">getLedgerInfoByIndex Returns ledger by its sequence.</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l00465">Node.cpp:465</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_acb3e941928e4b3997a5f46821622f625"><div class="ttname"><a href="namespaceripple_1_1detail.html#acb3e941928e4b3997a5f46821622f625">ripple::detail::dbHasSpace</a></div><div class="ttdeci">bool dbHasSpace(soci::session &amp;session, Config const &amp;config, beast::Journal j)</div><div class="ttdoc">dbHasSpace Checks if given database has available space.</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l01270">Node.cpp:1270</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_ad37ddc47b141d2270e5cad7f625f4094"><div class="ttname"><a href="namespaceripple_1_1detail.html#ad37ddc47b141d2270e5cad7f625f4094">ripple::detail::getLedgerInfoByHash</a></div><div class="ttdeci">std::optional&lt; LedgerInfo &gt; getLedgerInfoByHash(soci::session &amp;session, uint256 const &amp;ledgerHash, beast::Journal j)</div><div class="ttdoc">getLedgerInfoByHash Returns info of ledger with given hash.</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l00508">Node.cpp:508</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_adc8d0c614720abac7de8d062fbbbf254"><div class="ttname"><a href="namespaceripple_1_1detail.html#adc8d0c614720abac7de8d062fbbbf254">ripple::detail::getMinLedgerSeq</a></div><div class="ttdeci">std::optional&lt; LedgerIndex &gt; getMinLedgerSeq(soci::session &amp;session, TableType type)</div><div class="ttdoc">getMinLedgerSeq Returns minimum ledger sequence in given table.</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l00125">Node.cpp:125</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_ae5776ebfa029c50255885aea11465939"><div class="ttname"><a href="namespaceripple_1_1detail.html#ae5776ebfa029c50255885aea11465939">ripple::detail::getNewestAccountTxs</a></div><div class="ttdeci">std::pair&lt; RelationalDatabase::AccountTxs, int &gt; getNewestAccountTxs(soci::session &amp;session, Application &amp;app, LedgerMaster &amp;ledgerMaster, RelationalDatabase::AccountTxOptions const &amp;options, beast::Journal j)</div><div class="ttdoc">getNewestAccountTxs Returns newest transactions for given account which match given criteria starting...</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l00879">Node.cpp:879</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_ae85db139f5c6edcd6b87e80683938704"><div class="ttname"><a href="namespaceripple_1_1detail.html#ae85db139f5c6edcd6b87e80683938704">ripple::detail::getNewestAccountTxsB</a></div><div class="ttdeci">std::pair&lt; std::vector&lt; RelationalDatabase::txnMetaLedgerType &gt;, int &gt; getNewestAccountTxsB(soci::session &amp;session, Application &amp;app, RelationalDatabase::AccountTxOptions const &amp;options, beast::Journal j)</div><div class="ttdoc">getNewestAccountTxsB Returns newest transactions in binary form for given account which match given c...</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l00978">Node.cpp:978</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_aee946eb51d94f29199c095c21369b36b"><div class="ttname"><a href="namespaceripple_1_1detail.html#aee946eb51d94f29199c095c21369b36b">ripple::detail::getHashesByIndex</a></div><div class="ttdeci">std::optional&lt; LedgerHashPair &gt; getHashesByIndex(soci::session &amp;session, LedgerIndex ledgerIndex, beast::Journal j)</div><div class="ttdoc">getHashesByIndex Returns hash of the ledger and hash of parent ledger for the ledger of given sequenc...</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l00549">Node.cpp:549</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_af3608c4d21da52134a2f6d23f9d20c04"><div class="ttname"><a href="namespaceripple_1_1detail.html#af3608c4d21da52134a2f6d23f9d20c04">ripple::detail::getMaxLedgerSeq</a></div><div class="ttdeci">std::optional&lt; LedgerIndex &gt; getMaxLedgerSeq(soci::session &amp;session, TableType type)</div><div class="ttdoc">getMaxLedgerSeq Returns maximum ledger sequence in given table.</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l00135">Node.cpp:135</a></div></div>
<div class="ttc" id="anamespaceripple_1_1detail_html_af5d7eac1c2a92d6e9c464f4873f636a0"><div class="ttname"><a href="namespaceripple_1_1detail.html#af5d7eac1c2a92d6e9c464f4873f636a0">ripple::detail::getTransaction</a></div><div class="ttdeci">std::variant&lt; RelationalDatabase::AccountTx, TxSearched &gt; getTransaction(soci::session &amp;session, Application &amp;app, uint256 const &amp;id, std::optional&lt; ClosedInterval&lt; uint32_t &gt; &gt; const &amp;range, error_code_i &amp;ec)</div><div class="ttdoc">getTransaction Returns transaction with given hash.</div><div class="ttdef"><b>Definition</b> <a href="Node_8cpp_source.html#l01189">Node.cpp:1189</a></div></div>
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition</b> <a href="algorithm_8h_source.html#l00025">algorithm.h:25</a></div></div>
<div class="ttc" id="anamespaceripple_html_a32d6d3ce1a48272b677d2c88b1d30932"><div class="ttname"><a href="namespaceripple.html#a32d6d3ce1a48272b677d2c88b1d30932">ripple::error_code_i</a></div><div class="ttdeci">error_code_i</div><div class="ttdef"><b>Definition</b> <a href="ErrorCodes_8h_source.html#l00040">ErrorCodes.h:40</a></div></div>
<div class="ttc" id="anamespaceripple_html_a6434c1a0fd22b77e2e4a228c0eca79eba43b5c9175984c071f30b873fdce0a000"><div class="ttname"><a href="namespaceripple.html#a6434c1a0fd22b77e2e4a228c0eca79eba43b5c9175984c071f30b873fdce0a000">ripple::ValStatus::current</a></div><div class="ttdeci">@ current</div><div class="ttdoc">This was a new validation and was added.</div></div>
<div class="ttc" id="anamespaceripple_html_a79dcedfb918a7b371ab7797ae9d9bf23"><div class="ttname"><a href="namespaceripple.html#a79dcedfb918a7b371ab7797ae9d9bf23">ripple::ClosedInterval</a></div><div class="ttdeci">boost::icl::closed_interval&lt; T &gt; ClosedInterval</div><div class="ttdoc">A closed interval over the domain T.</div><div class="ttdef"><b>Definition:</b> <a href="RangeSet_8h_source.html#l00045">RangeSet.h:45</a></div></div>
<div class="ttc" id="anamespaceripple_html_ac1258b27600294cf1c6dc05ce3cf58d3"><div class="ttname"><a href="namespaceripple.html#ac1258b27600294cf1c6dc05ce3cf58d3">ripple::range</a></div><div class="ttdeci">ClosedInterval&lt; T &gt; range(T low, T high)</div><div class="ttdoc">Create a closed range interval.</div><div class="ttdef"><b>Definition:</b> <a href="RangeSet_8h_source.html#l00054">RangeSet.h:54</a></div></div>
<div class="ttc" id="anamespaceripple_html_a79dcedfb918a7b371ab7797ae9d9bf23"><div class="ttname"><a href="namespaceripple.html#a79dcedfb918a7b371ab7797ae9d9bf23">ripple::ClosedInterval</a></div><div class="ttdeci">boost::icl::closed_interval&lt; T &gt; ClosedInterval</div><div class="ttdoc">A closed interval over the domain T.</div><div class="ttdef"><b>Definition</b> <a href="RangeSet_8h_source.html#l00045">RangeSet.h:45</a></div></div>
<div class="ttc" id="anamespaceripple_html_ac1258b27600294cf1c6dc05ce3cf58d3"><div class="ttname"><a href="namespaceripple.html#ac1258b27600294cf1c6dc05ce3cf58d3">ripple::range</a></div><div class="ttdeci">ClosedInterval&lt; T &gt; range(T low, T high)</div><div class="ttdoc">Create a closed range interval.</div><div class="ttdef"><b>Definition</b> <a href="RangeSet_8h_source.html#l00054">RangeSet.h:54</a></div></div>
<div class="ttc" id="anamespaceripple_html_ad5143ceada01141772ae4aab984f94bda7fa2267e9b1bf739a70bb1860ab2a99c"><div class="ttname"><a href="namespaceripple.html#ad5143ceada01141772ae4aab984f94bda7fa2267e9b1bf739a70bb1860ab2a99c">ripple::HashPrefix::ledgerMaster</a></div><div class="ttdeci">@ ledgerMaster</div><div class="ttdoc">ledger master data for signing</div></div>
<div class="ttc" id="aoptional_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional</a></div></div>
<div class="ttc" id="apair_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/pair.html">std::pair</a></div></div>
<div class="ttc" id="ashared_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a></div></div>
<div class="ttc" id="asize_t_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div></div>
<div class="ttc" id="astructripple_1_1DatabaseCon_1_1CheckpointerSetup_html"><div class="ttname"><a href="structripple_1_1DatabaseCon_1_1CheckpointerSetup.html">ripple::DatabaseCon::CheckpointerSetup</a></div><div class="ttdef"><b>Definition:</b> <a href="DatabaseCon_8h_source.html#l00115">DatabaseCon.h:116</a></div></div>
<div class="ttc" id="astructripple_1_1DatabaseCon_1_1Setup_html"><div class="ttname"><a href="structripple_1_1DatabaseCon_1_1Setup.html">ripple::DatabaseCon::Setup</a></div><div class="ttdef"><b>Definition:</b> <a href="DatabaseCon_8h_source.html#l00088">DatabaseCon.h:89</a></div></div>
<div class="ttc" id="astructripple_1_1RelationalDatabase_1_1AccountTxOptions_html"><div class="ttname"><a href="structripple_1_1RelationalDatabase_1_1AccountTxOptions.html">ripple::RelationalDatabase::AccountTxOptions</a></div><div class="ttdef"><b>Definition:</b> <a href="RelationalDatabase_8h_source.html#l00065">RelationalDatabase.h:66</a></div></div>
<div class="ttc" id="astructripple_1_1RelationalDatabase_1_1AccountTxPageOptions_html"><div class="ttname"><a href="structripple_1_1RelationalDatabase_1_1AccountTxPageOptions.html">ripple::RelationalDatabase::AccountTxPageOptions</a></div><div class="ttdef"><b>Definition:</b> <a href="RelationalDatabase_8h_source.html#l00075">RelationalDatabase.h:76</a></div></div>
<div class="ttc" id="astructripple_1_1RelationalDatabase_1_1CountMinMax_html"><div class="ttname"><a href="structripple_1_1RelationalDatabase_1_1CountMinMax.html">ripple::RelationalDatabase::CountMinMax</a></div><div class="ttdef"><b>Definition:</b> <a href="RelationalDatabase_8h_source.html#l00052">RelationalDatabase.h:53</a></div></div>
<div class="ttc" id="astructripple_1_1detail_1_1DatabasePairValid_html"><div class="ttname"><a href="structripple_1_1detail_1_1DatabasePairValid.html">ripple::detail::DatabasePairValid</a></div><div class="ttdef"><b>Definition:</b> <a href="Node_8h_source.html#l00034">Node.h:35</a></div></div>
<div class="ttc" id="astructripple_1_1detail_1_1DatabasePairValid_html_a15583082f0a198ceadf580c373728a6f"><div class="ttname"><a href="structripple_1_1detail_1_1DatabasePairValid.html#a15583082f0a198ceadf580c373728a6f">ripple::detail::DatabasePairValid::ledgerDb</a></div><div class="ttdeci">std::unique_ptr&lt; DatabaseCon &gt; ledgerDb</div><div class="ttdef"><b>Definition:</b> <a href="Node_8h_source.html#l00036">Node.h:36</a></div></div>
<div class="ttc" id="astructripple_1_1detail_1_1DatabasePairValid_html_a7c79b804e14484620d9f2c18633f5365"><div class="ttname"><a href="structripple_1_1detail_1_1DatabasePairValid.html#a7c79b804e14484620d9f2c18633f5365">ripple::detail::DatabasePairValid::valid</a></div><div class="ttdeci">bool valid</div><div class="ttdef"><b>Definition:</b> <a href="Node_8h_source.html#l00038">Node.h:38</a></div></div>
<div class="ttc" id="astructripple_1_1detail_1_1DatabasePairValid_html_ad96c2e187edc2d1adf963c0110d2e939"><div class="ttname"><a href="structripple_1_1detail_1_1DatabasePairValid.html#ad96c2e187edc2d1adf963c0110d2e939">ripple::detail::DatabasePairValid::transactionDb</a></div><div class="ttdeci">std::unique_ptr&lt; DatabaseCon &gt; transactionDb</div><div class="ttdef"><b>Definition:</b> <a href="Node_8h_source.html#l00037">Node.h:37</a></div></div>
<div class="ttc" id="astructripple_1_1DatabaseCon_1_1CheckpointerSetup_html"><div class="ttname"><a href="structripple_1_1DatabaseCon_1_1CheckpointerSetup.html">ripple::DatabaseCon::CheckpointerSetup</a></div><div class="ttdef"><b>Definition</b> <a href="DatabaseCon_8h_source.html#l00115">DatabaseCon.h:116</a></div></div>
<div class="ttc" id="astructripple_1_1DatabaseCon_1_1Setup_html"><div class="ttname"><a href="structripple_1_1DatabaseCon_1_1Setup.html">ripple::DatabaseCon::Setup</a></div><div class="ttdef"><b>Definition</b> <a href="DatabaseCon_8h_source.html#l00088">DatabaseCon.h:89</a></div></div>
<div class="ttc" id="astructripple_1_1RelationalDatabase_1_1AccountTxOptions_html"><div class="ttname"><a href="structripple_1_1RelationalDatabase_1_1AccountTxOptions.html">ripple::RelationalDatabase::AccountTxOptions</a></div><div class="ttdef"><b>Definition</b> <a href="RelationalDatabase_8h_source.html#l00065">RelationalDatabase.h:66</a></div></div>
<div class="ttc" id="astructripple_1_1RelationalDatabase_1_1AccountTxPageOptions_html"><div class="ttname"><a href="structripple_1_1RelationalDatabase_1_1AccountTxPageOptions.html">ripple::RelationalDatabase::AccountTxPageOptions</a></div><div class="ttdef"><b>Definition</b> <a href="RelationalDatabase_8h_source.html#l00075">RelationalDatabase.h:76</a></div></div>
<div class="ttc" id="astructripple_1_1RelationalDatabase_1_1CountMinMax_html"><div class="ttname"><a href="structripple_1_1RelationalDatabase_1_1CountMinMax.html">ripple::RelationalDatabase::CountMinMax</a></div><div class="ttdef"><b>Definition</b> <a href="RelationalDatabase_8h_source.html#l00052">RelationalDatabase.h:53</a></div></div>
<div class="ttc" id="astructripple_1_1detail_1_1DatabasePairValid_html"><div class="ttname"><a href="structripple_1_1detail_1_1DatabasePairValid.html">ripple::detail::DatabasePairValid</a></div><div class="ttdef"><b>Definition</b> <a href="Node_8h_source.html#l00034">Node.h:35</a></div></div>
<div class="ttc" id="astructripple_1_1detail_1_1DatabasePairValid_html_a15583082f0a198ceadf580c373728a6f"><div class="ttname"><a href="structripple_1_1detail_1_1DatabasePairValid.html#a15583082f0a198ceadf580c373728a6f">ripple::detail::DatabasePairValid::ledgerDb</a></div><div class="ttdeci">std::unique_ptr&lt; DatabaseCon &gt; ledgerDb</div><div class="ttdef"><b>Definition</b> <a href="Node_8h_source.html#l00036">Node.h:36</a></div></div>
<div class="ttc" id="astructripple_1_1detail_1_1DatabasePairValid_html_a7c79b804e14484620d9f2c18633f5365"><div class="ttname"><a href="structripple_1_1detail_1_1DatabasePairValid.html#a7c79b804e14484620d9f2c18633f5365">ripple::detail::DatabasePairValid::valid</a></div><div class="ttdeci">bool valid</div><div class="ttdef"><b>Definition</b> <a href="Node_8h_source.html#l00038">Node.h:38</a></div></div>
<div class="ttc" id="astructripple_1_1detail_1_1DatabasePairValid_html_ad96c2e187edc2d1adf963c0110d2e939"><div class="ttname"><a href="structripple_1_1detail_1_1DatabasePairValid.html#ad96c2e187edc2d1adf963c0110d2e939">ripple::detail::DatabasePairValid::transactionDb</a></div><div class="ttdeci">std::unique_ptr&lt; DatabaseCon &gt; transactionDb</div><div class="ttdef"><b>Definition</b> <a href="Node_8h_source.html#l00037">Node.h:37</a></div></div>
<div class="ttc" id="aunique_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr</a></div></div>
<div class="ttc" id="avariant_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/variant.html">std::variant</a></div></div>
<div class="ttc" id="avector_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector&lt; unsigned char &gt;</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.5
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>