mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
247 lines
42 KiB
HTML
247 lines
42 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.8.17"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>rippled: LedgerHistory.h Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr style="height: 56px;">
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">rippled
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.17 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_df9c78dcf3f59a33b12284f95992a64b.html">ripple</a></li><li class="navelem"><a class="el" href="dir_9f69212e4c6e2ca9ec5ab59cd7b6275c.html">app</a></li><li class="navelem"><a class="el" href="dir_796f40347441ba166e244d2eadcd4ae1.html">ledger</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">LedgerHistory.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">/*</span></div>
|
|
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> This file is part of rippled: https://github.com/ripple/rippled</span></div>
|
|
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> Copyright (c) 2012, 2013 Ripple Labs Inc.</span></div>
|
|
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> Permission to use, copy, modify, and/or distribute this software for any</span></div>
|
|
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> purpose with or without fee is hereby granted, provided that the above</span></div>
|
|
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> copyright notice and this permission notice appear in all copies.</span></div>
|
|
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES</span></div>
|
|
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF</span></div>
|
|
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR</span></div>
|
|
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES</span></div>
|
|
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN</span></div>
|
|
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF</span></div>
|
|
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</span></div>
|
|
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">*/</span></div>
|
|
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">//==============================================================================</span></div>
|
|
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  </div>
|
|
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#ifndef RIPPLE_APP_LEDGER_LEDGERHISTORY_H_INCLUDED</span></div>
|
|
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#define RIPPLE_APP_LEDGER_LEDGERHISTORY_H_INCLUDED</span></div>
|
|
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  </div>
|
|
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <ripple/app/ledger/Ledger.h></span></div>
|
|
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include <ripple/app/main/Application.h></span></div>
|
|
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include <ripple/beast/insight/Collector.h></span></div>
|
|
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include <ripple/beast/insight/Event.h></span></div>
|
|
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#include <ripple/protocol/RippleLedgerHash.h></span></div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  </div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/optional.html">optional</a>></span></div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  </div>
|
|
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  </div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="comment">// VFALCO TODO Rename to OldLedgers ?</span></div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  </div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerHistory.html"> 36</a></span> <span class="keyword">class </span><a class="code" href="classripple_1_1LedgerHistory.html">LedgerHistory</a></div>
|
|
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> {</div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <a class="code" href="classripple_1_1LedgerHistory.html#a38f560ae8e28cf743665f2151b2826a9">LedgerHistory</a>(</div>
|
|
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">beast::insight::Collector::ptr</a> <span class="keyword">const</span>& collector,</div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <a class="code" href="classripple_1_1Application.html">Application</a>& app);</div>
|
|
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  </div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <a class="code" href="classripple_1_1LedgerHistory.html#a1148d79bd25d415e793e4d11f79836bf">insert</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<Ledger const></a> ledger, <span class="keywordtype">bool</span> validated);</div>
|
|
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  </div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  <span class="keywordtype">float</span></div>
|
|
<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerHistory.html#a507bb40b5649985141e3dcbf57bd481d"> 53</a></span>  <a class="code" href="classripple_1_1LedgerHistory.html#a507bb40b5649985141e3dcbf57bd481d">getCacheHitRate</a>()</div>
|
|
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  {</div>
|
|
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <span class="keywordflow">return</span> <a class="code" href="classripple_1_1LedgerHistory.html#a6ad42489964a9f9b01df435e391bcfd2">m_ledgers_by_hash</a>.<a class="code" href="classripple_1_1TaggedCache.html#ae3695f9380d7cf36abe6384bc9b3e13b">getHitRate</a>();</div>
|
|
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  }</div>
|
|
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  </div>
|
|
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<Ledger const></a></div>
|
|
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <a class="code" href="classripple_1_1LedgerHistory.html#a25476afb16a118d37c17490273a0f24b">getLedgerBySeq</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> ledgerIndex);</div>
|
|
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  </div>
|
|
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<Ledger const></a></div>
|
|
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <a class="code" href="classripple_1_1LedgerHistory.html#aef350868af3be617b169eef8ab396827">getLedgerByHash</a>(<a class="code" href="classripple_1_1base__uint.html">LedgerHash</a> <span class="keyword">const</span>& ledgerHash);</div>
|
|
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  </div>
|
|
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <a class="code" href="classripple_1_1base__uint.html">LedgerHash</a></div>
|
|
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <a class="code" href="classripple_1_1LedgerHistory.html#a8decf929ebaba3425836b33fc74d6be4">getLedgerHash</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> ledgerIndex);</div>
|
|
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  </div>
|
|
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  <span class="keywordtype">void</span></div>
|
|
<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerHistory.html#a5c3fbc509e1f5446d85176bac513e74c"> 76</a></span>  <a class="code" href="classripple_1_1LedgerHistory.html#a5c3fbc509e1f5446d85176bac513e74c">sweep</a>()</div>
|
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  {</div>
|
|
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <a class="code" href="classripple_1_1LedgerHistory.html#a6ad42489964a9f9b01df435e391bcfd2">m_ledgers_by_hash</a>.<a class="code" href="classripple_1_1TaggedCache.html#a5a2f1176e41e598872fc1ab375e74441">sweep</a>();</div>
|
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  <a class="code" href="classripple_1_1LedgerHistory.html#a7c71cafdd85eba74ab6e4436d9ec9037">m_consensus_validated</a>.<a class="code" href="classripple_1_1TaggedCache.html#a5a2f1176e41e598872fc1ab375e74441">sweep</a>();</div>
|
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  }</div>
|
|
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  </div>
|
|
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <span class="keywordtype">void</span></div>
|
|
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <a class="code" href="classripple_1_1LedgerHistory.html#a5b22f0c89730a59843fa1840d9225d27">builtLedger</a>(</div>
|
|
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<Ledger const></a> <span class="keyword">const</span>&,</div>
|
|
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  <a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& consensusHash,</div>
|
|
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <a class="code" href="classJson_1_1Value.html">Json::Value</a>);</div>
|
|
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  </div>
|
|
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  <span class="keywordtype">void</span></div>
|
|
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  <a class="code" href="classripple_1_1LedgerHistory.html#ae3a7cdee19a26b3859e86b02e2cc3742">validatedLedger</a>(</div>
|
|
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<Ledger const></a> <span class="keyword">const</span>&,</div>
|
|
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<uint256></a> <span class="keyword">const</span>& consensusHash);</div>
|
|
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  </div>
|
|
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  <span class="keywordtype">bool</span></div>
|
|
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  <a class="code" href="classripple_1_1LedgerHistory.html#ae03adeae0930b7092edb4139cc7d0330">fixIndex</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> ledgerIndex, <a class="code" href="classripple_1_1base__uint.html">LedgerHash</a> <span class="keyword">const</span>& ledgerHash);</div>
|
|
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  </div>
|
|
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  <span class="keywordtype">void</span></div>
|
|
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  <a class="code" href="classripple_1_1LedgerHistory.html#a9d3e04a8d477455a9da28022915bad81">clearLedgerCachePrior</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> seq);</div>
|
|
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  </div>
|
|
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span> <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  <span class="keywordtype">void</span></div>
|
|
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  <a class="code" href="classripple_1_1LedgerHistory.html#a8a5ccffa6c8b9c83d07f608b37a20899">handleMismatch</a>(</div>
|
|
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  <a class="code" href="classripple_1_1base__uint.html">LedgerHash</a> <span class="keyword">const</span>& built,</div>
|
|
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  <a class="code" href="classripple_1_1base__uint.html">LedgerHash</a> <span class="keyword">const</span>& valid,</div>
|
|
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<uint256></a> <span class="keyword">const</span>& builtConsensusHash,</div>
|
|
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<uint256></a> <span class="keyword">const</span>& validatedConsensusHash,</div>
|
|
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>  <a class="code" href="classJson_1_1Value.html">Json::Value</a> <span class="keyword">const</span>& consensus);</div>
|
|
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>  </div>
|
|
<div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerHistory.html#a7514a7d4ed469f9a72004040fe243db4"> 125</a></span>  <a class="code" href="classripple_1_1Application.html">Application</a>& <a class="code" href="classripple_1_1LedgerHistory.html#a7514a7d4ed469f9a72004040fe243db4">app_</a>;</div>
|
|
<div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerHistory.html#aa4ab3f74729e78f0a67177555e159671"> 126</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">beast::insight::Collector::ptr</a> <a class="code" href="classripple_1_1LedgerHistory.html#aa4ab3f74729e78f0a67177555e159671">collector_</a>;</div>
|
|
<div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerHistory.html#ada81f3494202a6c8473ba4f17c12d91f"> 127</a></span>  <a class="code" href="classbeast_1_1insight_1_1Counter.html">beast::insight::Counter</a> <a class="code" href="classripple_1_1LedgerHistory.html#ada81f3494202a6c8473ba4f17c12d91f">mismatch_counter_</a>;</div>
|
|
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  </div>
|
|
<div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerHistory.html#a1e34d9ee13455de3ea2f919c202a1e1e"> 129</a></span>  <span class="keyword">using</span> <a class="code" href="classripple_1_1TaggedCache.html">LedgersByHash</a> = <a class="code" href="classripple_1_1TaggedCache.html">TaggedCache<LedgerHash, Ledger const></a>;</div>
|
|
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  </div>
|
|
<div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerHistory.html#a6ad42489964a9f9b01df435e391bcfd2"> 131</a></span>  <a class="code" href="classripple_1_1TaggedCache.html">LedgersByHash</a> <a class="code" href="classripple_1_1LedgerHistory.html#a6ad42489964a9f9b01df435e391bcfd2">m_ledgers_by_hash</a>;</div>
|
|
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>  </div>
|
|
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  <span class="comment">// Maps ledger indexes to the corresponding hashes</span></div>
|
|
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  <span class="comment">// For debug and logging purposes</span></div>
|
|
<div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="structripple_1_1LedgerHistory_1_1cv__entry.html"> 135</a></span>  <span class="keyword">struct </span><a class="code" href="structripple_1_1LedgerHistory_1_1cv__entry.html">cv_entry</a></div>
|
|
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  {</div>
|
|
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>  <span class="comment">// Hash of locally built ledger</span></div>
|
|
<div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="structripple_1_1LedgerHistory_1_1cv__entry.html#a8b472a2cf7e84430d9ce01dce209cb56"> 138</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<LedgerHash></a> <a class="code" href="structripple_1_1LedgerHistory_1_1cv__entry.html#a8b472a2cf7e84430d9ce01dce209cb56">built</a>;</div>
|
|
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  <span class="comment">// Hash of the validated ledger</span></div>
|
|
<div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="structripple_1_1LedgerHistory_1_1cv__entry.html#ac0bfc50bf3098eb63ee0395a95cce397"> 140</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<LedgerHash></a> <a class="code" href="structripple_1_1LedgerHistory_1_1cv__entry.html#ac0bfc50bf3098eb63ee0395a95cce397">validated</a>;</div>
|
|
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  <span class="comment">// Hash of locally accepted consensus transaction set</span></div>
|
|
<div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="structripple_1_1LedgerHistory_1_1cv__entry.html#abd60e88598204536623c867e11136ac9"> 142</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<uint256></a> <a class="code" href="structripple_1_1LedgerHistory_1_1cv__entry.html#abd60e88598204536623c867e11136ac9">builtConsensusHash</a>;</div>
|
|
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>  <span class="comment">// Hash of validated consensus transaction set</span></div>
|
|
<div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="structripple_1_1LedgerHistory_1_1cv__entry.html#aa6a49831bf517108f9e6aa7cb89fc646"> 144</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<uint256></a> <a class="code" href="structripple_1_1LedgerHistory_1_1cv__entry.html#aa6a49831bf517108f9e6aa7cb89fc646">validatedConsensusHash</a>;</div>
|
|
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  <span class="comment">// Consensus metadata of built ledger</span></div>
|
|
<div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="structripple_1_1LedgerHistory_1_1cv__entry.html#aaa092c4e79f060432060905fa219f330"> 146</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<Json::Value></a> <a class="code" href="structripple_1_1LedgerHistory_1_1cv__entry.html#aaa092c4e79f060432060905fa219f330">consensus</a>;</div>
|
|
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>  };</div>
|
|
<div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerHistory.html#a4893ecfd7e45a96ca0b7ddd241edeba8"> 148</a></span>  <span class="keyword">using</span> <a class="code" href="classripple_1_1TaggedCache.html">ConsensusValidated</a> = <a class="code" href="classripple_1_1TaggedCache.html">TaggedCache<LedgerIndex, cv_entry></a>;</div>
|
|
<div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerHistory.html#a7c71cafdd85eba74ab6e4436d9ec9037"> 149</a></span>  <a class="code" href="classripple_1_1TaggedCache.html">ConsensusValidated</a> <a class="code" href="classripple_1_1LedgerHistory.html#a7c71cafdd85eba74ab6e4436d9ec9037">m_consensus_validated</a>;</div>
|
|
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>  </div>
|
|
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  <span class="comment">// Maps ledger indexes to the corresponding hash.</span></div>
|
|
<div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerHistory.html#a4fc23d794f5afd08ae10d9406f2874f8"> 152</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map<LedgerIndex, LedgerHash></a> <a class="code" href="classripple_1_1LedgerHistory.html#a4fc23d794f5afd08ae10d9406f2874f8">mLedgersByIndex</a>; <span class="comment">// validated ledgers</span></div>
|
|
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>  </div>
|
|
<div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerHistory.html#a8413110326cba685ff8cdb908ff310e9"> 154</a></span>  <a class="code" href="classbeast_1_1Journal.html">beast::Journal</a> <a class="code" href="classripple_1_1LedgerHistory.html#a8413110326cba685ff8cdb908ff310e9">j_</a>;</div>
|
|
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span> };</div>
|
|
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  </div>
|
|
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span> } <span class="comment">// namespace ripple</span></div>
|
|
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  </div>
|
|
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span> <span class="preprocessor">#endif</span></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<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#l00115">Application.h:115</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1TaggedCache_html_a5a2f1176e41e598872fc1ab375e74441"><div class="ttname"><a href="classripple_1_1TaggedCache.html#a5a2f1176e41e598872fc1ab375e74441">ripple::TaggedCache::sweep</a></div><div class="ttdeci">void sweep()</div><div class="ttdef"><b>Definition:</b> <a href="TaggedCache_8h_source.html#l00204">TaggedCache.h:204</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< Collector ></a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerHistory_html_a8a5ccffa6c8b9c83d07f608b37a20899"><div class="ttname"><a href="classripple_1_1LedgerHistory.html#a8a5ccffa6c8b9c83d07f608b37a20899">ripple::LedgerHistory::handleMismatch</a></div><div class="ttdeci">void handleMismatch(LedgerHash const &built, LedgerHash const &valid, std::optional< uint256 > const &builtConsensusHash, std::optional< uint256 > const &validatedConsensusHash, Json::Value const &consensus)</div><div class="ttdoc">Log details in the case where we build one ledger but validate a different one.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8cpp_source.html#l00315">LedgerHistory.cpp:315</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1TaggedCache_html"><div class="ttname"><a href="classripple_1_1TaggedCache.html">ripple::TaggedCache< LedgerHash, Ledger const ></a></div></div>
|
|
<div class="ttc" id="aclassbeast_1_1insight_1_1Counter_html"><div class="ttname"><a href="classbeast_1_1insight_1_1Counter.html">beast::insight::Counter</a></div><div class="ttdoc">A metric for measuring an integral value.</div><div class="ttdef"><b>Definition:</b> <a href="Counter_8h_source.html#l00038">Counter.h:38</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerHistory_html_ae03adeae0930b7092edb4139cc7d0330"><div class="ttname"><a href="classripple_1_1LedgerHistory.html#ae03adeae0930b7092edb4139cc7d0330">ripple::LedgerHistory::fixIndex</a></div><div class="ttdeci">bool fixIndex(LedgerIndex ledgerIndex, LedgerHash const &ledgerHash)</div><div class="ttdoc">Repair a hash to index mapping.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8cpp_source.html#l00505">LedgerHistory.cpp:505</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerHistory_html_a4fc23d794f5afd08ae10d9406f2874f8"><div class="ttname"><a href="classripple_1_1LedgerHistory.html#a4fc23d794f5afd08ae10d9406f2874f8">ripple::LedgerHistory::mLedgersByIndex</a></div><div class="ttdeci">std::map< LedgerIndex, LedgerHash > mLedgersByIndex</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8h_source.html#l00152">LedgerHistory.h:152</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerHistory_html_a8413110326cba685ff8cdb908ff310e9"><div class="ttname"><a href="classripple_1_1LedgerHistory.html#a8413110326cba685ff8cdb908ff310e9">ripple::LedgerHistory::j_</a></div><div class="ttdeci">beast::Journal j_</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8h_source.html#l00154">LedgerHistory.h:154</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerHistory_html"><div class="ttname"><a href="classripple_1_1LedgerHistory.html">ripple::LedgerHistory</a></div><div class="ttdoc">Retains historical ledgers.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8h_source.html#l00036">LedgerHistory.h:36</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerHistory_html_a5c3fbc509e1f5446d85176bac513e74c"><div class="ttname"><a href="classripple_1_1LedgerHistory.html#a5c3fbc509e1f5446d85176bac513e74c">ripple::LedgerHistory::sweep</a></div><div class="ttdeci">void sweep()</div><div class="ttdoc">Remove stale cache entries.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8h_source.html#l00076">LedgerHistory.h:76</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerHistory_html_a8decf929ebaba3425836b33fc74d6be4"><div class="ttname"><a href="classripple_1_1LedgerHistory.html#a8decf929ebaba3425836b33fc74d6be4">ripple::LedgerHistory::getLedgerHash</a></div><div class="ttdeci">LedgerHash getLedgerHash(LedgerIndex ledgerIndex)</div><div class="ttdoc">Get a ledger's hash given its sequence number.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8cpp_source.html#l00072">LedgerHistory.cpp:72</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerHistory_html_a5b22f0c89730a59843fa1840d9225d27"><div class="ttname"><a href="classripple_1_1LedgerHistory.html#a5b22f0c89730a59843fa1840d9225d27">ripple::LedgerHistory::builtLedger</a></div><div class="ttdeci">void builtLedger(std::shared_ptr< Ledger const > const &, uint256 const &consensusHash, Json::Value)</div><div class="ttdoc">Report that we have locally built a particular ledger.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8cpp_source.html#l00423">LedgerHistory.cpp:423</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1TaggedCache_html_ae3695f9380d7cf36abe6384bc9b3e13b"><div class="ttname"><a href="classripple_1_1TaggedCache.html#ae3695f9380d7cf36abe6384bc9b3e13b">ripple::TaggedCache::getHitRate</a></div><div class="ttdeci">float getHitRate()</div><div class="ttdef"><b>Definition:</b> <a href="TaggedCache_8h_source.html#l00155">TaggedCache.h:155</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerHistory_html_a7c71cafdd85eba74ab6e4436d9ec9037"><div class="ttname"><a href="classripple_1_1LedgerHistory.html#a7c71cafdd85eba74ab6e4436d9ec9037">ripple::LedgerHistory::m_consensus_validated</a></div><div class="ttdeci">ConsensusValidated m_consensus_validated</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8h_source.html#l00149">LedgerHistory.h:149</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< 256 ></a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerHistory_html_a1148d79bd25d415e793e4d11f79836bf"><div class="ttname"><a href="classripple_1_1LedgerHistory.html#a1148d79bd25d415e793e4d11f79836bf">ripple::LedgerHistory::insert</a></div><div class="ttdeci">bool insert(std::shared_ptr< Ledger const > ledger, bool validated)</div><div class="ttdoc">Track a ledger.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8cpp_source.html#l00054">LedgerHistory.cpp:54</a></div></div>
|
|
<div class="ttc" id="astructripple_1_1LedgerHistory_1_1cv__entry_html_aaa092c4e79f060432060905fa219f330"><div class="ttname"><a href="structripple_1_1LedgerHistory_1_1cv__entry.html#aaa092c4e79f060432060905fa219f330">ripple::LedgerHistory::cv_entry::consensus</a></div><div class="ttdeci">std::optional< Json::Value > consensus</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8h_source.html#l00146">LedgerHistory.h:146</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerHistory_html_a7514a7d4ed469f9a72004040fe243db4"><div class="ttname"><a href="classripple_1_1LedgerHistory.html#a7514a7d4ed469f9a72004040fe243db4">ripple::LedgerHistory::app_</a></div><div class="ttdeci">Application & app_</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8h_source.html#l00125">LedgerHistory.h:125</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerHistory_html_aef350868af3be617b169eef8ab396827"><div class="ttname"><a href="classripple_1_1LedgerHistory.html#aef350868af3be617b169eef8ab396827">ripple::LedgerHistory::getLedgerByHash</a></div><div class="ttdeci">std::shared_ptr< Ledger const > getLedgerByHash(LedgerHash const &ledgerHash)</div><div class="ttdoc">Retrieve a ledger given its hash.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8cpp_source.html#l00117">LedgerHistory.cpp:117</a></div></div>
|
|
<div class="ttc" id="astructripple_1_1LedgerHistory_1_1cv__entry_html_ac0bfc50bf3098eb63ee0395a95cce397"><div class="ttname"><a href="structripple_1_1LedgerHistory_1_1cv__entry.html#ac0bfc50bf3098eb63ee0395a95cce397">ripple::LedgerHistory::cv_entry::validated</a></div><div class="ttdeci">std::optional< LedgerHash > validated</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8h_source.html#l00140">LedgerHistory.h:140</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerHistory_html_aa4ab3f74729e78f0a67177555e159671"><div class="ttname"><a href="classripple_1_1LedgerHistory.html#aa4ab3f74729e78f0a67177555e159671">ripple::LedgerHistory::collector_</a></div><div class="ttdeci">beast::insight::Collector::ptr collector_</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8h_source.html#l00126">LedgerHistory.h:126</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerHistory_html_ae3a7cdee19a26b3859e86b02e2cc3742"><div class="ttname"><a href="classripple_1_1LedgerHistory.html#ae3a7cdee19a26b3859e86b02e2cc3742">ripple::LedgerHistory::validatedLedger</a></div><div class="ttdeci">void validatedLedger(std::shared_ptr< Ledger const > const &, std::optional< uint256 > const &consensusHash)</div><div class="ttdoc">Report that we have validated a particular ledger.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8cpp_source.html#l00464">LedgerHistory.cpp:464</a></div></div>
|
|
<div class="ttc" id="astructripple_1_1LedgerHistory_1_1cv__entry_html_a8b472a2cf7e84430d9ce01dce209cb56"><div class="ttname"><a href="structripple_1_1LedgerHistory_1_1cv__entry.html#a8b472a2cf7e84430d9ce01dce209cb56">ripple::LedgerHistory::cv_entry::built</a></div><div class="ttdeci">std::optional< LedgerHash > built</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8h_source.html#l00138">LedgerHistory.h:138</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#l00058">Journal.h:58</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 class="ttdoc">STL class.</div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerHistory_html_a25476afb16a118d37c17490273a0f24b"><div class="ttname"><a href="classripple_1_1LedgerHistory.html#a25476afb16a118d37c17490273a0f24b">ripple::LedgerHistory::getLedgerBySeq</a></div><div class="ttdeci">std::shared_ptr< Ledger const > getLedgerBySeq(LedgerIndex ledgerIndex)</div><div class="ttdoc">Get a ledger given its sequence number.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8cpp_source.html#l00084">LedgerHistory.cpp:84</a></div></div>
|
|
<div class="ttc" id="astructripple_1_1LedgerHistory_1_1cv__entry_html_aa6a49831bf517108f9e6aa7cb89fc646"><div class="ttname"><a href="structripple_1_1LedgerHistory_1_1cv__entry.html#aa6a49831bf517108f9e6aa7cb89fc646">ripple::LedgerHistory::cv_entry::validatedConsensusHash</a></div><div class="ttdeci">std::optional< uint256 > validatedConsensusHash</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8h_source.html#l00144">LedgerHistory.h:144</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="RCLCensorshipDetector_8h_source.html#l00029">RCLCensorshipDetector.h:29</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerHistory_html_a507bb40b5649985141e3dcbf57bd481d"><div class="ttname"><a href="classripple_1_1LedgerHistory.html#a507bb40b5649985141e3dcbf57bd481d">ripple::LedgerHistory::getCacheHitRate</a></div><div class="ttdeci">float getCacheHitRate()</div><div class="ttdoc">Get the ledgers_by_hash cache hit rate.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8h_source.html#l00053">LedgerHistory.h:53</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerHistory_html_a9d3e04a8d477455a9da28022915bad81"><div class="ttname"><a href="classripple_1_1LedgerHistory.html#a9d3e04a8d477455a9da28022915bad81">ripple::LedgerHistory::clearLedgerCachePrior</a></div><div class="ttdeci">void clearLedgerCachePrior(LedgerIndex seq)</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8cpp_source.html#l00519">LedgerHistory.cpp:519</a></div></div>
|
|
<div class="ttc" id="aoptional_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/optional.html">optional</a></div></div>
|
|
<div class="ttc" id="astructripple_1_1LedgerHistory_1_1cv__entry_html_abd60e88598204536623c867e11136ac9"><div class="ttname"><a href="structripple_1_1LedgerHistory_1_1cv__entry.html#abd60e88598204536623c867e11136ac9">ripple::LedgerHistory::cv_entry::builtConsensusHash</a></div><div class="ttdeci">std::optional< uint256 > builtConsensusHash</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8h_source.html#l00142">LedgerHistory.h:142</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerHistory_html_ada81f3494202a6c8473ba4f17c12d91f"><div class="ttname"><a href="classripple_1_1LedgerHistory.html#ada81f3494202a6c8473ba4f17c12d91f">ripple::LedgerHistory::mismatch_counter_</a></div><div class="ttdeci">beast::insight::Counter mismatch_counter_</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8h_source.html#l00127">LedgerHistory.h:127</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerHistory_html_a38f560ae8e28cf743665f2151b2826a9"><div class="ttname"><a href="classripple_1_1LedgerHistory.html#a38f560ae8e28cf743665f2151b2826a9">ripple::LedgerHistory::LedgerHistory</a></div><div class="ttdeci">LedgerHistory(beast::insight::Collector::ptr const &collector, Application &app)</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8cpp_source.html#l00031">LedgerHistory.cpp:31</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerHistory_html_a6ad42489964a9f9b01df435e391bcfd2"><div class="ttname"><a href="classripple_1_1LedgerHistory.html#a6ad42489964a9f9b01df435e391bcfd2">ripple::LedgerHistory::m_ledgers_by_hash</a></div><div class="ttdeci">LedgersByHash m_ledgers_by_hash</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8h_source.html#l00131">LedgerHistory.h:131</a></div></div>
|
|
<div class="ttc" id="aclassJson_1_1Value_html"><div class="ttname"><a href="classJson_1_1Value.html">Json::Value</a></div><div class="ttdoc">Represents a JSON value.</div><div class="ttdef"><b>Definition:</b> <a href="json__value_8h_source.html#l00145">json_value.h:145</a></div></div>
|
|
<div class="ttc" id="astructripple_1_1LedgerHistory_1_1cv__entry_html"><div class="ttname"><a href="structripple_1_1LedgerHistory_1_1cv__entry.html">ripple::LedgerHistory::cv_entry</a></div><div class="ttdef"><b>Definition:</b> <a href="LedgerHistory_8h_source.html#l00135">LedgerHistory.h:135</a></div></div>
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by  <a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
|
</a> 1.8.17
|
|
</small></address>
|
|
</body>
|
|
</html>
|