Files
rippled/LedgerFormats_8h_source.html
2020-04-15 21:15:02 +00:00

287 lines
62 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>rippled: LedgerFormats.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">rippled
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_df9c78dcf3f59a33b12284f95992a64b.html">ripple</a></li><li class="navelem"><a class="el" href="dir_1e765e6a8d5970800a535eb2615ec474.html">protocol</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">LedgerFormats.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> This file is part of rippled: https://github.com/ripple/rippled</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> Copyright (c) 2012, 2013 Ripple Labs Inc.</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"></span> </div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> Permission to use, copy, modify, and/or distribute this software for any</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> purpose with or without fee is hereby granted, provided that the above</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> copyright notice and this permission notice appear in all copies.</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"></span> </div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> THE SOFTWARE IS PROVIDED &quot;AS IS&quot; AND THE AUTHOR DISCLAIMS ALL WARRANTIES</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment">*/</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment">//==============================================================================</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160; </div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#ifndef RIPPLE_PROTOCOL_LEDGERFORMATS_H_INCLUDED</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#define RIPPLE_PROTOCOL_LEDGERFORMATS_H_INCLUDED</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; </div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor">#include &lt;ripple/protocol/KnownFormats.h&gt;</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; </div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; </div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="comment">// Used as the type of a transaction or the type of a ledger entry.</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07b"> 36</a></span>&#160;<span class="keyword">enum</span> <a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07b">LedgerEntryType</a></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;{</div>
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba926f3c33237e0c1bb2d4cb8afc0c82b4"> 42</a></span>&#160; <a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba926f3c33237e0c1bb2d4cb8afc0c82b4">ltANY</a> = -3,</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; </div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba822b27579a5bc94b9dea2395852e5bbd"> 48</a></span>&#160; <a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba822b27579a5bc94b9dea2395852e5bbd">ltCHILD</a> = -2,</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; </div>
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bae3eb391490c08d0dbf2cb353e2ba440b"> 50</a></span>&#160; <a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bae3eb391490c08d0dbf2cb353e2ba440b">ltINVALID</a> = -1,</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; </div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; <span class="comment">//---------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; </div>
<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bac03405d2da6d19e17f321a6b7f7a412e"> 54</a></span>&#160; <a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bac03405d2da6d19e17f321a6b7f7a412e">ltACCOUNT_ROOT</a> = <span class="charliteral">&#39;a&#39;</span>,</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; </div>
<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba1ca6f5da9e86f814af3d6f8b3631ebe8"> 65</a></span>&#160; <a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba1ca6f5da9e86f814af3d6f8b3631ebe8">ltDIR_NODE</a> = <span class="charliteral">&#39;d&#39;</span>,</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; </div>
<div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba0dca36851b869200981387f3b9f5cdee"> 67</a></span>&#160; <a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba0dca36851b869200981387f3b9f5cdee">ltRIPPLE_STATE</a> = <span class="charliteral">&#39;r&#39;</span>,</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; </div>
<div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07baa28c736ec52242ffe39aaa030db1accd"> 69</a></span>&#160; <a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07baa28c736ec52242ffe39aaa030db1accd">ltTICKET</a> = <span class="charliteral">&#39;T&#39;</span>,</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; </div>
<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba2bde6c0c7901419859841372fa9557ec"> 71</a></span>&#160; <a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba2bde6c0c7901419859841372fa9557ec">ltSIGNER_LIST</a> = <span class="charliteral">&#39;S&#39;</span>,</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; </div>
<div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba8a24a7b08fcdd8a76109f80f056a176d"> 73</a></span>&#160; <a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba8a24a7b08fcdd8a76109f80f056a176d">ltOFFER</a> = <span class="charliteral">&#39;o&#39;</span>,</div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; </div>
<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba28ea965d2d2217a099fc54c86f1097c6"> 75</a></span>&#160; <a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba28ea965d2d2217a099fc54c86f1097c6">ltLEDGER_HASHES</a> = <span class="charliteral">&#39;h&#39;</span>,</div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; </div>
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bad6de7354457bdcd9f882a430fe90157b"> 77</a></span>&#160; <a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bad6de7354457bdcd9f882a430fe90157b">ltAMENDMENTS</a> = <span class="charliteral">&#39;f&#39;</span>,</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; </div>
<div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba7dc6fea6d4468e63ed4789f0ae421fda"> 79</a></span>&#160; <a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba7dc6fea6d4468e63ed4789f0ae421fda">ltFEE_SETTINGS</a> = <span class="charliteral">&#39;s&#39;</span>,</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; </div>
<div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba5df3cc4f053931df9fc48283f5a02e27"> 81</a></span>&#160; <a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba5df3cc4f053931df9fc48283f5a02e27">ltESCROW</a> = <span class="charliteral">&#39;u&#39;</span>,</div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; </div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; <span class="comment">// Simple unidirection xrp channel</span></div>
<div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba9e06c2e5bc18cc01158409a566acd2fd"> 84</a></span>&#160; <a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba9e06c2e5bc18cc01158409a566acd2fd">ltPAYCHAN</a> = <span class="charliteral">&#39;x&#39;</span>,</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; </div>
<div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bad7915d2d8a69386a38eebd7b859dcb6d"> 86</a></span>&#160; <a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bad7915d2d8a69386a38eebd7b859dcb6d">ltCHECK</a> = <span class="charliteral">&#39;C&#39;</span>,</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160; </div>
<div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bad4c4cc29cde0b459bc454c5e70f2b3ac"> 88</a></span>&#160; <a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bad4c4cc29cde0b459bc454c5e70f2b3ac">ltDEPOSIT_PREAUTH</a> = <span class="charliteral">&#39;p&#39;</span>,</div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; </div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; <span class="comment">// No longer used or supported. Left here to prevent accidental</span></div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <span class="comment">// reassignment of the ledger type.</span></div>
<div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba5c55abb784b8f464de8515e196e4098c"> 92</a></span>&#160; <a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba5c55abb784b8f464de8515e196e4098c">ltNICKNAME</a> = <span class="charliteral">&#39;n&#39;</span>,</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; </div>
<div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba9368cf05cdce7abc890f6c70d322fdab"> 94</a></span>&#160; <a class="code" href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba9368cf05cdce7abc890f6c70d322fdab">ltNotUsed01</a> = <span class="charliteral">&#39;c&#39;</span>,</div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160;};</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; </div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;<span class="comment">// Used as a prefix for computing ledger indexes (keys).</span></div>
<div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2"> 101</a></span>&#160;<span class="keyword">enum</span> <a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2">LedgerNameSpace</a></div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160;{</div>
<div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a200394821347a1052e685108ed0eb5e2"> 103</a></span>&#160; <a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a200394821347a1052e685108ed0eb5e2">spaceAccount</a> = <span class="charliteral">&#39;a&#39;</span>,</div>
<div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a6f0546651535b0e199ca67a8e1f26bd8"> 104</a></span>&#160; <a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a6f0546651535b0e199ca67a8e1f26bd8">spaceDirNode</a> = <span class="charliteral">&#39;d&#39;</span>,</div>
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2ac487b84c8eac3dfcc968a4ae7df8413b"> 105</a></span>&#160; <a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2ac487b84c8eac3dfcc968a4ae7df8413b">spaceGenerator</a> = <span class="charliteral">&#39;g&#39;</span>,</div>
<div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2af849b1381062f75661bba0513c6be21b"> 106</a></span>&#160; <a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2af849b1381062f75661bba0513c6be21b">spaceRipple</a> = <span class="charliteral">&#39;r&#39;</span>,</div>
<div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2af2febc5c9d183d916d49fbb6cf9d1414"> 107</a></span>&#160; <a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2af2febc5c9d183d916d49fbb6cf9d1414">spaceOffer</a> = <span class="charliteral">&#39;o&#39;</span>, <span class="comment">// Entry for an offer.</span></div>
<div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a77c19029d7e0e3ad05f38c866c08d8a1"> 108</a></span>&#160; <a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a77c19029d7e0e3ad05f38c866c08d8a1">spaceOwnerDir</a> = <span class="charliteral">&#39;O&#39;</span>, <span class="comment">// Directory of things owned by an account.</span></div>
<div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a7a52c21a8133b4717b5e6a6cd3a3c1d8"> 109</a></span>&#160; <a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a7a52c21a8133b4717b5e6a6cd3a3c1d8">spaceBookDir</a> = <span class="charliteral">&#39;B&#39;</span>, <span class="comment">// Directory of order books.</span></div>
<div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a1e50afb4fd4e1af9bea2ff8670763cbc"> 110</a></span>&#160; <a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a1e50afb4fd4e1af9bea2ff8670763cbc">spaceContract</a> = <span class="charliteral">&#39;c&#39;</span>,</div>
<div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a86796a70041951ad79df2fca127d817e"> 111</a></span>&#160; <a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a86796a70041951ad79df2fca127d817e">spaceSkipList</a> = <span class="charliteral">&#39;s&#39;</span>,</div>
<div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2ab8b5622873d0ca062d70df3bf491afde"> 112</a></span>&#160; <a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2ab8b5622873d0ca062d70df3bf491afde">spaceEscrow</a> = <span class="charliteral">&#39;u&#39;</span>,</div>
<div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2aa7559178c7b1547bd9198220870f22b4"> 113</a></span>&#160; <a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2aa7559178c7b1547bd9198220870f22b4">spaceAmendment</a> = <span class="charliteral">&#39;f&#39;</span>,</div>
<div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2ad1579f433f71b016b1fcda68a12c7d07"> 114</a></span>&#160; <a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2ad1579f433f71b016b1fcda68a12c7d07">spaceFee</a> = <span class="charliteral">&#39;e&#39;</span>,</div>
<div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2abafdd2ecdc1a268a38f04555d0f9d94d"> 115</a></span>&#160; <a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2abafdd2ecdc1a268a38f04555d0f9d94d">spaceTicket</a> = <span class="charliteral">&#39;T&#39;</span>,</div>
<div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a89246883ef3e08bdf7fb9fdda5ac190c"> 116</a></span>&#160; <a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a89246883ef3e08bdf7fb9fdda5ac190c">spaceSignerList</a> = <span class="charliteral">&#39;S&#39;</span>,</div>
<div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a8c876b361ca4fe8d1f7e47953741fe89"> 117</a></span>&#160; <a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a8c876b361ca4fe8d1f7e47953741fe89">spaceXRPUChannel</a> = <span class="charliteral">&#39;x&#39;</span>,</div>
<div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a8465303ffff166e759fa1f7d621c28b0"> 118</a></span>&#160; <a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a8465303ffff166e759fa1f7d621c28b0">spaceCheck</a> = <span class="charliteral">&#39;C&#39;</span>,</div>
<div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a99c3d44f09371d7ca67a9b07fc3b9cff"> 119</a></span>&#160; <a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a99c3d44f09371d7ca67a9b07fc3b9cff">spaceDepositPreauth</a> = <span class="charliteral">&#39;p&#39;</span>,</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; </div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; <span class="comment">// No longer used or supported. Left here to reserve the space and</span></div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; <span class="comment">// avoid accidental reuse of the space.</span></div>
<div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a36c189593bc8e8a47cfbfb418f80fe6b"> 123</a></span>&#160; <a class="code" href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a36c189593bc8e8a47cfbfb418f80fe6b">spaceNickname</a> = <span class="charliteral">&#39;n&#39;</span>,</div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160;};</div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; </div>
<div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5"> 129</a></span>&#160;<span class="keyword">enum</span> <a class="code" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5">LedgerSpecificFlags</a></div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160;{</div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160; <span class="comment">// ltACCOUNT_ROOT</span></div>
<div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a3023711a4bd27dad27a57290b0df1087"> 132</a></span>&#160; <a class="code" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a3023711a4bd27dad27a57290b0df1087">lsfPasswordSpent</a> = 0x00010000, <span class="comment">// True, if password set fee is spent.</span></div>
<div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a2243e81f83c4191286c8c46bdd86d6f3"> 133</a></span>&#160; <a class="code" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a2243e81f83c4191286c8c46bdd86d6f3">lsfRequireDestTag</a> = 0x00020000, <span class="comment">// True, to require a DestinationTag for payments.</span></div>
<div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a44c3bc643086a0beb87e3aaeb544e6ad"> 134</a></span>&#160; <a class="code" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a44c3bc643086a0beb87e3aaeb544e6ad">lsfRequireAuth</a> = 0x00040000, <span class="comment">// True, to require a authorization to hold IOUs.</span></div>
<div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5af697f2c85dc33c5831e82b69c6a4e7e9"> 135</a></span>&#160; <a class="code" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5af697f2c85dc33c5831e82b69c6a4e7e9">lsfDisallowXRP</a> = 0x00080000, <span class="comment">// True, to disallow sending XRP.</span></div>
<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a74277ce2a45a0b253c18a4aa3c57b7c7"> 136</a></span>&#160; <a class="code" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a74277ce2a45a0b253c18a4aa3c57b7c7">lsfDisableMaster</a> = 0x00100000, <span class="comment">// True, force regular key</span></div>
<div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5abe71ed0ad6b450dd8c2ffc0314318b79"> 137</a></span>&#160; <a class="code" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5abe71ed0ad6b450dd8c2ffc0314318b79">lsfNoFreeze</a> = 0x00200000, <span class="comment">// True, cannot freeze ripple states</span></div>
<div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5abe8166dd29a1d6890b51ce96af297f70"> 138</a></span>&#160; <a class="code" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5abe8166dd29a1d6890b51ce96af297f70">lsfGlobalFreeze</a> = 0x00400000, <span class="comment">// True, all assets frozen</span></div>
<div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a3de81b62b486203f6b8e4f2cd0832ae1"> 139</a></span>&#160; <a class="code" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a3de81b62b486203f6b8e4f2cd0832ae1">lsfDefaultRipple</a> = 0x00800000, <span class="comment">// True, trust lines allow rippling by default</span></div>
<div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a873a48eb9d8f66315874a318df664f05"> 140</a></span>&#160; <a class="code" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a873a48eb9d8f66315874a318df664f05">lsfDepositAuth</a> = 0x01000000, <span class="comment">// True, all deposits require authorization</span></div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160; </div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160; <span class="comment">// ltOFFER</span></div>
<div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5af5bb4ed279c86f7c4ddfe0b2ed89af00"> 143</a></span>&#160; <a class="code" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5af5bb4ed279c86f7c4ddfe0b2ed89af00">lsfPassive</a> = 0x00010000,</div>
<div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5ab4f5e24467c127ce07228288a7b54760"> 144</a></span>&#160; <a class="code" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5ab4f5e24467c127ce07228288a7b54760">lsfSell</a> = 0x00020000, <span class="comment">// True, offer was placed as a sell.</span></div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160; </div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160; <span class="comment">// ltRIPPLE_STATE</span></div>
<div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5ac704b653dce116dabb7ede80b711d953"> 147</a></span>&#160; <a class="code" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5ac704b653dce116dabb7ede80b711d953">lsfLowReserve</a> = 0x00010000, <span class="comment">// True, if entry counts toward reserve.</span></div>
<div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a753e9af2cd366aa69e76f62823acf9ec"> 148</a></span>&#160; <a class="code" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a753e9af2cd366aa69e76f62823acf9ec">lsfHighReserve</a> = 0x00020000,</div>
<div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5af37617abe9ad741cd823746961f1fb3a"> 149</a></span>&#160; <a class="code" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5af37617abe9ad741cd823746961f1fb3a">lsfLowAuth</a> = 0x00040000,</div>
<div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5ae6db21adf463a223e362b44f0fd54663"> 150</a></span>&#160; <a class="code" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5ae6db21adf463a223e362b44f0fd54663">lsfHighAuth</a> = 0x00080000,</div>
<div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a503af0c7122f0c0f33e7ea4b7deee1d3"> 151</a></span>&#160; <a class="code" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a503af0c7122f0c0f33e7ea4b7deee1d3">lsfLowNoRipple</a> = 0x00100000,</div>
<div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a3f3817fa4e1147bc1ea78c56aaf12632"> 152</a></span>&#160; <a class="code" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a3f3817fa4e1147bc1ea78c56aaf12632">lsfHighNoRipple</a> = 0x00200000,</div>
<div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5acc42435bd72cbd8094823e3316721f8d"> 153</a></span>&#160; <a class="code" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5acc42435bd72cbd8094823e3316721f8d">lsfLowFreeze</a> = 0x00400000, <span class="comment">// True, low side has set freeze flag</span></div>
<div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a4693afbe3079a71cd439cffeda515010"> 154</a></span>&#160; <a class="code" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a4693afbe3079a71cd439cffeda515010">lsfHighFreeze</a> = 0x00800000, <span class="comment">// True, high side has set freeze flag</span></div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160; </div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160; <span class="comment">// ltSIGNER_LIST</span></div>
<div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a273944ab384fe8344c4516557dcf5e84"> 157</a></span>&#160; <a class="code" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a273944ab384fe8344c4516557dcf5e84">lsfOneOwnerCount</a> = 0x00010000, <span class="comment">// True, uses only one OwnerCount</span></div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160;};</div>
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160; </div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160;<span class="comment">//------------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160; </div>
<div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerFormats.html"> 164</a></span>&#160;<span class="keyword">class </span><a class="code" href="classripple_1_1LedgerFormats.html">LedgerFormats</a> : <span class="keyword">public</span> <a class="code" href="classripple_1_1KnownFormats.html">KnownFormats</a> &lt;LedgerEntryType&gt;</div>
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160;{</div>
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160;<span class="keyword">private</span>:</div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160; <a class="code" href="classripple_1_1LedgerFormats.html#a26a0ac3383a76c99211d0cd8ab4a1a44">LedgerFormats</a> ();</div>
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160; </div>
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160; <span class="keyword">static</span> <a class="code" href="classripple_1_1LedgerFormats.html">LedgerFormats</a> <span class="keyword">const</span>&amp; <a class="code" href="classripple_1_1LedgerFormats.html#a5bdb783a850ee6f598b07577b4b5f7de">getInstance</a> ();</div>
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160;};</div>
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160; </div>
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160;} <span class="comment">// ripple</span></div>
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160; </div>
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160;<span class="preprocessor">#endif</span></div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2a89246883ef3e08bdf7fb9fdda5ac190c"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a89246883ef3e08bdf7fb9fdda5ac190c">ripple::spaceSignerList</a></div><div class="ttdeci">@ spaceSignerList</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00116">LedgerFormats.h:116</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a3023711a4bd27dad27a57290b0df1087"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a3023711a4bd27dad27a57290b0df1087">ripple::lsfPasswordSpent</a></div><div class="ttdeci">@ lsfPasswordSpent</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00132">LedgerFormats.h:132</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07ba5c55abb784b8f464de8515e196e4098c"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba5c55abb784b8f464de8515e196e4098c">ripple::ltNICKNAME</a></div><div class="ttdeci">@ ltNICKNAME</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00092">LedgerFormats.h:92</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5abe8166dd29a1d6890b51ce96af297f70"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5abe8166dd29a1d6890b51ce96af297f70">ripple::lsfGlobalFreeze</a></div><div class="ttdeci">@ lsfGlobalFreeze</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00138">LedgerFormats.h:138</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2af849b1381062f75661bba0513c6be21b"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2af849b1381062f75661bba0513c6be21b">ripple::spaceRipple</a></div><div class="ttdeci">@ spaceRipple</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00106">LedgerFormats.h:106</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2a99c3d44f09371d7ca67a9b07fc3b9cff"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a99c3d44f09371d7ca67a9b07fc3b9cff">ripple::spaceDepositPreauth</a></div><div class="ttdeci">@ spaceDepositPreauth</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00119">LedgerFormats.h:119</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a74277ce2a45a0b253c18a4aa3c57b7c7"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a74277ce2a45a0b253c18a4aa3c57b7c7">ripple::lsfDisableMaster</a></div><div class="ttdeci">@ lsfDisableMaster</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00136">LedgerFormats.h:136</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5ac704b653dce116dabb7ede80b711d953"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5ac704b653dce116dabb7ede80b711d953">ripple::lsfLowReserve</a></div><div class="ttdeci">@ lsfLowReserve</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00147">LedgerFormats.h:147</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5af37617abe9ad741cd823746961f1fb3a"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5af37617abe9ad741cd823746961f1fb3a">ripple::lsfLowAuth</a></div><div class="ttdeci">@ lsfLowAuth</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00149">LedgerFormats.h:149</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a503af0c7122f0c0f33e7ea4b7deee1d3"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a503af0c7122f0c0f33e7ea4b7deee1d3">ripple::lsfLowNoRipple</a></div><div class="ttdeci">@ lsfLowNoRipple</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00151">LedgerFormats.h:151</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07ba5df3cc4f053931df9fc48283f5a02e27"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba5df3cc4f053931df9fc48283f5a02e27">ripple::ltESCROW</a></div><div class="ttdeci">@ ltESCROW</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00081">LedgerFormats.h:81</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07ba926f3c33237e0c1bb2d4cb8afc0c82b4"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba926f3c33237e0c1bb2d4cb8afc0c82b4">ripple::ltANY</a></div><div class="ttdeci">@ ltANY</div><div class="ttdoc">Special type, anything This is used when the type in the Keylet is unknown, such as when building met...</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00042">LedgerFormats.h:42</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2af2febc5c9d183d916d49fbb6cf9d1414"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2af2febc5c9d183d916d49fbb6cf9d1414">ripple::spaceOffer</a></div><div class="ttdeci">@ spaceOffer</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00107">LedgerFormats.h:107</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07ba28ea965d2d2217a099fc54c86f1097c6"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba28ea965d2d2217a099fc54c86f1097c6">ripple::ltLEDGER_HASHES</a></div><div class="ttdeci">@ ltLEDGER_HASHES</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00075">LedgerFormats.h:75</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07bad6de7354457bdcd9f882a430fe90157b"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bad6de7354457bdcd9f882a430fe90157b">ripple::ltAMENDMENTS</a></div><div class="ttdeci">@ ltAMENDMENTS</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00077">LedgerFormats.h:77</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07ba9368cf05cdce7abc890f6c70d322fdab"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba9368cf05cdce7abc890f6c70d322fdab">ripple::ltNotUsed01</a></div><div class="ttdeci">@ ltNotUsed01</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00094">LedgerFormats.h:94</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07ba2bde6c0c7901419859841372fa9557ec"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba2bde6c0c7901419859841372fa9557ec">ripple::ltSIGNER_LIST</a></div><div class="ttdeci">@ ltSIGNER_LIST</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00071">LedgerFormats.h:71</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2a36c189593bc8e8a47cfbfb418f80fe6b"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a36c189593bc8e8a47cfbfb418f80fe6b">ripple::spaceNickname</a></div><div class="ttdeci">@ spaceNickname</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00123">LedgerFormats.h:123</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2a8465303ffff166e759fa1f7d621c28b0"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a8465303ffff166e759fa1f7d621c28b0">ripple::spaceCheck</a></div><div class="ttdeci">@ spaceCheck</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00118">LedgerFormats.h:118</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2">ripple::LedgerNameSpace</a></div><div class="ttdeci">LedgerNameSpace</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00101">LedgerFormats.h:101</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2a86796a70041951ad79df2fca127d817e"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a86796a70041951ad79df2fca127d817e">ripple::spaceSkipList</a></div><div class="ttdeci">@ spaceSkipList</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00111">LedgerFormats.h:111</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a873a48eb9d8f66315874a318df664f05"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a873a48eb9d8f66315874a318df664f05">ripple::lsfDepositAuth</a></div><div class="ttdeci">@ lsfDepositAuth</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00140">LedgerFormats.h:140</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07baa28c736ec52242ffe39aaa030db1accd"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07baa28c736ec52242ffe39aaa030db1accd">ripple::ltTICKET</a></div><div class="ttdeci">@ ltTICKET</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00069">LedgerFormats.h:69</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07bad7915d2d8a69386a38eebd7b859dcb6d"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bad7915d2d8a69386a38eebd7b859dcb6d">ripple::ltCHECK</a></div><div class="ttdeci">@ ltCHECK</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00086">LedgerFormats.h:86</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5ae6db21adf463a223e362b44f0fd54663"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5ae6db21adf463a223e362b44f0fd54663">ripple::lsfHighAuth</a></div><div class="ttdeci">@ lsfHighAuth</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00150">LedgerFormats.h:150</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2ab8b5622873d0ca062d70df3bf491afde"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2ab8b5622873d0ca062d70df3bf491afde">ripple::spaceEscrow</a></div><div class="ttdeci">@ spaceEscrow</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00112">LedgerFormats.h:112</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07ba822b27579a5bc94b9dea2395852e5bbd"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba822b27579a5bc94b9dea2395852e5bbd">ripple::ltCHILD</a></div><div class="ttdeci">@ ltCHILD</div><div class="ttdoc">Special type, anything not a directory This is used when the type in the Keylet is unknown,...</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00048">LedgerFormats.h:48</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a44c3bc643086a0beb87e3aaeb544e6ad"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a44c3bc643086a0beb87e3aaeb544e6ad">ripple::lsfRequireAuth</a></div><div class="ttdeci">@ lsfRequireAuth</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00134">LedgerFormats.h:134</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07bae3eb391490c08d0dbf2cb353e2ba440b"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bae3eb391490c08d0dbf2cb353e2ba440b">ripple::ltINVALID</a></div><div class="ttdeci">@ ltINVALID</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00050">LedgerFormats.h:50</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a3de81b62b486203f6b8e4f2cd0832ae1"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a3de81b62b486203f6b8e4f2cd0832ae1">ripple::lsfDefaultRipple</a></div><div class="ttdeci">@ lsfDefaultRipple</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00139">LedgerFormats.h:139</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07ba7dc6fea6d4468e63ed4789f0ae421fda"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba7dc6fea6d4468e63ed4789f0ae421fda">ripple::ltFEE_SETTINGS</a></div><div class="ttdeci">@ ltFEE_SETTINGS</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00079">LedgerFormats.h:79</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5ab4f5e24467c127ce07228288a7b54760"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5ab4f5e24467c127ce07228288a7b54760">ripple::lsfSell</a></div><div class="ttdeci">@ lsfSell</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00144">LedgerFormats.h:144</a></div></div>
<div class="ttc" id="aclassripple_1_1KnownFormats_html"><div class="ttname"><a href="classripple_1_1KnownFormats.html">ripple::KnownFormats</a></div><div class="ttdoc">Manages a list of known formats.</div><div class="ttdef"><b>Definition:</b> <a href="KnownFormats_8h_source.html#l00039">KnownFormats.h:39</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2a200394821347a1052e685108ed0eb5e2"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a200394821347a1052e685108ed0eb5e2">ripple::spaceAccount</a></div><div class="ttdeci">@ spaceAccount</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00103">LedgerFormats.h:103</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2aa7559178c7b1547bd9198220870f22b4"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2aa7559178c7b1547bd9198220870f22b4">ripple::spaceAmendment</a></div><div class="ttdeci">@ spaceAmendment</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00113">LedgerFormats.h:113</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerFormats_html_a26a0ac3383a76c99211d0cd8ab4a1a44"><div class="ttname"><a href="classripple_1_1LedgerFormats.html#a26a0ac3383a76c99211d0cd8ab4a1a44">ripple::LedgerFormats::LedgerFormats</a></div><div class="ttdeci">LedgerFormats()</div><div class="ttdoc">Create the object.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8cpp_source.html#l00029">LedgerFormats.cpp:29</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2a6f0546651535b0e199ca67a8e1f26bd8"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a6f0546651535b0e199ca67a8e1f26bd8">ripple::spaceDirNode</a></div><div class="ttdeci">@ spaceDirNode</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00104">LedgerFormats.h:104</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a273944ab384fe8344c4516557dcf5e84"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a273944ab384fe8344c4516557dcf5e84">ripple::lsfOneOwnerCount</a></div><div class="ttdeci">@ lsfOneOwnerCount</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00157">LedgerFormats.h:157</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2abafdd2ecdc1a268a38f04555d0f9d94d"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2abafdd2ecdc1a268a38f04555d0f9d94d">ripple::spaceTicket</a></div><div class="ttdeci">@ spaceTicket</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00115">LedgerFormats.h:115</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07bad4c4cc29cde0b459bc454c5e70f2b3ac"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bad4c4cc29cde0b459bc454c5e70f2b3ac">ripple::ltDEPOSIT_PREAUTH</a></div><div class="ttdeci">@ ltDEPOSIT_PREAUTH</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00088">LedgerFormats.h:88</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5af5bb4ed279c86f7c4ddfe0b2ed89af00"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5af5bb4ed279c86f7c4ddfe0b2ed89af00">ripple::lsfPassive</a></div><div class="ttdeci">@ lsfPassive</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00143">LedgerFormats.h:143</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2a7a52c21a8133b4717b5e6a6cd3a3c1d8"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a7a52c21a8133b4717b5e6a6cd3a3c1d8">ripple::spaceBookDir</a></div><div class="ttdeci">@ spaceBookDir</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00109">LedgerFormats.h:109</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerFormats_html_a5bdb783a850ee6f598b07577b4b5f7de"><div class="ttname"><a href="classripple_1_1LedgerFormats.html#a5bdb783a850ee6f598b07577b4b5f7de">ripple::LedgerFormats::getInstance</a></div><div class="ttdeci">static LedgerFormats const &amp; getInstance()</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8cpp_source.html#l00217">LedgerFormats.cpp:217</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a2243e81f83c4191286c8c46bdd86d6f3"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a2243e81f83c4191286c8c46bdd86d6f3">ripple::lsfRequireDestTag</a></div><div class="ttdeci">@ lsfRequireDestTag</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00133">LedgerFormats.h:133</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a3f3817fa4e1147bc1ea78c56aaf12632"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a3f3817fa4e1147bc1ea78c56aaf12632">ripple::lsfHighNoRipple</a></div><div class="ttdeci">@ lsfHighNoRipple</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00152">LedgerFormats.h:152</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2ad1579f433f71b016b1fcda68a12c7d07"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2ad1579f433f71b016b1fcda68a12c7d07">ripple::spaceFee</a></div><div class="ttdeci">@ spaceFee</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00114">LedgerFormats.h:114</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2a77c19029d7e0e3ad05f38c866c08d8a1"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a77c19029d7e0e3ad05f38c866c08d8a1">ripple::spaceOwnerDir</a></div><div class="ttdeci">@ spaceOwnerDir</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00108">LedgerFormats.h:108</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a4693afbe3079a71cd439cffeda515010"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a4693afbe3079a71cd439cffeda515010">ripple::lsfHighFreeze</a></div><div class="ttdeci">@ lsfHighFreeze</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00154">LedgerFormats.h:154</a></div></div>
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition:</b> <a href="RCLCensorshipDetector_8h_source.html#l00029">RCLCensorshipDetector.h:29</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07ba0dca36851b869200981387f3b9f5cdee"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba0dca36851b869200981387f3b9f5cdee">ripple::ltRIPPLE_STATE</a></div><div class="ttdeci">@ ltRIPPLE_STATE</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00067">LedgerFormats.h:67</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07b"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07b">ripple::LedgerEntryType</a></div><div class="ttdeci">LedgerEntryType</div><div class="ttdoc">Ledger entry types.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00036">LedgerFormats.h:36</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5abe71ed0ad6b450dd8c2ffc0314318b79"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5abe71ed0ad6b450dd8c2ffc0314318b79">ripple::lsfNoFreeze</a></div><div class="ttdeci">@ lsfNoFreeze</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00137">LedgerFormats.h:137</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5">ripple::LedgerSpecificFlags</a></div><div class="ttdeci">LedgerSpecificFlags</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00129">LedgerFormats.h:129</a></div></div>
<div class="ttc" id="aclassripple_1_1LedgerFormats_html"><div class="ttname"><a href="classripple_1_1LedgerFormats.html">ripple::LedgerFormats</a></div><div class="ttdoc">Holds the list of known ledger entry formats.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00164">LedgerFormats.h:164</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07ba9e06c2e5bc18cc01158409a566acd2fd"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba9e06c2e5bc18cc01158409a566acd2fd">ripple::ltPAYCHAN</a></div><div class="ttdeci">@ ltPAYCHAN</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00084">LedgerFormats.h:84</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5af697f2c85dc33c5831e82b69c6a4e7e9"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5af697f2c85dc33c5831e82b69c6a4e7e9">ripple::lsfDisallowXRP</a></div><div class="ttdeci">@ lsfDisallowXRP</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00135">LedgerFormats.h:135</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5acc42435bd72cbd8094823e3316721f8d"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5acc42435bd72cbd8094823e3316721f8d">ripple::lsfLowFreeze</a></div><div class="ttdeci">@ lsfLowFreeze</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00153">LedgerFormats.h:153</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07ba1ca6f5da9e86f814af3d6f8b3631ebe8"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba1ca6f5da9e86f814af3d6f8b3631ebe8">ripple::ltDIR_NODE</a></div><div class="ttdeci">@ ltDIR_NODE</div><div class="ttdoc">Directory node.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00065">LedgerFormats.h:65</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07ba8a24a7b08fcdd8a76109f80f056a176d"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07ba8a24a7b08fcdd8a76109f80f056a176d">ripple::ltOFFER</a></div><div class="ttdeci">@ ltOFFER</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00073">LedgerFormats.h:73</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2a1e50afb4fd4e1af9bea2ff8670763cbc"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a1e50afb4fd4e1af9bea2ff8670763cbc">ripple::spaceContract</a></div><div class="ttdeci">@ spaceContract</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00110">LedgerFormats.h:110</a></div></div>
<div class="ttc" id="anamespaceripple_html_af6e0324b257fc9992b83ecf827c2a07bac03405d2da6d19e17f321a6b7f7a412e"><div class="ttname"><a href="namespaceripple.html#af6e0324b257fc9992b83ecf827c2a07bac03405d2da6d19e17f321a6b7f7a412e">ripple::ltACCOUNT_ROOT</a></div><div class="ttdeci">@ ltACCOUNT_ROOT</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00054">LedgerFormats.h:54</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a753e9af2cd366aa69e76f62823acf9ec"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a753e9af2cd366aa69e76f62823acf9ec">ripple::lsfHighReserve</a></div><div class="ttdeci">@ lsfHighReserve</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00148">LedgerFormats.h:148</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2ac487b84c8eac3dfcc968a4ae7df8413b"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2ac487b84c8eac3dfcc968a4ae7df8413b">ripple::spaceGenerator</a></div><div class="ttdeci">@ spaceGenerator</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00105">LedgerFormats.h:105</a></div></div>
<div class="ttc" id="anamespaceripple_html_a52e436172dd9c7a49d54bb77edf67ee2a8c876b361ca4fe8d1f7e47953741fe89"><div class="ttname"><a href="namespaceripple.html#a52e436172dd9c7a49d54bb77edf67ee2a8c876b361ca4fe8d1f7e47953741fe89">ripple::spaceXRPUChannel</a></div><div class="ttdeci">@ spaceXRPUChannel</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00117">LedgerFormats.h:117</a></div></div>
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>
</body>
</html>