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: Ledger.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()"
@@ -119,12 +124,15 @@ $(function() {
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> </div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span><span class="keyword">class </span>SqliteStatement;</div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> </div>
<div class="foldopen" id="foldopen00044" data-start="{" data-end="};">
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"><a class="line" href="structripple_1_1create__genesis__t.html"> 44</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structripple_1_1create__genesis__t.html">create_genesis_t</a></div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span>{</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"><a class="line" href="structripple_1_1create__genesis__t.html#a43ade69d1bd1bd674def4b7cf2263046"> 46</a></span> <span class="keyword">explicit</span> <a class="code hl_function" href="structripple_1_1create__genesis__t.html#a43ade69d1bd1bd674def4b7cf2263046">create_genesis_t</a>() = <span class="keywordflow">default</span>;</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span>};</div>
</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span><span class="keyword">extern</span> <a class="code hl_struct" href="structripple_1_1create__genesis__t.html">create_genesis_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#ac2c0e7e7b0be5e10cb5803c0a6b5b700">create_genesis</a>;</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> </div>
<div class="foldopen" id="foldopen00076" data-start="{" data-end="};">
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"><a class="line" href="classripple_1_1Ledger.html"> 76</a></span><span class="keyword">class </span><a class="code hl_class" href="classripple_1_1Ledger.html">Ledger</a> final : <span class="keyword">public</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/enable_shared_from_this.html">std::enable_shared_from_this</a>&lt;Ledger&gt;,</div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> <span class="keyword">public</span> <a class="code hl_class" href="classripple_1_1DigestAwareReadView.html">DigestAwareReadView</a>,</div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> <span class="keyword">public</span> <a class="code hl_class" href="classripple_1_1TxsRawView.html">TxsRawView</a>,</div>
@@ -171,34 +179,44 @@ $(function() {
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> <span class="comment">//</span></div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> </div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> <span class="keywordtype">bool</span></div>
<div class="foldopen" id="foldopen00146" data-start="{" data-end="}">
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"><a class="line" href="classripple_1_1Ledger.html#a131fb72a0a470e6b493865f9a06762c4"> 146</a></span> <a class="code hl_function" href="classripple_1_1Ledger.html#a131fb72a0a470e6b493865f9a06762c4">open</a>()<span class="keyword"> const override</span></div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> }</div>
</div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> </div>
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> <a class="code hl_struct" href="structripple_1_1LedgerHeader.html">LedgerInfo</a> <span class="keyword">const</span>&amp;</div>
<div class="foldopen" id="foldopen00152" data-start="{" data-end="}">
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"><a class="line" href="classripple_1_1Ledger.html#a008804ecb39a09e9e0cc906044bcc64c"> 152</a></span> <a class="code hl_function" href="classripple_1_1Ledger.html#a008804ecb39a09e9e0cc906044bcc64c">info</a>()<span class="keyword"> const override</span></div>
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1Ledger.html#aeb716bc6cc0abdf5389e022e2504ba61">info_</a>;</div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> }</div>
</div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span> </div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> <span class="keywordtype">void</span></div>
<div class="foldopen" id="foldopen00158" data-start="{" data-end="}">
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"><a class="line" href="classripple_1_1Ledger.html#a78795bd8c41a17de40297a3f2e5331d1"> 158</a></span> <a class="code hl_function" href="classripple_1_1Ledger.html#a78795bd8c41a17de40297a3f2e5331d1">setLedgerInfo</a>(<a class="code hl_struct" href="structripple_1_1LedgerHeader.html">LedgerInfo</a> <span class="keyword">const</span>&amp; <a class="code hl_function" href="classripple_1_1Ledger.html#a008804ecb39a09e9e0cc906044bcc64c">info</a>)</div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span> {</div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> <a class="code hl_variable" href="classripple_1_1Ledger.html#aeb716bc6cc0abdf5389e022e2504ba61">info_</a> = <a class="code hl_function" href="classripple_1_1Ledger.html#a008804ecb39a09e9e0cc906044bcc64c">info</a>;</div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> }</div>
</div>
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> </div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> <a class="code hl_struct" href="structripple_1_1Fees.html">Fees</a> <span class="keyword">const</span>&amp;</div>
<div class="foldopen" id="foldopen00164" data-start="{" data-end="}">
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"><a class="line" href="classripple_1_1Ledger.html#a69a7d74ebc864270b4d4f636c539f78d"> 164</a></span> <a class="code hl_function" href="classripple_1_1Ledger.html#a69a7d74ebc864270b4d4f636c539f78d">fees</a>()<span class="keyword"> const override</span></div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1Ledger.html#aba4ba40c32fcac1daa1fb3c867c5117e">fees_</a>;</div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> }</div>
</div>
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> </div>
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> <a class="code hl_class" href="classripple_1_1Rules.html">Rules</a> <span class="keyword">const</span>&amp;</div>
<div class="foldopen" id="foldopen00170" data-start="{" data-end="}">
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"><a class="line" href="classripple_1_1Ledger.html#a9e498a76456a43e4a021e47c35adad5e"> 170</a></span> <a class="code hl_function" href="classripple_1_1Ledger.html#a9e498a76456a43e4a021e47c35adad5e">rules</a>()<span class="keyword"> const override</span></div>
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1Ledger.html#af4bf506cca6878c107a9f4bc44570b0c">rules_</a>;</div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> }</div>
</div>
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> </div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span> <span class="keywordtype">bool</span></div>
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> <a class="code hl_function" href="classripple_1_1Ledger.html#a196e844a1c5a015af934bd864690a1e2">exists</a>(<a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a> <span class="keyword">const</span>&amp; k) <span class="keyword">const override</span>;</div>
@@ -207,7 +225,7 @@ $(function() {
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> <a class="code hl_function" href="classripple_1_1Ledger.html#a196e844a1c5a015af934bd864690a1e2">exists</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; key) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> </div>
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional&lt;uint256&gt;</a></div>
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> <a class="code hl_function" href="classripple_1_1Ledger.html#ae0a63c9a1943ea6a18726df087a37bdc">succ</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; key, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional&lt;uint256&gt;</a> <span class="keyword">const</span>&amp; last = std::nullopt)</div>
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> <a class="code hl_function" href="classripple_1_1Ledger.html#ae0a63c9a1943ea6a18726df087a37bdc">succ</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; key, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional&lt;uint256&gt;</a> <span class="keyword">const</span>&amp; last = <a class="code hl_variableRef" href="http://en.cppreference.com/w/cpp/types/is_same.html">std::nullopt</a>)</div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> <span class="keyword">const override</span>;</div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> </div>
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE const&gt;</a></div>
@@ -258,10 +276,12 @@ $(function() {
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> <a class="code hl_function" href="classripple_1_1Ledger.html#a210375076ddca23b7374efea0b34de4a">rawReplace</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE&gt;</a> <span class="keyword">const</span>&amp; sle) <span class="keyword">override</span>;</div>
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> </div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> <span class="keywordtype">void</span></div>
<div class="foldopen" id="foldopen00233" data-start="{" data-end="}">
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"><a class="line" href="classripple_1_1Ledger.html#a12a86d2a4af573d10f76664259df1b1e"> 233</a></span> <a class="code hl_function" href="classripple_1_1Ledger.html#a12a86d2a4af573d10f76664259df1b1e">rawDestroyXRP</a>(<a class="code hl_class" href="classripple_1_1XRPAmount.html">XRPAmount</a> <span class="keyword">const</span>&amp; fee)<span class="keyword"> override</span></div>
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> <a class="code hl_variable" href="classripple_1_1Ledger.html#aeb716bc6cc0abdf5389e022e2504ba61">info_</a>.<a class="code hl_variable" href="structripple_1_1LedgerHeader.html#ad05c30cddf4e01a449adfa855fdb8b7d">drops</a> -= fee;</div>
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> }</div>
</div>
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> </div>
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> <span class="comment">//</span></div>
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> <span class="comment">// TxsRawView</span></div>
@@ -289,10 +309,12 @@ $(function() {
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"> 261</span> <span class="comment">//--------------------------------------------------------------------------</span></div>
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span> </div>
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"> 263</span> <span class="keywordtype">void</span></div>
<div class="foldopen" id="foldopen00264" data-start="{" data-end="}">
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"><a class="line" href="classripple_1_1Ledger.html#a4c26247b2e1d951177f8e2e5ab7719c3"> 264</a></span> <a class="code hl_function" href="classripple_1_1Ledger.html#a4c26247b2e1d951177f8e2e5ab7719c3">setValidated</a>()<span class="keyword"> const</span></div>
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"> 265</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span> <a class="code hl_variable" href="classripple_1_1Ledger.html#aeb716bc6cc0abdf5389e022e2504ba61">info_</a>.<a class="code hl_variable" href="structripple_1_1LedgerHeader.html#ae95b3432469ab4cdef2d0caeb40f98f4">validated</a> = <span class="keyword">true</span>;</div>
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span> }</div>
</div>
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span> </div>
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span> <span class="keywordtype">void</span></div>
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span> <a class="code hl_function" href="classripple_1_1Ledger.html#a01c95d393ff4cfeb9e49226a13dff476">setAccepted</a>(</div>
@@ -304,10 +326,12 @@ $(function() {
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span> <a class="code hl_function" href="classripple_1_1Ledger.html#afd058f73688aeae4e7ec60b255c1795a">setImmutable</a>(<span class="keywordtype">bool</span> rehash = <span class="keyword">true</span>);</div>
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"> 277</span> </div>
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"> 278</span> <span class="keywordtype">bool</span></div>
<div class="foldopen" id="foldopen00279" data-start="{" data-end="}">
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"><a class="line" href="classripple_1_1Ledger.html#a25c5bcfcef6f0b9f0de97582ee37797a"> 279</a></span> <a class="code hl_function" href="classripple_1_1Ledger.html#a25c5bcfcef6f0b9f0de97582ee37797a">isImmutable</a>()<span class="keyword"> const</span></div>
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1Ledger.html#a57a48cb61be7affac6c4423d1317c5f8">mImmutable</a>;</div>
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span> }</div>
</div>
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"> 283</span> </div>
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"> 284</span> <span class="comment">/* Mark this ledger as &quot;should be full&quot;.</span></div>
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"> 285</span><span class="comment"></span> </div>
@@ -320,6 +344,7 @@ $(function() {
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"> 292</span><span class="comment"> network.</span></div>
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"> 293</span><span class="comment"> */</span></div>
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"> 294</span> <span class="keywordtype">void</span></div>
<div class="foldopen" id="foldopen00295" data-start="{" data-end="}">
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"><a class="line" href="classripple_1_1Ledger.html#a8a75fcab11d8fe2e7bd5cd6643a052e1"> 295</a></span> <a class="code hl_function" href="classripple_1_1Ledger.html#a8a75fcab11d8fe2e7bd5cd6643a052e1">setFull</a>()<span class="keyword"> const</span></div>
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"> 296</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"> 297</span> <a class="code hl_variable" href="classripple_1_1Ledger.html#a905a838063e85e74f0ab7ecda3114bc4">txMap_</a>.<a class="code hl_function" href="classripple_1_1SHAMap.html#a8d7a950162ef12667903e34175a9316f">setFull</a>();</div>
@@ -327,36 +352,47 @@ $(function() {
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"> 299</span> <a class="code hl_variable" href="classripple_1_1Ledger.html#a337876ecd2705cbc29ec377b5700db22">stateMap_</a>.<a class="code hl_function" href="classripple_1_1SHAMap.html#a8d7a950162ef12667903e34175a9316f">setFull</a>();</div>
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span> <a class="code hl_variable" href="classripple_1_1Ledger.html#a337876ecd2705cbc29ec377b5700db22">stateMap_</a>.<a class="code hl_function" href="classripple_1_1SHAMap.html#a69277b2085232dc4bde1cd6eda4f0791">setLedgerSeq</a>(<a class="code hl_variable" href="classripple_1_1Ledger.html#aeb716bc6cc0abdf5389e022e2504ba61">info_</a>.<a class="code hl_variable" href="structripple_1_1LedgerHeader.html#a233e04cfeb4d879ab8517d8aabb7e38b">seq</a>);</div>
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span> }</div>
</div>
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span> </div>
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"> 303</span> <span class="keywordtype">void</span></div>
<div class="foldopen" id="foldopen00304" data-start="{" data-end="}">
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"><a class="line" href="classripple_1_1Ledger.html#ab2488927f55df32651c86e838106cd25"> 304</a></span> <a class="code hl_function" href="classripple_1_1Ledger.html#ab2488927f55df32651c86e838106cd25">setTotalDrops</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a> totDrops)</div>
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"> 305</span> {</div>
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"> 306</span> <a class="code hl_variable" href="classripple_1_1Ledger.html#aeb716bc6cc0abdf5389e022e2504ba61">info_</a>.<a class="code hl_variable" href="structripple_1_1LedgerHeader.html#ad05c30cddf4e01a449adfa855fdb8b7d">drops</a> = totDrops;</div>
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"> 307</span> }</div>
</div>
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"> 308</span> </div>
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"> 309</span> <a class="code hl_class" href="classripple_1_1SHAMap.html">SHAMap</a> <span class="keyword">const</span>&amp;</div>
<div class="foldopen" id="foldopen00310" data-start="{" data-end="}">
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"><a class="line" href="classripple_1_1Ledger.html#a46440da181e743100c5abc69db2e8bca"> 310</a></span> <a class="code hl_function" href="classripple_1_1Ledger.html#a46440da181e743100c5abc69db2e8bca">stateMap</a>()<span class="keyword"> const</span></div>
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"> 311</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"> 312</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1Ledger.html#a337876ecd2705cbc29ec377b5700db22">stateMap_</a>;</div>
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"> 313</span> }</div>
</div>
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"> 314</span> </div>
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"> 315</span> <a class="code hl_class" href="classripple_1_1SHAMap.html">SHAMap</a>&amp;</div>
<div class="foldopen" id="foldopen00316" data-start="{" data-end="}">
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"><a class="line" href="classripple_1_1Ledger.html#a27a502a8ed9e5ffbc643553da3f1d6a7"> 316</a></span> <a class="code hl_function" href="classripple_1_1Ledger.html#a27a502a8ed9e5ffbc643553da3f1d6a7">stateMap</a>()</div>
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span> {</div>
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"> 318</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1Ledger.html#a337876ecd2705cbc29ec377b5700db22">stateMap_</a>;</div>
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span> }</div>
</div>
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"> 320</span> </div>
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"> 321</span> <a class="code hl_class" href="classripple_1_1SHAMap.html">SHAMap</a> <span class="keyword">const</span>&amp;</div>
<div class="foldopen" id="foldopen00322" data-start="{" data-end="}">
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"><a class="line" href="classripple_1_1Ledger.html#ab06b60c12bb482f2332203c796076594"> 322</a></span> <a class="code hl_function" href="classripple_1_1Ledger.html#ab06b60c12bb482f2332203c796076594">txMap</a>()<span class="keyword"> const</span></div>
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"> 323</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1Ledger.html#a905a838063e85e74f0ab7ecda3114bc4">txMap_</a>;</div>
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"> 325</span> }</div>
</div>
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"> 326</span> </div>
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"> 327</span> <a class="code hl_class" href="classripple_1_1SHAMap.html">SHAMap</a>&amp;</div>
<div class="foldopen" id="foldopen00328" data-start="{" data-end="}">
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"><a class="line" href="classripple_1_1Ledger.html#a940b6c9f22c2b73f4c92bb7278bf291f"> 328</a></span> <a class="code hl_function" href="classripple_1_1Ledger.html#a940b6c9f22c2b73f4c92bb7278bf291f">txMap</a>()</div>
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"> 329</span> {</div>
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"> 330</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classripple_1_1Ledger.html#a905a838063e85e74f0ab7ecda3114bc4">txMap_</a>;</div>
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"> 331</span> }</div>
</div>
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"> 332</span> </div>
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"> 333</span> <span class="comment">// returns false on error</span></div>
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"> 334</span> <span class="keywordtype">bool</span></div>
@@ -425,6 +461,7 @@ $(function() {
<div class="line"><a id="l00419" name="l00419"></a><span class="lineno"><a class="line" href="classripple_1_1Ledger.html#aeb716bc6cc0abdf5389e022e2504ba61"> 419</a></span> <a class="code hl_struct" href="structripple_1_1LedgerHeader.html">LedgerInfo</a> <a class="code hl_variable" href="classripple_1_1Ledger.html#aeb716bc6cc0abdf5389e022e2504ba61">info_</a>;</div>
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno"><a class="line" href="classripple_1_1Ledger.html#a8d06a26c633b6ee2aefd6f966ec85070"> 420</a></span> <a class="code hl_class" href="classbeast_1_1Journal.html">beast::Journal</a> <a class="code hl_variable" href="classripple_1_1Ledger.html#a8d06a26c633b6ee2aefd6f966ec85070">j_</a>;</div>
<div class="line"><a id="l00421" name="l00421"></a><span class="lineno"> 421</span>};</div>
</div>
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno"> 422</span> </div>
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno"><a class="line" href="namespaceripple.html#a8a95cc3d230bc68b01e91b98884e80b9"> 424</a></span><span class="keyword">using </span><a class="code hl_class" href="classripple_1_1CachedView.html">CachedLedger</a> = <a class="code hl_class" href="classripple_1_1CachedView.html">CachedView&lt;Ledger&gt;</a>;</div>
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno"> 425</span> </div>
@@ -470,112 +507,113 @@ $(function() {
<div class="line"><a id="l00481" name="l00481"></a><span class="lineno"> 481</span>} <span class="comment">// namespace ripple</span></div>
<div class="line"><a id="l00482" name="l00482"></a><span class="lineno"> 482</span> </div>
<div class="line"><a id="l00483" name="l00483"></a><span class="lineno"> 483</span><span class="preprocessor">#endif</span></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_1CachedView_html"><div class="ttname"><a href="classripple_1_1CachedView.html">ripple::CachedView</a></div><div class="ttdoc">Wraps a DigestAwareReadView to provide caching.</div><div class="ttdef"><b>Definition:</b> <a href="CachedView_8h_source.html#l00156">CachedView.h:157</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_1CountedObject_html"><div class="ttname"><a href="classripple_1_1CountedObject.html">ripple::CountedObject</a></div><div class="ttdoc">Tracks the number of instances of an object.</div><div class="ttdef"><b>Definition:</b> <a href="CountedObject_8h_source.html#l00125">CountedObject.h:126</a></div></div>
<div class="ttc" id="aclassripple_1_1DigestAwareReadView_html"><div class="ttname"><a href="classripple_1_1DigestAwareReadView.html">ripple::DigestAwareReadView</a></div><div class="ttdoc">ReadView that associates keys with digests.</div><div class="ttdef"><b>Definition:</b> <a href="ReadView_8h_source.html#l00255">ReadView.h:256</a></div></div>
<div class="ttc" id="aclassripple_1_1Family_html"><div class="ttname"><a href="classripple_1_1Family.html">ripple::Family</a></div><div class="ttdef"><b>Definition:</b> <a href="Family_8h_source.html#l00033">Family.h:34</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html"><div class="ttname"><a href="classripple_1_1Ledger.html">ripple::Ledger</a></div><div class="ttdoc">Holds a ledger.</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00076">Ledger.h:80</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a008804ecb39a09e9e0cc906044bcc64c"><div class="ttname"><a href="classripple_1_1Ledger.html#a008804ecb39a09e9e0cc906044bcc64c">ripple::Ledger::info</a></div><div class="ttdeci">LedgerInfo const &amp; info() const override</div><div class="ttdoc">Returns information about the ledger.</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00152">Ledger.h:152</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a01c95d393ff4cfeb9e49226a13dff476"><div class="ttname"><a href="classripple_1_1Ledger.html#a01c95d393ff4cfeb9e49226a13dff476">ripple::Ledger::setAccepted</a></div><div class="ttdeci">void setAccepted(NetClock::time_point closeTime, NetClock::duration closeResolution, bool correctCloseTime)</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00357">Ledger.cpp:357</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a01fab1196e490d0133b5a4920b271712"><div class="ttname"><a href="classripple_1_1Ledger.html#a01fab1196e490d0133b5a4920b271712">ripple::Ledger::defaultFees</a></div><div class="ttdeci">void defaultFees(Config const &amp;config)</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00670">Ledger.cpp:670</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a0432690b8a2af03cd14cf6c07561ea53"><div class="ttname"><a href="classripple_1_1Ledger.html#a0432690b8a2af03cd14cf6c07561ea53">ripple::Ledger::rawTxInsert</a></div><div class="ttdeci">void rawTxInsert(uint256 const &amp;key, std::shared_ptr&lt; Serializer const &gt; const &amp;txn, std::shared_ptr&lt; Serializer const &gt; const &amp;metaData) override</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00551">Ledger.cpp:551</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a0b300e04e1cd2c608710d02467f4e7be"><div class="ttname"><a href="classripple_1_1Ledger.html#a0b300e04e1cd2c608710d02467f4e7be">ripple::Ledger::slesUpperBound</a></div><div class="ttdeci">std::unique_ptr&lt; sles_type::iter_base &gt; slesUpperBound(uint256 const &amp;key) const override</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00463">Ledger.cpp:463</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a0e6f8ad49de88ce1eb3ffa77ca346c21"><div class="ttname"><a href="classripple_1_1Ledger.html#a0e6f8ad49de88ce1eb3ffa77ca346c21">ripple::Ledger::unshare</a></div><div class="ttdeci">void unshare() const</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l01043">Ledger.cpp:1043</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a12a86d2a4af573d10f76664259df1b1e"><div class="ttname"><a href="classripple_1_1Ledger.html#a12a86d2a4af573d10f76664259df1b1e">ripple::Ledger::rawDestroyXRP</a></div><div class="ttdeci">void rawDestroyXRP(XRPAmount const &amp;fee) override</div><div class="ttdoc">Destroy XRP.</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00233">Ledger.h:233</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a131fb72a0a470e6b493865f9a06762c4"><div class="ttname"><a href="classripple_1_1Ledger.html#a131fb72a0a470e6b493865f9a06762c4">ripple::Ledger::open</a></div><div class="ttdeci">bool open() const override</div><div class="ttdoc">Returns true if this reflects an open ledger.</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00146">Ledger.h:146</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a136b67ea0189f69434c67ebbbffd8e49"><div class="ttname"><a href="classripple_1_1Ledger.html#a136b67ea0189f69434c67ebbbffd8e49">ripple::Ledger::assertSensible</a></div><div class="ttdeci">bool assertSensible(beast::Journal ledgerJ) const</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00854">Ledger.cpp:854</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a156082bb161144196934ce455ee404b2"><div class="ttname"><a href="classripple_1_1Ledger.html#a156082bb161144196934ce455ee404b2">ripple::Ledger::invariants</a></div><div class="ttdeci">void invariants() const</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l01050">Ledger.cpp:1050</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a196e844a1c5a015af934bd864690a1e2"><div class="ttname"><a href="classripple_1_1Ledger.html#a196e844a1c5a015af934bd864690a1e2">ripple::Ledger::exists</a></div><div class="ttdeci">bool exists(Keylet const &amp;k) const override</div><div class="ttdoc">Determine if a state item exists.</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00408">Ledger.cpp:408</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a210375076ddca23b7374efea0b34de4a"><div class="ttname"><a href="classripple_1_1Ledger.html#a210375076ddca23b7374efea0b34de4a">ripple::Ledger::rawReplace</a></div><div class="ttdeci">void rawReplace(std::shared_ptr&lt; SLE &gt; const &amp;sle) override</div><div class="ttdoc">Unconditionally replace a state item.</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00540">Ledger.cpp:540</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a220660a0e999b374e502b117ae93833f"><div class="ttname"><a href="classripple_1_1Ledger.html#a220660a0e999b374e502b117ae93833f">ripple::Ledger::slesEnd</a></div><div class="ttdeci">std::unique_ptr&lt; sles_type::iter_base &gt; slesEnd() const override</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00457">Ledger.cpp:457</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_1CachedView_html"><div class="ttname"><a href="classripple_1_1CachedView.html">ripple::CachedView</a></div><div class="ttdoc">Wraps a DigestAwareReadView to provide caching.</div><div class="ttdef"><b>Definition</b> <a href="CachedView_8h_source.html#l00156">CachedView.h:157</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_1CountedObject_html"><div class="ttname"><a href="classripple_1_1CountedObject.html">ripple::CountedObject</a></div><div class="ttdoc">Tracks the number of instances of an object.</div><div class="ttdef"><b>Definition</b> <a href="CountedObject_8h_source.html#l00125">CountedObject.h:126</a></div></div>
<div class="ttc" id="aclassripple_1_1DigestAwareReadView_html"><div class="ttname"><a href="classripple_1_1DigestAwareReadView.html">ripple::DigestAwareReadView</a></div><div class="ttdoc">ReadView that associates keys with digests.</div><div class="ttdef"><b>Definition</b> <a href="ReadView_8h_source.html#l00255">ReadView.h:256</a></div></div>
<div class="ttc" id="aclassripple_1_1Family_html"><div class="ttname"><a href="classripple_1_1Family.html">ripple::Family</a></div><div class="ttdef"><b>Definition</b> <a href="Family_8h_source.html#l00033">Family.h:34</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html"><div class="ttname"><a href="classripple_1_1Ledger.html">ripple::Ledger</a></div><div class="ttdoc">Holds a ledger.</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00076">Ledger.h:80</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a008804ecb39a09e9e0cc906044bcc64c"><div class="ttname"><a href="classripple_1_1Ledger.html#a008804ecb39a09e9e0cc906044bcc64c">ripple::Ledger::info</a></div><div class="ttdeci">LedgerInfo const &amp; info() const override</div><div class="ttdoc">Returns information about the ledger.</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00152">Ledger.h:152</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a01c95d393ff4cfeb9e49226a13dff476"><div class="ttname"><a href="classripple_1_1Ledger.html#a01c95d393ff4cfeb9e49226a13dff476">ripple::Ledger::setAccepted</a></div><div class="ttdeci">void setAccepted(NetClock::time_point closeTime, NetClock::duration closeResolution, bool correctCloseTime)</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00357">Ledger.cpp:357</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a01fab1196e490d0133b5a4920b271712"><div class="ttname"><a href="classripple_1_1Ledger.html#a01fab1196e490d0133b5a4920b271712">ripple::Ledger::defaultFees</a></div><div class="ttdeci">void defaultFees(Config const &amp;config)</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00670">Ledger.cpp:670</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a0432690b8a2af03cd14cf6c07561ea53"><div class="ttname"><a href="classripple_1_1Ledger.html#a0432690b8a2af03cd14cf6c07561ea53">ripple::Ledger::rawTxInsert</a></div><div class="ttdeci">void rawTxInsert(uint256 const &amp;key, std::shared_ptr&lt; Serializer const &gt; const &amp;txn, std::shared_ptr&lt; Serializer const &gt; const &amp;metaData) override</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00551">Ledger.cpp:551</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a0b300e04e1cd2c608710d02467f4e7be"><div class="ttname"><a href="classripple_1_1Ledger.html#a0b300e04e1cd2c608710d02467f4e7be">ripple::Ledger::slesUpperBound</a></div><div class="ttdeci">std::unique_ptr&lt; sles_type::iter_base &gt; slesUpperBound(uint256 const &amp;key) const override</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00463">Ledger.cpp:463</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a0e6f8ad49de88ce1eb3ffa77ca346c21"><div class="ttname"><a href="classripple_1_1Ledger.html#a0e6f8ad49de88ce1eb3ffa77ca346c21">ripple::Ledger::unshare</a></div><div class="ttdeci">void unshare() const</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l01043">Ledger.cpp:1043</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a12a86d2a4af573d10f76664259df1b1e"><div class="ttname"><a href="classripple_1_1Ledger.html#a12a86d2a4af573d10f76664259df1b1e">ripple::Ledger::rawDestroyXRP</a></div><div class="ttdeci">void rawDestroyXRP(XRPAmount const &amp;fee) override</div><div class="ttdoc">Destroy XRP.</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00233">Ledger.h:233</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a131fb72a0a470e6b493865f9a06762c4"><div class="ttname"><a href="classripple_1_1Ledger.html#a131fb72a0a470e6b493865f9a06762c4">ripple::Ledger::open</a></div><div class="ttdeci">bool open() const override</div><div class="ttdoc">Returns true if this reflects an open ledger.</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00146">Ledger.h:146</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a136b67ea0189f69434c67ebbbffd8e49"><div class="ttname"><a href="classripple_1_1Ledger.html#a136b67ea0189f69434c67ebbbffd8e49">ripple::Ledger::assertSensible</a></div><div class="ttdeci">bool assertSensible(beast::Journal ledgerJ) const</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00854">Ledger.cpp:854</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a156082bb161144196934ce455ee404b2"><div class="ttname"><a href="classripple_1_1Ledger.html#a156082bb161144196934ce455ee404b2">ripple::Ledger::invariants</a></div><div class="ttdeci">void invariants() const</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l01050">Ledger.cpp:1050</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a196e844a1c5a015af934bd864690a1e2"><div class="ttname"><a href="classripple_1_1Ledger.html#a196e844a1c5a015af934bd864690a1e2">ripple::Ledger::exists</a></div><div class="ttdeci">bool exists(Keylet const &amp;k) const override</div><div class="ttdoc">Determine if a state item exists.</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00408">Ledger.cpp:408</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a210375076ddca23b7374efea0b34de4a"><div class="ttname"><a href="classripple_1_1Ledger.html#a210375076ddca23b7374efea0b34de4a">ripple::Ledger::rawReplace</a></div><div class="ttdeci">void rawReplace(std::shared_ptr&lt; SLE &gt; const &amp;sle) override</div><div class="ttdoc">Unconditionally replace a state item.</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00540">Ledger.cpp:540</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a220660a0e999b374e502b117ae93833f"><div class="ttname"><a href="classripple_1_1Ledger.html#a220660a0e999b374e502b117ae93833f">ripple::Ledger::slesEnd</a></div><div class="ttdeci">std::unique_ptr&lt; sles_type::iter_base &gt; slesEnd() const override</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00457">Ledger.cpp:457</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a229c3a876b214784557335f2b87666b5"><div class="ttname"><a href="classripple_1_1Ledger.html#a229c3a876b214784557335f2b87666b5">ripple::Ledger::operator=</a></div><div class="ttdeci">Ledger &amp; operator=(Ledger const &amp;)=delete</div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a25c5bcfcef6f0b9f0de97582ee37797a"><div class="ttname"><a href="classripple_1_1Ledger.html#a25c5bcfcef6f0b9f0de97582ee37797a">ripple::Ledger::isImmutable</a></div><div class="ttdeci">bool isImmutable() const</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00279">Ledger.h:279</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a27a502a8ed9e5ffbc643553da3f1d6a7"><div class="ttname"><a href="classripple_1_1Ledger.html#a27a502a8ed9e5ffbc643553da3f1d6a7">ripple::Ledger::stateMap</a></div><div class="ttdeci">SHAMap &amp; stateMap()</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00316">Ledger.h:316</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a27f6d838768ff645f63dbbca85160ab7"><div class="ttname"><a href="classripple_1_1Ledger.html#a27f6d838768ff645f63dbbca85160ab7">ripple::Ledger::rawErase</a></div><div class="ttdeci">void rawErase(std::shared_ptr&lt; SLE &gt; const &amp;sle) override</div><div class="ttdoc">Delete an existing state item.</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00515">Ledger.cpp:515</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a29434afa7c2ad64e71bb139bdd588191"><div class="ttname"><a href="classripple_1_1Ledger.html#a29434afa7c2ad64e71bb139bdd588191">ripple::Ledger::validatorToReEnable</a></div><div class="ttdeci">std::optional&lt; PublicKey &gt; validatorToReEnable() const</div><div class="ttdoc">get the to be re-enabled validator's master public key if any</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00737">Ledger.cpp:737</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a337876ecd2705cbc29ec377b5700db22"><div class="ttname"><a href="classripple_1_1Ledger.html#a337876ecd2705cbc29ec377b5700db22">ripple::Ledger::stateMap_</a></div><div class="ttdeci">SHAMap stateMap_</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00412">Ledger.h:412</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a362b0cb4e326fbf23a38d588c51981ff"><div class="ttname"><a href="classripple_1_1Ledger.html#a362b0cb4e326fbf23a38d588c51981ff">ripple::Ledger::isFlagLedger</a></div><div class="ttdeci">bool isFlagLedger() const</div><div class="ttdoc">Returns true if the ledger is a flag ledger.</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00946">Ledger.cpp:946</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a45759e4c24e5344b58ae80158834d8ec"><div class="ttname"><a href="classripple_1_1Ledger.html#a45759e4c24e5344b58ae80158834d8ec">ripple::Ledger::negativeUNL</a></div><div class="ttdeci">hash_set&lt; PublicKey &gt; negativeUNL() const</div><div class="ttdoc">get Negative UNL validators' master public keys</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00696">Ledger.cpp:696</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a46440da181e743100c5abc69db2e8bca"><div class="ttname"><a href="classripple_1_1Ledger.html#a46440da181e743100c5abc69db2e8bca">ripple::Ledger::stateMap</a></div><div class="ttdeci">SHAMap const &amp; stateMap() const</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00310">Ledger.h:310</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a46a546d8198b17cb9dff3036d920eee4"><div class="ttname"><a href="classripple_1_1Ledger.html#a46a546d8198b17cb9dff3036d920eee4">ripple::Ledger::txExists</a></div><div class="ttdeci">bool txExists(uint256 const &amp;key) const override</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00482">Ledger.cpp:482</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a25c5bcfcef6f0b9f0de97582ee37797a"><div class="ttname"><a href="classripple_1_1Ledger.html#a25c5bcfcef6f0b9f0de97582ee37797a">ripple::Ledger::isImmutable</a></div><div class="ttdeci">bool isImmutable() const</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00279">Ledger.h:279</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a27a502a8ed9e5ffbc643553da3f1d6a7"><div class="ttname"><a href="classripple_1_1Ledger.html#a27a502a8ed9e5ffbc643553da3f1d6a7">ripple::Ledger::stateMap</a></div><div class="ttdeci">SHAMap &amp; stateMap()</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00316">Ledger.h:316</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a27f6d838768ff645f63dbbca85160ab7"><div class="ttname"><a href="classripple_1_1Ledger.html#a27f6d838768ff645f63dbbca85160ab7">ripple::Ledger::rawErase</a></div><div class="ttdeci">void rawErase(std::shared_ptr&lt; SLE &gt; const &amp;sle) override</div><div class="ttdoc">Delete an existing state item.</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00515">Ledger.cpp:515</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a29434afa7c2ad64e71bb139bdd588191"><div class="ttname"><a href="classripple_1_1Ledger.html#a29434afa7c2ad64e71bb139bdd588191">ripple::Ledger::validatorToReEnable</a></div><div class="ttdeci">std::optional&lt; PublicKey &gt; validatorToReEnable() const</div><div class="ttdoc">get the to be re-enabled validator's master public key if any</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00737">Ledger.cpp:737</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a337876ecd2705cbc29ec377b5700db22"><div class="ttname"><a href="classripple_1_1Ledger.html#a337876ecd2705cbc29ec377b5700db22">ripple::Ledger::stateMap_</a></div><div class="ttdeci">SHAMap stateMap_</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00412">Ledger.h:412</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a362b0cb4e326fbf23a38d588c51981ff"><div class="ttname"><a href="classripple_1_1Ledger.html#a362b0cb4e326fbf23a38d588c51981ff">ripple::Ledger::isFlagLedger</a></div><div class="ttdeci">bool isFlagLedger() const</div><div class="ttdoc">Returns true if the ledger is a flag ledger.</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00946">Ledger.cpp:946</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a45759e4c24e5344b58ae80158834d8ec"><div class="ttname"><a href="classripple_1_1Ledger.html#a45759e4c24e5344b58ae80158834d8ec">ripple::Ledger::negativeUNL</a></div><div class="ttdeci">hash_set&lt; PublicKey &gt; negativeUNL() const</div><div class="ttdoc">get Negative UNL validators' master public keys</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00696">Ledger.cpp:696</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a46440da181e743100c5abc69db2e8bca"><div class="ttname"><a href="classripple_1_1Ledger.html#a46440da181e743100c5abc69db2e8bca">ripple::Ledger::stateMap</a></div><div class="ttdeci">SHAMap const &amp; stateMap() const</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00310">Ledger.h:310</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a46a546d8198b17cb9dff3036d920eee4"><div class="ttname"><a href="classripple_1_1Ledger.html#a46a546d8198b17cb9dff3036d920eee4">ripple::Ledger::txExists</a></div><div class="ttdeci">bool txExists(uint256 const &amp;key) const override</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00482">Ledger.cpp:482</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a49480ba0b2921f9bd93c8132169e863a"><div class="ttname"><a href="classripple_1_1Ledger.html#a49480ba0b2921f9bd93c8132169e863a">ripple::Ledger::operator=</a></div><div class="ttdeci">Ledger &amp; operator=(Ledger &amp;&amp;)=delete</div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a4c26247b2e1d951177f8e2e5ab7719c3"><div class="ttname"><a href="classripple_1_1Ledger.html#a4c26247b2e1d951177f8e2e5ab7719c3">ripple::Ledger::setValidated</a></div><div class="ttdeci">void setValidated() const</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00264">Ledger.h:264</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a4c26247b2e1d951177f8e2e5ab7719c3"><div class="ttname"><a href="classripple_1_1Ledger.html#a4c26247b2e1d951177f8e2e5ab7719c3">ripple::Ledger::setValidated</a></div><div class="ttdeci">void setValidated() const</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00264">Ledger.h:264</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a4d77eb37acea19416b1d867663255bac"><div class="ttname"><a href="classripple_1_1Ledger.html#a4d77eb37acea19416b1d867663255bac">ripple::Ledger::~Ledger</a></div><div class="ttdeci">~Ledger()=default</div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a5264190c7219d0bbc42c2b70c386e1ec"><div class="ttname"><a href="classripple_1_1Ledger.html#a5264190c7219d0bbc42c2b70c386e1ec">ripple::Ledger::validatorToDisable</a></div><div class="ttdeci">std::optional&lt; PublicKey &gt; validatorToDisable() const</div><div class="ttdoc">get the to be disabled validator's master public key if any</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00722">Ledger.cpp:722</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a54305a9aa3553299b6ed1003cf5ec8d7"><div class="ttname"><a href="classripple_1_1Ledger.html#a54305a9aa3553299b6ed1003cf5ec8d7">ripple::Ledger::isVotingLedger</a></div><div class="ttdeci">bool isVotingLedger() const</div><div class="ttdoc">Returns true if the ledger directly precedes a flag ledger.</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00951">Ledger.cpp:951</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a57a48cb61be7affac6c4423d1317c5f8"><div class="ttname"><a href="classripple_1_1Ledger.html#a57a48cb61be7affac6c4423d1317c5f8">ripple::Ledger::mImmutable</a></div><div class="ttdeci">bool mImmutable</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00406">Ledger.h:406</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a57cbdf736a8b80012ded0f3eeac30691"><div class="ttname"><a href="classripple_1_1Ledger.html#a57cbdf736a8b80012ded0f3eeac30691">ripple::Ledger::updateNegativeUNL</a></div><div class="ttdeci">void updateNegativeUNL()</div><div class="ttdoc">update the Negative UNL ledger component.</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00752">Ledger.cpp:752</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a66371f260017cdea7bef8f694a631139"><div class="ttname"><a href="classripple_1_1Ledger.html#a66371f260017cdea7bef8f694a631139">ripple::Ledger::peek</a></div><div class="ttdeci">std::shared_ptr&lt; SLE &gt; peek(Keylet const &amp;k) const</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00684">Ledger.cpp:684</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a68cfe4a8abf683e2d6909f0d96013d8f"><div class="ttname"><a href="classripple_1_1Ledger.html#a68cfe4a8abf683e2d6909f0d96013d8f">ripple::Ledger::digest</a></div><div class="ttdeci">std::optional&lt; digest_type &gt; digest(key_type const &amp;key) const override</div><div class="ttdoc">Return the digest associated with the key.</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00502">Ledger.cpp:502</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a69a7d74ebc864270b4d4f636c539f78d"><div class="ttname"><a href="classripple_1_1Ledger.html#a69a7d74ebc864270b4d4f636c539f78d">ripple::Ledger::fees</a></div><div class="ttdeci">Fees const &amp; fees() const override</div><div class="ttdoc">Returns the fees for the base ledger.</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00164">Ledger.h:164</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a6cf0862134638e77b99e53c25c41f3a9"><div class="ttname"><a href="classripple_1_1Ledger.html#a6cf0862134638e77b99e53c25c41f3a9">ripple::Ledger::txRead</a></div><div class="ttdeci">tx_type txRead(key_type const &amp;key) const override</div><div class="ttdoc">Read a transaction from the tx map.</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00488">Ledger.cpp:488</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a78795bd8c41a17de40297a3f2e5331d1"><div class="ttname"><a href="classripple_1_1Ledger.html#a78795bd8c41a17de40297a3f2e5331d1">ripple::Ledger::setLedgerInfo</a></div><div class="ttdeci">void setLedgerInfo(LedgerInfo const &amp;info)</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00158">Ledger.h:158</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a7ed6dcfefe77ee7b9e90e052df79e52d"><div class="ttname"><a href="classripple_1_1Ledger.html#a7ed6dcfefe77ee7b9e90e052df79e52d">ripple::Ledger::rawInsert</a></div><div class="ttdeci">void rawInsert(std::shared_ptr&lt; SLE &gt; const &amp;sle) override</div><div class="ttdoc">Unconditionally insert a state item.</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00529">Ledger.cpp:529</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a84b32158843ca8c316711f0dfb85138d"><div class="ttname"><a href="classripple_1_1Ledger.html#a84b32158843ca8c316711f0dfb85138d">ripple::Ledger::walkLedger</a></div><div class="ttdeci">bool walkLedger(beast::Journal j, bool parallel=false) const</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00803">Ledger.cpp:803</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a8a75fcab11d8fe2e7bd5cd6643a052e1"><div class="ttname"><a href="classripple_1_1Ledger.html#a8a75fcab11d8fe2e7bd5cd6643a052e1">ripple::Ledger::setFull</a></div><div class="ttdeci">void setFull() const</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00295">Ledger.h:295</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a8d06a26c633b6ee2aefd6f966ec85070"><div class="ttname"><a href="classripple_1_1Ledger.html#a8d06a26c633b6ee2aefd6f966ec85070">ripple::Ledger::j_</a></div><div class="ttdeci">beast::Journal j_</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00420">Ledger.h:420</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a905a838063e85e74f0ab7ecda3114bc4"><div class="ttname"><a href="classripple_1_1Ledger.html#a905a838063e85e74f0ab7ecda3114bc4">ripple::Ledger::txMap_</a></div><div class="ttdeci">SHAMap txMap_</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00409">Ledger.h:409</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a940b6c9f22c2b73f4c92bb7278bf291f"><div class="ttname"><a href="classripple_1_1Ledger.html#a940b6c9f22c2b73f4c92bb7278bf291f">ripple::Ledger::txMap</a></div><div class="ttdeci">SHAMap &amp; txMap()</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00328">Ledger.h:328</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a945ead8d34dfdb0a2b01ae3125afa8eb"><div class="ttname"><a href="classripple_1_1Ledger.html#a945ead8d34dfdb0a2b01ae3125afa8eb">ripple::Ledger::read</a></div><div class="ttdeci">std::shared_ptr&lt; SLE const &gt; read(Keylet const &amp;k) const override</div><div class="ttdoc">Return the state item associated with a key.</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00432">Ledger.cpp:432</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a9e498a76456a43e4a021e47c35adad5e"><div class="ttname"><a href="classripple_1_1Ledger.html#a9e498a76456a43e4a021e47c35adad5e">ripple::Ledger::rules</a></div><div class="ttdeci">Rules const &amp; rules() const override</div><div class="ttdoc">Returns the tx processing rules.</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00170">Ledger.h:170</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_aa057e36e5a77c071557aa2a78a8953fc"><div class="ttname"><a href="classripple_1_1Ledger.html#aa057e36e5a77c071557aa2a78a8953fc">ripple::Ledger::mutex_</a></div><div class="ttdeci">std::mutex mutex_</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00415">Ledger.h:415</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_aa7a5631ff08a7cf45c966d70fd9d3f01"><div class="ttname"><a href="classripple_1_1Ledger.html#aa7a5631ff08a7cf45c966d70fd9d3f01">ripple::Ledger::rawTxInsertWithHash</a></div><div class="ttdeci">uint256 rawTxInsertWithHash(uint256 const &amp;key, std::shared_ptr&lt; Serializer const &gt; const &amp;txn, std::shared_ptr&lt; Serializer const &gt; const &amp;metaData)</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00569">Ledger.cpp:569</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_aa83dfb46c969cf85cba5ca889b5cf7d6"><div class="ttname"><a href="classripple_1_1Ledger.html#aa83dfb46c969cf85cba5ca889b5cf7d6">ripple::Ledger::slesBegin</a></div><div class="ttdeci">std::unique_ptr&lt; sles_type::iter_base &gt; slesBegin() const override</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00451">Ledger.cpp:451</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_ab06b60c12bb482f2332203c796076594"><div class="ttname"><a href="classripple_1_1Ledger.html#ab06b60c12bb482f2332203c796076594">ripple::Ledger::txMap</a></div><div class="ttdeci">SHAMap const &amp; txMap() const</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00322">Ledger.h:322</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_ab2488927f55df32651c86e838106cd25"><div class="ttname"><a href="classripple_1_1Ledger.html#ab2488927f55df32651c86e838106cd25">ripple::Ledger::setTotalDrops</a></div><div class="ttdeci">void setTotalDrops(std::uint64_t totDrops)</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00304">Ledger.h:304</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_ab2ac3c630db320c5af8a95030d9cb1cb"><div class="ttname"><a href="classripple_1_1Ledger.html#ab2ac3c630db320c5af8a95030d9cb1cb">ripple::Ledger::setup</a></div><div class="ttdeci">bool setup()</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00591">Ledger.cpp:591</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a5264190c7219d0bbc42c2b70c386e1ec"><div class="ttname"><a href="classripple_1_1Ledger.html#a5264190c7219d0bbc42c2b70c386e1ec">ripple::Ledger::validatorToDisable</a></div><div class="ttdeci">std::optional&lt; PublicKey &gt; validatorToDisable() const</div><div class="ttdoc">get the to be disabled validator's master public key if any</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00722">Ledger.cpp:722</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a54305a9aa3553299b6ed1003cf5ec8d7"><div class="ttname"><a href="classripple_1_1Ledger.html#a54305a9aa3553299b6ed1003cf5ec8d7">ripple::Ledger::isVotingLedger</a></div><div class="ttdeci">bool isVotingLedger() const</div><div class="ttdoc">Returns true if the ledger directly precedes a flag ledger.</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00951">Ledger.cpp:951</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a57a48cb61be7affac6c4423d1317c5f8"><div class="ttname"><a href="classripple_1_1Ledger.html#a57a48cb61be7affac6c4423d1317c5f8">ripple::Ledger::mImmutable</a></div><div class="ttdeci">bool mImmutable</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00406">Ledger.h:406</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a57cbdf736a8b80012ded0f3eeac30691"><div class="ttname"><a href="classripple_1_1Ledger.html#a57cbdf736a8b80012ded0f3eeac30691">ripple::Ledger::updateNegativeUNL</a></div><div class="ttdeci">void updateNegativeUNL()</div><div class="ttdoc">update the Negative UNL ledger component.</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00752">Ledger.cpp:752</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a66371f260017cdea7bef8f694a631139"><div class="ttname"><a href="classripple_1_1Ledger.html#a66371f260017cdea7bef8f694a631139">ripple::Ledger::peek</a></div><div class="ttdeci">std::shared_ptr&lt; SLE &gt; peek(Keylet const &amp;k) const</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00684">Ledger.cpp:684</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a68cfe4a8abf683e2d6909f0d96013d8f"><div class="ttname"><a href="classripple_1_1Ledger.html#a68cfe4a8abf683e2d6909f0d96013d8f">ripple::Ledger::digest</a></div><div class="ttdeci">std::optional&lt; digest_type &gt; digest(key_type const &amp;key) const override</div><div class="ttdoc">Return the digest associated with the key.</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00502">Ledger.cpp:502</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a69a7d74ebc864270b4d4f636c539f78d"><div class="ttname"><a href="classripple_1_1Ledger.html#a69a7d74ebc864270b4d4f636c539f78d">ripple::Ledger::fees</a></div><div class="ttdeci">Fees const &amp; fees() const override</div><div class="ttdoc">Returns the fees for the base ledger.</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00164">Ledger.h:164</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a6cf0862134638e77b99e53c25c41f3a9"><div class="ttname"><a href="classripple_1_1Ledger.html#a6cf0862134638e77b99e53c25c41f3a9">ripple::Ledger::txRead</a></div><div class="ttdeci">tx_type txRead(key_type const &amp;key) const override</div><div class="ttdoc">Read a transaction from the tx map.</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00488">Ledger.cpp:488</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a78795bd8c41a17de40297a3f2e5331d1"><div class="ttname"><a href="classripple_1_1Ledger.html#a78795bd8c41a17de40297a3f2e5331d1">ripple::Ledger::setLedgerInfo</a></div><div class="ttdeci">void setLedgerInfo(LedgerInfo const &amp;info)</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00158">Ledger.h:158</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a7ed6dcfefe77ee7b9e90e052df79e52d"><div class="ttname"><a href="classripple_1_1Ledger.html#a7ed6dcfefe77ee7b9e90e052df79e52d">ripple::Ledger::rawInsert</a></div><div class="ttdeci">void rawInsert(std::shared_ptr&lt; SLE &gt; const &amp;sle) override</div><div class="ttdoc">Unconditionally insert a state item.</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00529">Ledger.cpp:529</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a84b32158843ca8c316711f0dfb85138d"><div class="ttname"><a href="classripple_1_1Ledger.html#a84b32158843ca8c316711f0dfb85138d">ripple::Ledger::walkLedger</a></div><div class="ttdeci">bool walkLedger(beast::Journal j, bool parallel=false) const</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00803">Ledger.cpp:803</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a8a75fcab11d8fe2e7bd5cd6643a052e1"><div class="ttname"><a href="classripple_1_1Ledger.html#a8a75fcab11d8fe2e7bd5cd6643a052e1">ripple::Ledger::setFull</a></div><div class="ttdeci">void setFull() const</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00295">Ledger.h:295</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a8d06a26c633b6ee2aefd6f966ec85070"><div class="ttname"><a href="classripple_1_1Ledger.html#a8d06a26c633b6ee2aefd6f966ec85070">ripple::Ledger::j_</a></div><div class="ttdeci">beast::Journal j_</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00420">Ledger.h:420</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a905a838063e85e74f0ab7ecda3114bc4"><div class="ttname"><a href="classripple_1_1Ledger.html#a905a838063e85e74f0ab7ecda3114bc4">ripple::Ledger::txMap_</a></div><div class="ttdeci">SHAMap txMap_</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00409">Ledger.h:409</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a940b6c9f22c2b73f4c92bb7278bf291f"><div class="ttname"><a href="classripple_1_1Ledger.html#a940b6c9f22c2b73f4c92bb7278bf291f">ripple::Ledger::txMap</a></div><div class="ttdeci">SHAMap &amp; txMap()</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00328">Ledger.h:328</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a945ead8d34dfdb0a2b01ae3125afa8eb"><div class="ttname"><a href="classripple_1_1Ledger.html#a945ead8d34dfdb0a2b01ae3125afa8eb">ripple::Ledger::read</a></div><div class="ttdeci">std::shared_ptr&lt; SLE const &gt; read(Keylet const &amp;k) const override</div><div class="ttdoc">Return the state item associated with a key.</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00432">Ledger.cpp:432</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_a9e498a76456a43e4a021e47c35adad5e"><div class="ttname"><a href="classripple_1_1Ledger.html#a9e498a76456a43e4a021e47c35adad5e">ripple::Ledger::rules</a></div><div class="ttdeci">Rules const &amp; rules() const override</div><div class="ttdoc">Returns the tx processing rules.</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00170">Ledger.h:170</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_aa057e36e5a77c071557aa2a78a8953fc"><div class="ttname"><a href="classripple_1_1Ledger.html#aa057e36e5a77c071557aa2a78a8953fc">ripple::Ledger::mutex_</a></div><div class="ttdeci">std::mutex mutex_</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00415">Ledger.h:415</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_aa7a5631ff08a7cf45c966d70fd9d3f01"><div class="ttname"><a href="classripple_1_1Ledger.html#aa7a5631ff08a7cf45c966d70fd9d3f01">ripple::Ledger::rawTxInsertWithHash</a></div><div class="ttdeci">uint256 rawTxInsertWithHash(uint256 const &amp;key, std::shared_ptr&lt; Serializer const &gt; const &amp;txn, std::shared_ptr&lt; Serializer const &gt; const &amp;metaData)</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00569">Ledger.cpp:569</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_aa83dfb46c969cf85cba5ca889b5cf7d6"><div class="ttname"><a href="classripple_1_1Ledger.html#aa83dfb46c969cf85cba5ca889b5cf7d6">ripple::Ledger::slesBegin</a></div><div class="ttdeci">std::unique_ptr&lt; sles_type::iter_base &gt; slesBegin() const override</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00451">Ledger.cpp:451</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_ab06b60c12bb482f2332203c796076594"><div class="ttname"><a href="classripple_1_1Ledger.html#ab06b60c12bb482f2332203c796076594">ripple::Ledger::txMap</a></div><div class="ttdeci">SHAMap const &amp; txMap() const</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00322">Ledger.h:322</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_ab2488927f55df32651c86e838106cd25"><div class="ttname"><a href="classripple_1_1Ledger.html#ab2488927f55df32651c86e838106cd25">ripple::Ledger::setTotalDrops</a></div><div class="ttdeci">void setTotalDrops(std::uint64_t totDrops)</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00304">Ledger.h:304</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_ab2ac3c630db320c5af8a95030d9cb1cb"><div class="ttname"><a href="classripple_1_1Ledger.html#ab2ac3c630db320c5af8a95030d9cb1cb">ripple::Ledger::setup</a></div><div class="ttdeci">bool setup()</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00591">Ledger.cpp:591</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_ab32b37056d3768e9c7a3b20e9c7d7ee6"><div class="ttname"><a href="classripple_1_1Ledger.html#ab32b37056d3768e9c7a3b20e9c7d7ee6">ripple::Ledger::Ledger</a></div><div class="ttdeci">Ledger(Ledger &amp;&amp;)=delete</div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_aba4ba40c32fcac1daa1fb3c867c5117e"><div class="ttname"><a href="classripple_1_1Ledger.html#aba4ba40c32fcac1daa1fb3c867c5117e">ripple::Ledger::fees_</a></div><div class="ttdeci">Fees fees_</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00417">Ledger.h:417</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_acaf4d523fa7525606f7b1e576cf048c5"><div class="ttname"><a href="classripple_1_1Ledger.html#acaf4d523fa7525606f7b1e576cf048c5">ripple::Ledger::txsEnd</a></div><div class="ttdeci">std::unique_ptr&lt; txs_type::iter_base &gt; txsEnd() const override</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00476">Ledger.cpp:476</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_ad0ae3a298b1fc8b7b45524f86fed514f"><div class="ttname"><a href="classripple_1_1Ledger.html#ad0ae3a298b1fc8b7b45524f86fed514f">ripple::Ledger::txsBegin</a></div><div class="ttdeci">std::unique_ptr&lt; txs_type::iter_base &gt; txsBegin() const override</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00470">Ledger.cpp:470</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_ae0a63c9a1943ea6a18726df087a37bdc"><div class="ttname"><a href="classripple_1_1Ledger.html#ae0a63c9a1943ea6a18726df087a37bdc">ripple::Ledger::succ</a></div><div class="ttdeci">std::optional&lt; uint256 &gt; succ(uint256 const &amp;key, std::optional&lt; uint256 &gt; const &amp;last=std::nullopt) const override</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00421">Ledger.cpp:421</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_ae29576f2d8dc2685c53f5dc18c7925f8"><div class="ttname"><a href="classripple_1_1Ledger.html#ae29576f2d8dc2685c53f5dc18c7925f8">ripple::Ledger::updateSkipList</a></div><div class="ttdeci">void updateSkipList()</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00878">Ledger.cpp:878</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_aeb716bc6cc0abdf5389e022e2504ba61"><div class="ttname"><a href="classripple_1_1Ledger.html#aeb716bc6cc0abdf5389e022e2504ba61">ripple::Ledger::info_</a></div><div class="ttdeci">LedgerInfo info_</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00419">Ledger.h:419</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_aef7b9a3e3b4fd553e0a9db4ff1e7a8a7"><div class="ttname"><a href="classripple_1_1Ledger.html#aef7b9a3e3b4fd553e0a9db4ff1e7a8a7">ripple::Ledger::addSLE</a></div><div class="ttdeci">bool addSLE(SLE const &amp;sle)</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00372">Ledger.cpp:372</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_af4bf506cca6878c107a9f4bc44570b0c"><div class="ttname"><a href="classripple_1_1Ledger.html#af4bf506cca6878c107a9f4bc44570b0c">ripple::Ledger::rules_</a></div><div class="ttdeci">Rules rules_</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00418">Ledger.h:418</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_aba4ba40c32fcac1daa1fb3c867c5117e"><div class="ttname"><a href="classripple_1_1Ledger.html#aba4ba40c32fcac1daa1fb3c867c5117e">ripple::Ledger::fees_</a></div><div class="ttdeci">Fees fees_</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00417">Ledger.h:417</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_acaf4d523fa7525606f7b1e576cf048c5"><div class="ttname"><a href="classripple_1_1Ledger.html#acaf4d523fa7525606f7b1e576cf048c5">ripple::Ledger::txsEnd</a></div><div class="ttdeci">std::unique_ptr&lt; txs_type::iter_base &gt; txsEnd() const override</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00476">Ledger.cpp:476</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_ad0ae3a298b1fc8b7b45524f86fed514f"><div class="ttname"><a href="classripple_1_1Ledger.html#ad0ae3a298b1fc8b7b45524f86fed514f">ripple::Ledger::txsBegin</a></div><div class="ttdeci">std::unique_ptr&lt; txs_type::iter_base &gt; txsBegin() const override</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00470">Ledger.cpp:470</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_ae0a63c9a1943ea6a18726df087a37bdc"><div class="ttname"><a href="classripple_1_1Ledger.html#ae0a63c9a1943ea6a18726df087a37bdc">ripple::Ledger::succ</a></div><div class="ttdeci">std::optional&lt; uint256 &gt; succ(uint256 const &amp;key, std::optional&lt; uint256 &gt; const &amp;last=std::nullopt) const override</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00421">Ledger.cpp:421</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_ae29576f2d8dc2685c53f5dc18c7925f8"><div class="ttname"><a href="classripple_1_1Ledger.html#ae29576f2d8dc2685c53f5dc18c7925f8">ripple::Ledger::updateSkipList</a></div><div class="ttdeci">void updateSkipList()</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00878">Ledger.cpp:878</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_aeb716bc6cc0abdf5389e022e2504ba61"><div class="ttname"><a href="classripple_1_1Ledger.html#aeb716bc6cc0abdf5389e022e2504ba61">ripple::Ledger::info_</a></div><div class="ttdeci">LedgerInfo info_</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00419">Ledger.h:419</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_aef7b9a3e3b4fd553e0a9db4ff1e7a8a7"><div class="ttname"><a href="classripple_1_1Ledger.html#aef7b9a3e3b4fd553e0a9db4ff1e7a8a7">ripple::Ledger::addSLE</a></div><div class="ttdeci">bool addSLE(SLE const &amp;sle)</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00372">Ledger.cpp:372</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_af4bf506cca6878c107a9f4bc44570b0c"><div class="ttname"><a href="classripple_1_1Ledger.html#af4bf506cca6878c107a9f4bc44570b0c">ripple::Ledger::rules_</a></div><div class="ttdeci">Rules rules_</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00418">Ledger.h:418</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_afbe1eed445f88d1c62e0f11bb0289ce5"><div class="ttname"><a href="classripple_1_1Ledger.html#afbe1eed445f88d1c62e0f11bb0289ce5">ripple::Ledger::Ledger</a></div><div class="ttdeci">Ledger(Ledger const &amp;)=delete</div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_afd058f73688aeae4e7ec60b255c1795a"><div class="ttname"><a href="classripple_1_1Ledger.html#afd058f73688aeae4e7ec60b255c1795a">ripple::Ledger::setImmutable</a></div><div class="ttdeci">void setImmutable(bool rehash=true)</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00337">Ledger.cpp:337</a></div></div>
<div class="ttc" id="aclassripple_1_1ReadView_html_a937328125a7d62270f32b4e1555c5cdd"><div class="ttname"><a href="classripple_1_1ReadView.html#a937328125a7d62270f32b4e1555c5cdd">ripple::ReadView::key_type</a></div><div class="ttdeci">uint256 key_type</div><div class="ttdef"><b>Definition:</b> <a href="ReadView_8h_source.html#l00057">ReadView.h:57</a></div></div>
<div class="ttc" id="aclassripple_1_1ReadView_html_ab1430dec61fd5ef9bf4a013aab558d71"><div class="ttname"><a href="classripple_1_1ReadView.html#ab1430dec61fd5ef9bf4a013aab558d71">ripple::ReadView::tx_type</a></div><div class="ttdeci">std::pair&lt; std::shared_ptr&lt; STTx const &gt;, std::shared_ptr&lt; STObject const &gt; &gt; tx_type</div><div class="ttdef"><b>Definition:</b> <a href="ReadView_8h_source.html#l00054">ReadView.h:55</a></div></div>
<div class="ttc" id="aclassripple_1_1Rules_html"><div class="ttname"><a href="classripple_1_1Rules.html">ripple::Rules</a></div><div class="ttdoc">Rules controlling protocol behavior.</div><div class="ttdef"><b>Definition:</b> <a href="Rules_8h_source.html#l00037">Rules.h:38</a></div></div>
<div class="ttc" id="aclassripple_1_1SHAMapItem_html"><div class="ttname"><a href="classripple_1_1SHAMapItem.html">ripple::SHAMapItem</a></div><div class="ttdef"><b>Definition:</b> <a href="SHAMapItem_8h_source.html#l00035">SHAMapItem.h:36</a></div></div>
<div class="ttc" id="aclassripple_1_1SHAMap_html"><div class="ttname"><a href="classripple_1_1SHAMap.html">ripple::SHAMap</a></div><div class="ttdoc">A SHAMap is both a radix tree with a fan-out of 16 and a Merkle tree.</div><div class="ttdef"><b>Definition:</b> <a href="SHAMap_8h_source.html#l00098">SHAMap.h:99</a></div></div>
<div class="ttc" id="aclassripple_1_1SHAMap_html_a69277b2085232dc4bde1cd6eda4f0791"><div class="ttname"><a href="classripple_1_1SHAMap.html#a69277b2085232dc4bde1cd6eda4f0791">ripple::SHAMap::setLedgerSeq</a></div><div class="ttdeci">void setLedgerSeq(std::uint32_t lseq)</div><div class="ttdef"><b>Definition:</b> <a href="SHAMap_8h_source.html#l00598">SHAMap.h:598</a></div></div>
<div class="ttc" id="aclassripple_1_1SHAMap_html_a8d7a950162ef12667903e34175a9316f"><div class="ttname"><a href="classripple_1_1SHAMap.html#a8d7a950162ef12667903e34175a9316f">ripple::SHAMap::setFull</a></div><div class="ttdeci">void setFull()</div><div class="ttdef"><b>Definition:</b> <a href="SHAMap_8h_source.html#l00592">SHAMap.h:592</a></div></div>
<div class="ttc" id="aclassripple_1_1STLedgerEntry_html"><div class="ttname"><a href="classripple_1_1STLedgerEntry.html">ripple::STLedgerEntry</a></div><div class="ttdef"><b>Definition:</b> <a href="STLedgerEntry_8h_source.html#l00031">STLedgerEntry.h:32</a></div></div>
<div class="ttc" id="aclassripple_1_1TxsRawView_html"><div class="ttname"><a href="classripple_1_1TxsRawView.html">ripple::TxsRawView</a></div><div class="ttdoc">Interface for changing ledger entries with transactions.</div><div class="ttdef"><b>Definition:</b> <a href="RawView_8h_source.html#l00095">RawView.h:96</a></div></div>
<div class="ttc" id="aclassripple_1_1XRPAmount_html"><div class="ttname"><a href="classripple_1_1XRPAmount.html">ripple::XRPAmount</a></div><div class="ttdef"><b>Definition:</b> <a href="XRPAmount_8h_source.html#l00039">XRPAmount.h:43</a></div></div>
<div class="ttc" id="aclassripple_1_1Ledger_html_afd058f73688aeae4e7ec60b255c1795a"><div class="ttname"><a href="classripple_1_1Ledger.html#afd058f73688aeae4e7ec60b255c1795a">ripple::Ledger::setImmutable</a></div><div class="ttdeci">void setImmutable(bool rehash=true)</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00337">Ledger.cpp:337</a></div></div>
<div class="ttc" id="aclassripple_1_1ReadView_html_a937328125a7d62270f32b4e1555c5cdd"><div class="ttname"><a href="classripple_1_1ReadView.html#a937328125a7d62270f32b4e1555c5cdd">ripple::ReadView::key_type</a></div><div class="ttdeci">uint256 key_type</div><div class="ttdef"><b>Definition</b> <a href="ReadView_8h_source.html#l00057">ReadView.h:57</a></div></div>
<div class="ttc" id="aclassripple_1_1ReadView_html_ab1430dec61fd5ef9bf4a013aab558d71"><div class="ttname"><a href="classripple_1_1ReadView.html#ab1430dec61fd5ef9bf4a013aab558d71">ripple::ReadView::tx_type</a></div><div class="ttdeci">std::pair&lt; std::shared_ptr&lt; STTx const &gt;, std::shared_ptr&lt; STObject const &gt; &gt; tx_type</div><div class="ttdef"><b>Definition</b> <a href="ReadView_8h_source.html#l00054">ReadView.h:55</a></div></div>
<div class="ttc" id="aclassripple_1_1Rules_html"><div class="ttname"><a href="classripple_1_1Rules.html">ripple::Rules</a></div><div class="ttdoc">Rules controlling protocol behavior.</div><div class="ttdef"><b>Definition</b> <a href="Rules_8h_source.html#l00037">Rules.h:38</a></div></div>
<div class="ttc" id="aclassripple_1_1SHAMapItem_html"><div class="ttname"><a href="classripple_1_1SHAMapItem.html">ripple::SHAMapItem</a></div><div class="ttdef"><b>Definition</b> <a href="SHAMapItem_8h_source.html#l00035">SHAMapItem.h:36</a></div></div>
<div class="ttc" id="aclassripple_1_1SHAMap_html"><div class="ttname"><a href="classripple_1_1SHAMap.html">ripple::SHAMap</a></div><div class="ttdoc">A SHAMap is both a radix tree with a fan-out of 16 and a Merkle tree.</div><div class="ttdef"><b>Definition</b> <a href="SHAMap_8h_source.html#l00098">SHAMap.h:99</a></div></div>
<div class="ttc" id="aclassripple_1_1SHAMap_html_a69277b2085232dc4bde1cd6eda4f0791"><div class="ttname"><a href="classripple_1_1SHAMap.html#a69277b2085232dc4bde1cd6eda4f0791">ripple::SHAMap::setLedgerSeq</a></div><div class="ttdeci">void setLedgerSeq(std::uint32_t lseq)</div><div class="ttdef"><b>Definition</b> <a href="SHAMap_8h_source.html#l00598">SHAMap.h:598</a></div></div>
<div class="ttc" id="aclassripple_1_1SHAMap_html_a8d7a950162ef12667903e34175a9316f"><div class="ttname"><a href="classripple_1_1SHAMap.html#a8d7a950162ef12667903e34175a9316f">ripple::SHAMap::setFull</a></div><div class="ttdeci">void setFull()</div><div class="ttdef"><b>Definition</b> <a href="SHAMap_8h_source.html#l00592">SHAMap.h:592</a></div></div>
<div class="ttc" id="aclassripple_1_1STLedgerEntry_html"><div class="ttname"><a href="classripple_1_1STLedgerEntry.html">ripple::STLedgerEntry</a></div><div class="ttdef"><b>Definition</b> <a href="STLedgerEntry_8h_source.html#l00031">STLedgerEntry.h:32</a></div></div>
<div class="ttc" id="aclassripple_1_1TxsRawView_html"><div class="ttname"><a href="classripple_1_1TxsRawView.html">ripple::TxsRawView</a></div><div class="ttdoc">Interface for changing ledger entries with transactions.</div><div class="ttdef"><b>Definition</b> <a href="RawView_8h_source.html#l00095">RawView.h:96</a></div></div>
<div class="ttc" id="aclassripple_1_1XRPAmount_html"><div class="ttname"><a href="classripple_1_1XRPAmount.html">ripple::XRPAmount</a></div><div class="ttdef"><b>Definition</b> <a href="XRPAmount_8h_source.html#l00039">XRPAmount.h:43</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="aduration_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::duration</a></div></div>
<div class="ttc" id="aenable_shared_from_this_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/enable_shared_from_this.html">std::enable_shared_from_this</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="ais_same_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/is_same.html">std::is_same_v</a></div><div class="ttdeci">T is_same_v</div></div>
<div class="ttc" id="amutex_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/thread/mutex.html">std::mutex</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_a04cf5c0dd5329bc0e0203fb86cf91ed3"><div class="ttname"><a href="namespaceripple.html#a04cf5c0dd5329bc0e0203fb86cf91ed3">ripple::getLatestLedger</a></div><div class="ttdeci">std::tuple&lt; std::shared_ptr&lt; Ledger &gt;, std::uint32_t, uint256 &gt; getLatestLedger(Application &amp;app)</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l01104">Ledger.cpp:1104</a></div></div>
<div class="ttc" id="anamespaceripple_html_a14e7e734c717f4c4459e0e0da6a4ad87"><div class="ttname"><a href="namespaceripple.html#a14e7e734c717f4c4459e0e0da6a4ad87">ripple::deserializeTxPlusMeta</a></div><div class="ttdeci">std::pair&lt; std::shared_ptr&lt; STTx const &gt;, std::shared_ptr&lt; STObject const &gt; &gt; deserializeTxPlusMeta(SHAMapItem const &amp;item)</div><div class="ttdoc">Deserialize a SHAMapItem containing STTx + STObject metadata.</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00389">Ledger.cpp:389</a></div></div>
<div class="ttc" id="anamespaceripple_html_a22adb38923282bf7dbb38655afdb381d"><div class="ttname"><a href="namespaceripple.html#a22adb38923282bf7dbb38655afdb381d">ripple::loadByIndex</a></div><div class="ttdeci">std::shared_ptr&lt; Ledger &gt; loadByIndex(std::uint32_t ledgerIndex, Application &amp;app, bool acquire)</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l01114">Ledger.cpp:1114</a></div></div>
<div class="ttc" id="anamespaceripple_html_a33d37a32d6220d610aa99faea1048627"><div class="ttname"><a href="namespaceripple.html#a33d37a32d6220d610aa99faea1048627">ripple::deserializeTx</a></div><div class="ttdeci">std::shared_ptr&lt; STTx const &gt; deserializeTx(SHAMapItem const &amp;item)</div><div class="ttdoc">Deserialize a SHAMapItem containing a single STTx.</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00382">Ledger.cpp:382</a></div></div>
<div class="ttc" id="anamespaceripple_html_a38d1749cd010f88da471b4183b2dfe52"><div class="ttname"><a href="namespaceripple.html#a38d1749cd010f88da471b4183b2dfe52">ripple::isCurrent</a></div><div class="ttdeci">bool isCurrent(ValidationParms const &amp;p, NetClock::time_point now, NetClock::time_point signTime, NetClock::time_point seenTime)</div><div class="ttdoc">Whether a validation is still current.</div><div class="ttdef"><b>Definition:</b> <a href="Validations_8h_source.html#l00149">Validations.h:149</a></div></div>
<div class="ttc" id="anamespaceripple_html_a56e0cc999ed456f36e9662a4fcae5061"><div class="ttname"><a href="namespaceripple.html#a56e0cc999ed456f36e9662a4fcae5061">ripple::loadLedgerHelper</a></div><div class="ttdeci">std::shared_ptr&lt; Ledger &gt; loadLedgerHelper(LedgerInfo const &amp;info, Application &amp;app, bool acquire)</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l01066">Ledger.cpp:1066</a></div></div>
<div class="ttc" id="anamespaceripple_html_a71f5c3f4baec0e09c5eab4d6f5b5efcb"><div class="ttname"><a href="namespaceripple.html#a71f5c3f4baec0e09c5eab4d6f5b5efcb">ripple::calculateLedgerHash</a></div><div class="ttdeci">uint256 calculateLedgerHash(LedgerInfo const &amp;info)</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00054">Ledger.cpp:54</a></div></div>
<div class="ttc" id="anamespaceripple_html_a729619e7a3a0d92226e7d52347ff2a5e"><div class="ttname"><a href="namespaceripple.html#a729619e7a3a0d92226e7d52347ff2a5e">ripple::loadByHash</a></div><div class="ttdeci">std::shared_ptr&lt; Ledger &gt; loadByHash(uint256 const &amp;ledgerHash, Application &amp;app, bool acquire)</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l01127">Ledger.cpp:1127</a></div></div>
<div class="ttc" id="anamespaceripple_html_a81aef0121745f69cf76b866c91c2639c"><div class="ttname"><a href="namespaceripple.html#a81aef0121745f69cf76b866c91c2639c">ripple::isFlagLedger</a></div><div class="ttdeci">bool isFlagLedger(LedgerIndex seq)</div><div class="ttdoc">Returns true if the given ledgerIndex is a flag ledgerIndex.</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00957">Ledger.cpp:957</a></div></div>
<div class="ttc" id="anamespaceripple_html_ac2c0e7e7b0be5e10cb5803c0a6b5b700"><div class="ttname"><a href="namespaceripple.html#ac2c0e7e7b0be5e10cb5803c0a6b5b700">ripple::create_genesis</a></div><div class="ttdeci">create_genesis_t const create_genesis</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00051">Ledger.cpp:51</a></div></div>
<div class="ttc" id="anamespaceripple_html_aec92d858e16db22aebce05698a4a444d"><div class="ttname"><a href="namespaceripple.html#aec92d858e16db22aebce05698a4a444d">ripple::FLAG_LEDGER_INTERVAL</a></div><div class="ttdeci">std::uint32_t constexpr FLAG_LEDGER_INTERVAL</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00426">Ledger.h:426</a></div></div>
<div class="ttc" id="anamespaceripple_html_afd9c0655540fb85bcc173ec81c7c7290"><div class="ttname"><a href="namespaceripple.html#afd9c0655540fb85bcc173ec81c7c7290">ripple::pendSaveValidated</a></div><div class="ttdeci">bool pendSaveValidated(Application &amp;app, std::shared_ptr&lt; Ledger const &gt; const &amp;ledger, bool isSynchronous, bool isCurrent)</div><div class="ttdoc">Save, or arrange to save, a fully-validated ledger Returns false on error.</div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8cpp_source.html#l00993">Ledger.cpp:993</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_a04cf5c0dd5329bc0e0203fb86cf91ed3"><div class="ttname"><a href="namespaceripple.html#a04cf5c0dd5329bc0e0203fb86cf91ed3">ripple::getLatestLedger</a></div><div class="ttdeci">std::tuple&lt; std::shared_ptr&lt; Ledger &gt;, std::uint32_t, uint256 &gt; getLatestLedger(Application &amp;app)</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l01104">Ledger.cpp:1104</a></div></div>
<div class="ttc" id="anamespaceripple_html_a14e7e734c717f4c4459e0e0da6a4ad87"><div class="ttname"><a href="namespaceripple.html#a14e7e734c717f4c4459e0e0da6a4ad87">ripple::deserializeTxPlusMeta</a></div><div class="ttdeci">std::pair&lt; std::shared_ptr&lt; STTx const &gt;, std::shared_ptr&lt; STObject const &gt; &gt; deserializeTxPlusMeta(SHAMapItem const &amp;item)</div><div class="ttdoc">Deserialize a SHAMapItem containing STTx + STObject metadata.</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00389">Ledger.cpp:389</a></div></div>
<div class="ttc" id="anamespaceripple_html_a22adb38923282bf7dbb38655afdb381d"><div class="ttname"><a href="namespaceripple.html#a22adb38923282bf7dbb38655afdb381d">ripple::loadByIndex</a></div><div class="ttdeci">std::shared_ptr&lt; Ledger &gt; loadByIndex(std::uint32_t ledgerIndex, Application &amp;app, bool acquire)</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l01114">Ledger.cpp:1114</a></div></div>
<div class="ttc" id="anamespaceripple_html_a33d37a32d6220d610aa99faea1048627"><div class="ttname"><a href="namespaceripple.html#a33d37a32d6220d610aa99faea1048627">ripple::deserializeTx</a></div><div class="ttdeci">std::shared_ptr&lt; STTx const &gt; deserializeTx(SHAMapItem const &amp;item)</div><div class="ttdoc">Deserialize a SHAMapItem containing a single STTx.</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00382">Ledger.cpp:382</a></div></div>
<div class="ttc" id="anamespaceripple_html_a38d1749cd010f88da471b4183b2dfe52"><div class="ttname"><a href="namespaceripple.html#a38d1749cd010f88da471b4183b2dfe52">ripple::isCurrent</a></div><div class="ttdeci">bool isCurrent(ValidationParms const &amp;p, NetClock::time_point now, NetClock::time_point signTime, NetClock::time_point seenTime)</div><div class="ttdoc">Whether a validation is still current.</div><div class="ttdef"><b>Definition</b> <a href="Validations_8h_source.html#l00149">Validations.h:149</a></div></div>
<div class="ttc" id="anamespaceripple_html_a56e0cc999ed456f36e9662a4fcae5061"><div class="ttname"><a href="namespaceripple.html#a56e0cc999ed456f36e9662a4fcae5061">ripple::loadLedgerHelper</a></div><div class="ttdeci">std::shared_ptr&lt; Ledger &gt; loadLedgerHelper(LedgerInfo const &amp;info, Application &amp;app, bool acquire)</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l01066">Ledger.cpp:1066</a></div></div>
<div class="ttc" id="anamespaceripple_html_a71f5c3f4baec0e09c5eab4d6f5b5efcb"><div class="ttname"><a href="namespaceripple.html#a71f5c3f4baec0e09c5eab4d6f5b5efcb">ripple::calculateLedgerHash</a></div><div class="ttdeci">uint256 calculateLedgerHash(LedgerInfo const &amp;info)</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00054">Ledger.cpp:54</a></div></div>
<div class="ttc" id="anamespaceripple_html_a729619e7a3a0d92226e7d52347ff2a5e"><div class="ttname"><a href="namespaceripple.html#a729619e7a3a0d92226e7d52347ff2a5e">ripple::loadByHash</a></div><div class="ttdeci">std::shared_ptr&lt; Ledger &gt; loadByHash(uint256 const &amp;ledgerHash, Application &amp;app, bool acquire)</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l01127">Ledger.cpp:1127</a></div></div>
<div class="ttc" id="anamespaceripple_html_a81aef0121745f69cf76b866c91c2639c"><div class="ttname"><a href="namespaceripple.html#a81aef0121745f69cf76b866c91c2639c">ripple::isFlagLedger</a></div><div class="ttdeci">bool isFlagLedger(LedgerIndex seq)</div><div class="ttdoc">Returns true if the given ledgerIndex is a flag ledgerIndex.</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00957">Ledger.cpp:957</a></div></div>
<div class="ttc" id="anamespaceripple_html_ac2c0e7e7b0be5e10cb5803c0a6b5b700"><div class="ttname"><a href="namespaceripple.html#ac2c0e7e7b0be5e10cb5803c0a6b5b700">ripple::create_genesis</a></div><div class="ttdeci">create_genesis_t const create_genesis</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00051">Ledger.cpp:51</a></div></div>
<div class="ttc" id="anamespaceripple_html_aec92d858e16db22aebce05698a4a444d"><div class="ttname"><a href="namespaceripple.html#aec92d858e16db22aebce05698a4a444d">ripple::FLAG_LEDGER_INTERVAL</a></div><div class="ttdeci">std::uint32_t constexpr FLAG_LEDGER_INTERVAL</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00426">Ledger.h:426</a></div></div>
<div class="ttc" id="anamespaceripple_html_afd9c0655540fb85bcc173ec81c7c7290"><div class="ttname"><a href="namespaceripple.html#afd9c0655540fb85bcc173ec81c7c7290">ripple::pendSaveValidated</a></div><div class="ttdeci">bool pendSaveValidated(Application &amp;app, std::shared_ptr&lt; Ledger const &gt; const &amp;ledger, bool isSynchronous, bool isCurrent)</div><div class="ttdoc">Save, or arrange to save, a fully-validated ledger Returns false on error.</div><div class="ttdef"><b>Definition</b> <a href="Ledger_8cpp_source.html#l00993">Ledger.cpp:993</a></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="astructripple_1_1Fees_html"><div class="ttname"><a href="structripple_1_1Fees.html">ripple::Fees</a></div><div class="ttdoc">Reflects the fee settings for a particular ledger.</div><div class="ttdef"><b>Definition:</b> <a href="protocol_2Fees_8h_source.html#l00032">protocol/Fees.h:33</a></div></div>
<div class="ttc" id="astructripple_1_1Keylet_html"><div class="ttname"><a href="structripple_1_1Keylet.html">ripple::Keylet</a></div><div class="ttdoc">A pair of SHAMap key and LedgerEntryType.</div><div class="ttdef"><b>Definition:</b> <a href="Keylet_8h_source.html#l00038">Keylet.h:39</a></div></div>
<div class="ttc" id="astructripple_1_1LedgerHeader_html"><div class="ttname"><a href="structripple_1_1LedgerHeader.html">ripple::LedgerHeader</a></div><div class="ttdoc">Information about the notional ledger backing the view.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHeader_8h_source.html#l00033">LedgerHeader.h:34</a></div></div>
<div class="ttc" id="astructripple_1_1LedgerHeader_html_a233e04cfeb4d879ab8517d8aabb7e38b"><div class="ttname"><a href="structripple_1_1LedgerHeader.html#a233e04cfeb4d879ab8517d8aabb7e38b">ripple::LedgerHeader::seq</a></div><div class="ttdeci">LedgerIndex seq</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHeader_8h_source.html#l00041">LedgerHeader.h:41</a></div></div>
<div class="ttc" id="astructripple_1_1LedgerHeader_html_ad05c30cddf4e01a449adfa855fdb8b7d"><div class="ttname"><a href="structripple_1_1LedgerHeader.html#ad05c30cddf4e01a449adfa855fdb8b7d">ripple::LedgerHeader::drops</a></div><div class="ttdeci">XRPAmount drops</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHeader_8h_source.html#l00054">LedgerHeader.h:54</a></div></div>
<div class="ttc" id="astructripple_1_1LedgerHeader_html_ae95b3432469ab4cdef2d0caeb40f98f4"><div class="ttname"><a href="structripple_1_1LedgerHeader.html#ae95b3432469ab4cdef2d0caeb40f98f4">ripple::LedgerHeader::validated</a></div><div class="ttdeci">bool validated</div><div class="ttdef"><b>Definition:</b> <a href="LedgerHeader_8h_source.html#l00059">LedgerHeader.h:59</a></div></div>
<div class="ttc" id="astructripple_1_1create__genesis__t_html"><div class="ttname"><a href="structripple_1_1create__genesis__t.html">ripple::create_genesis_t</a></div><div class="ttdef"><b>Definition:</b> <a href="Ledger_8h_source.html#l00044">Ledger.h:45</a></div></div>
<div class="ttc" id="astructripple_1_1Fees_html"><div class="ttname"><a href="structripple_1_1Fees.html">ripple::Fees</a></div><div class="ttdoc">Reflects the fee settings for a particular ledger.</div><div class="ttdef"><b>Definition</b> <a href="protocol_2Fees_8h_source.html#l00032">protocol/Fees.h:33</a></div></div>
<div class="ttc" id="astructripple_1_1Keylet_html"><div class="ttname"><a href="structripple_1_1Keylet.html">ripple::Keylet</a></div><div class="ttdoc">A pair of SHAMap key and LedgerEntryType.</div><div class="ttdef"><b>Definition</b> <a href="Keylet_8h_source.html#l00038">Keylet.h:39</a></div></div>
<div class="ttc" id="astructripple_1_1LedgerHeader_html"><div class="ttname"><a href="structripple_1_1LedgerHeader.html">ripple::LedgerHeader</a></div><div class="ttdoc">Information about the notional ledger backing the view.</div><div class="ttdef"><b>Definition</b> <a href="LedgerHeader_8h_source.html#l00033">LedgerHeader.h:34</a></div></div>
<div class="ttc" id="astructripple_1_1LedgerHeader_html_a233e04cfeb4d879ab8517d8aabb7e38b"><div class="ttname"><a href="structripple_1_1LedgerHeader.html#a233e04cfeb4d879ab8517d8aabb7e38b">ripple::LedgerHeader::seq</a></div><div class="ttdeci">LedgerIndex seq</div><div class="ttdef"><b>Definition</b> <a href="LedgerHeader_8h_source.html#l00041">LedgerHeader.h:41</a></div></div>
<div class="ttc" id="astructripple_1_1LedgerHeader_html_ad05c30cddf4e01a449adfa855fdb8b7d"><div class="ttname"><a href="structripple_1_1LedgerHeader.html#ad05c30cddf4e01a449adfa855fdb8b7d">ripple::LedgerHeader::drops</a></div><div class="ttdeci">XRPAmount drops</div><div class="ttdef"><b>Definition</b> <a href="LedgerHeader_8h_source.html#l00054">LedgerHeader.h:54</a></div></div>
<div class="ttc" id="astructripple_1_1LedgerHeader_html_ae95b3432469ab4cdef2d0caeb40f98f4"><div class="ttname"><a href="structripple_1_1LedgerHeader.html#ae95b3432469ab4cdef2d0caeb40f98f4">ripple::LedgerHeader::validated</a></div><div class="ttdeci">bool validated</div><div class="ttdef"><b>Definition</b> <a href="LedgerHeader_8h_source.html#l00059">LedgerHeader.h:59</a></div></div>
<div class="ttc" id="astructripple_1_1create__genesis__t_html"><div class="ttname"><a href="structripple_1_1create__genesis__t.html">ripple::create_genesis_t</a></div><div class="ttdef"><b>Definition</b> <a href="Ledger_8h_source.html#l00044">Ledger.h:45</a></div></div>
<div class="ttc" id="astructripple_1_1create__genesis__t_html_a43ade69d1bd1bd674def4b7cf2263046"><div class="ttname"><a href="structripple_1_1create__genesis__t.html#a43ade69d1bd1bd674def4b7cf2263046">ripple::create_genesis_t::create_genesis_t</a></div><div class="ttdeci">create_genesis_t()=default</div></div>
<div class="ttc" id="atime_point_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/chrono/time_point.html">std::chrono::time_point</a></div></div>
<div class="ttc" id="atuple_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/tuple.html">std::tuple</a></div></div>
@@ -585,7 +623,7 @@ $(function() {
</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>