Files
rippled/Indexes_8h_source.html
2025-11-10 09:36:27 -08:00

499 lines
96 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" lang="en-US">
<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.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>rippled: Indexes.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 id="projectrow">
<td id="projectalign">
<div id="projectname">rippled
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- 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');
/* @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:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @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()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_0103a8ad82dcc2c51f5cde661b4b5cb7.html">xrpl</a></li><li class="navelem"><a class="el" href="dir_8d04e3c0b58cad28d7755ed462d1b6c0.html">protocol</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">Indexes.h</div></div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#ifndef XRPL_PROTOCOL_INDEXES_H_INCLUDED</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define XRPL_PROTOCOL_INDEXES_H_INCLUDED</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include &lt;xrpl/basics/base_uint.h&gt;</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#include &lt;xrpl/protocol/Book.h&gt;</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="preprocessor">#include &lt;xrpl/protocol/Keylet.h&gt;</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="preprocessor">#include &lt;xrpl/protocol/LedgerFormats.h&gt;</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="preprocessor">#include &lt;xrpl/protocol/Protocol.h&gt;</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="preprocessor">#include &lt;xrpl/protocol/PublicKey.h&gt;</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="preprocessor">#include &lt;xrpl/protocol/STXChainBridge.h&gt;</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="preprocessor">#include &lt;xrpl/protocol/Serializer.h&gt;</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="preprocessor">#include &lt;xrpl/protocol/UintTypes.h&gt;</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="preprocessor">#include &lt;xrpl/protocol/jss.h&gt;</span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> </div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/cstdint.html">cstdint</a>&gt;</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="preprocessor">#include &lt;<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/set.html">set</a>&gt;</span></div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> </div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceripple.html">ripple</a> {</div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> </div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="keyword">class </span>SeqProxy;</div>
<div class="foldopen" id="foldopen00035" data-start="{" data-end="}">
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"><a class="line" href="namespaceripple_1_1keylet.html"> 35</a></span><span class="keyword">namespace </span>keylet {</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> </div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span>account(<a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; <span class="keywordtype">id</span>) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> </div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a> <span class="keyword">const</span>&amp;</div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a5660f18c64be5f8270fe66fcc25d0de8">amendments</a>() <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> </div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a516c4417e096d959db80ccd8ebcf7b83">child</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; key) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> </div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a> <span class="keyword">const</span>&amp;</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#acda2d89a44551845c5be38291e5c9e8b">skip</a>() <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> </div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#acda2d89a44551845c5be38291e5c9e8b">skip</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> ledger) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> </div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a> <span class="keyword">const</span>&amp;</div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#ac58ecac7b057504ea6c1706c0ee04623">fees</a>() <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> </div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a> <span class="keyword">const</span>&amp;</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a53590de263224dde45f4856da2852319">negativeUNL</a>() <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> </div>
<div class="foldopen" id="foldopen00079" data-start="{" data-end="};">
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"><a class="line" href="structripple_1_1keylet_1_1book__t.html"> 79</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structripple_1_1keylet_1_1book__t.html">book_t</a></div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span>{</div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"><a class="line" href="structripple_1_1keylet_1_1book__t.html#a8d0699ae8164ca26abf706286d91b89d"> 81</a></span> <span class="keyword">explicit</span> <a class="code hl_function" href="structripple_1_1keylet_1_1book__t.html#a8d0699ae8164ca26abf706286d91b89d">book_t</a>() = <span class="keywordflow">default</span>;</div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> </div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> <a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> <a class="code hl_function" href="structripple_1_1keylet_1_1book__t.html#afef20fe31c3f9aba907158ca8d7e9895">operator()</a>(<a class="code hl_class" href="classripple_1_1Book.html">Book</a> <span class="keyword">const</span>&amp; b) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span>};</div>
</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"><a class="line" href="namespaceripple_1_1keylet.html#a5dc4ad00b59a4e63406dab067f0fe021"> 86</a></span><span class="keyword">static</span> <a class="code hl_struct" href="structripple_1_1keylet_1_1book__t.html">book_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple_1_1keylet.html#a5dc4ad00b59a4e63406dab067f0fe021">book</a>{};</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> </div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a55890af7192834c632299746ba300be8">line</a>(</div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> <a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; id0,</div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> <a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; id1,</div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> <a class="code hl_class" href="classripple_1_1base__uint.html">Currency</a> <span class="keyword">const</span>&amp; currency) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> </div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span><span class="keyword">inline</span> <a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="foldopen" id="foldopen00103" data-start="{" data-end="}">
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"><a class="line" href="namespaceripple_1_1keylet.html#a8e0128600b3192fbb5b7ef34edf9bd94"> 103</a></span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a55890af7192834c632299746ba300be8">line</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; <span class="keywordtype">id</span>, <a class="code hl_class" href="classripple_1_1Issue.html">Issue</a> <span class="keyword">const</span>&amp; issue) <span class="keyword">noexcept</span></div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span>{</div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespaceripple_1_1keylet.html#a55890af7192834c632299746ba300be8">line</a>(<span class="keywordtype">id</span>, issue.account, issue.currency);</div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span>}</div>
</div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#aeffddd45805feb6cc0678738b5c21072">offer</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; <span class="keywordtype">id</span>, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> seq) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> </div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span><span class="keyword">inline</span> <a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="foldopen" id="foldopen00115" data-start="{" data-end="}">
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"><a class="line" href="namespaceripple_1_1keylet.html#a9e67eb12de33c2313cbbdbea55691480"> 115</a></span><a class="code hl_function" href="namespaceripple_1_1keylet.html#aeffddd45805feb6cc0678738b5c21072">offer</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; key) <span class="keyword">noexcept</span></div>
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span>{</div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span> <span class="keywordflow">return</span> {ltOFFER, key};</div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span>}</div>
</div>
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"> 122</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a0a100bd2f819f22d2ef41ed7d83a9192">quality</a>(<a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a> <span class="keyword">const</span>&amp; k, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a> q) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> </div>
<div class="foldopen" id="foldopen00126" data-start="{" data-end="};">
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"><a class="line" href="structripple_1_1keylet_1_1next__t.html"> 126</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structripple_1_1keylet_1_1next__t.html">next_t</a></div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span>{</div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"><a class="line" href="structripple_1_1keylet_1_1next__t.html#a789059915bafcb2f361d4a3bbca739f8"> 128</a></span> <span class="keyword">explicit</span> <a class="code hl_function" href="structripple_1_1keylet_1_1next__t.html#a789059915bafcb2f361d4a3bbca739f8">next_t</a>() = <span class="keywordflow">default</span>;</div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> </div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> <a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> <a class="code hl_function" href="structripple_1_1keylet_1_1next__t.html#a88b274e93ea8dd1ac2954f18936413ea">operator()</a>(<a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a> <span class="keyword">const</span>&amp; k) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span>};</div>
</div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"><a class="line" href="namespaceripple_1_1keylet.html#a5616f048c5e7e659cb1010a710b5f506"> 133</a></span><span class="keyword">static</span> <a class="code hl_struct" href="structripple_1_1keylet_1_1next__t.html">next_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple_1_1keylet.html#a5616f048c5e7e659cb1010a710b5f506">next</a>{};</div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span> </div>
<div class="foldopen" id="foldopen00136" data-start="{" data-end="};">
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"><a class="line" href="structripple_1_1keylet_1_1ticket__t.html"> 136</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structripple_1_1keylet_1_1ticket__t.html">ticket_t</a></div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span>{</div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"><a class="line" href="structripple_1_1keylet_1_1ticket__t.html#a61bfed35f0bb0bfb5b3a0b4a5ba80b69"> 138</a></span> <span class="keyword">explicit</span> <a class="code hl_function" href="structripple_1_1keylet_1_1ticket__t.html#a61bfed35f0bb0bfb5b3a0b4a5ba80b69">ticket_t</a>() = <span class="keywordflow">default</span>;</div>
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span> </div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"> 140</span> <a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span> <a class="code hl_function" href="structripple_1_1keylet_1_1ticket__t.html#a51b6f7149e775c304d0e1be2bcfc70b2">operator()</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; <span class="keywordtype">id</span>, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> ticketSeq) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"> 142</span> </div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span> <a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> <a class="code hl_function" href="structripple_1_1keylet_1_1ticket__t.html#a51b6f7149e775c304d0e1be2bcfc70b2">operator()</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; <span class="keywordtype">id</span>, <a class="code hl_class" href="classripple_1_1SeqProxy.html">SeqProxy</a> ticketSeq) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span> </div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span> <a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="foldopen" id="foldopen00147" data-start="{" data-end="}">
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"><a class="line" href="structripple_1_1keylet_1_1ticket__t.html#ac4efa9761e495f1087235068414464de"> 147</a></span> <a class="code hl_function" href="structripple_1_1keylet_1_1ticket__t.html#ac4efa9761e495f1087235068414464de">operator()</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="l00148" name="l00148"></a><span class="lineno"> 148</span><span class="keyword"> </span>{</div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> <span class="keywordflow">return</span> {ltTICKET, key};</div>
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> }</div>
</div>
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span>};</div>
</div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"><a class="line" href="namespaceripple_1_1keylet.html#aee01252a0cd33b8d4f4ad38982c0dcab"> 152</a></span><span class="keyword">static</span> <a class="code hl_struct" href="structripple_1_1keylet_1_1ticket__t.html">ticket_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple_1_1keylet.html#aee01252a0cd33b8d4f4ad38982c0dcab">ticket</a>{};</div>
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span> </div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#ad5c2136f2d2d711114702944633d4fa8">signers</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; account) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> </div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#aefa210f097f27f0e9e67fe65c6271508">check</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; <span class="keywordtype">id</span>, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> seq) <span class="keyword">noexcept</span>;</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><span class="keyword">inline</span> <a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></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="namespaceripple_1_1keylet.html#a40c00aa3056e7712eb29c00b2c21edb4"> 164</a></span><a class="code hl_function" href="namespaceripple_1_1keylet.html#aefa210f097f27f0e9e67fe65c6271508">check</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; key) <span class="keyword">noexcept</span></div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span>{</div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> <span class="keywordflow">return</span> {ltCHECK, key};</div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span>}</div>
</div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#af007cd3970facb09bf54b78026e9d206">depositPreauth</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; owner, <a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; preauthorized) <span class="keyword">noexcept</span>;</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><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#af007cd3970facb09bf54b78026e9d206">depositPreauth</a>(</div>
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> <a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; owner,</div>
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/set.html">std::set</a>&lt;<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/pair.html">std::pair&lt;AccountID, Slice&gt;</a>&gt; <span class="keyword">const</span>&amp; authCreds) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> </div>
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span><span class="keyword">inline</span> <a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="foldopen" id="foldopen00181" data-start="{" data-end="}">
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"><a class="line" href="namespaceripple_1_1keylet.html#aad9274d1e82bc9d89eb6d8e231d9a4d6"> 181</a></span><a class="code hl_function" href="namespaceripple_1_1keylet.html#af007cd3970facb09bf54b78026e9d206">depositPreauth</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; key) <span class="keyword">noexcept</span></div>
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span>{</div>
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> <span class="keywordflow">return</span> {ltDEPOSIT_PREAUTH, key};</div>
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span>}</div>
</div>
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span><span class="comment">//------------------------------------------------------------------------------</span></div>
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> </div>
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#aaaeecce79e0ef09bd851bce0c0f2dfde">unchecked</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; key) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span> </div>
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#acd4d51d467fc6e75745baf179a7965ef">ownerDir</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; <span class="keywordtype">id</span>) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span> </div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#aaa5be5f268b3d5d79e99ce5bcbc4fab2">page</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; <a class="code hl_function" href="namespaceripple.html#acdc87ea9c4ad1742d4aeebac963e8570">root</a>, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a> index = 0) noexcept;</div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> </div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span>inline <a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="foldopen" id="foldopen00203" data-start="{" data-end="}">
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"><a class="line" href="namespaceripple_1_1keylet.html#abcd140b7aaa299b1e88ad736627ed44c"> 203</a></span><a class="code hl_function" href="namespaceripple_1_1keylet.html#aaa5be5f268b3d5d79e99ce5bcbc4fab2">page</a>(<a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a> const&amp; <a class="code hl_function" href="namespaceripple.html#acdc87ea9c4ad1742d4aeebac963e8570">root</a>, <a class="code hl_namespace" href="namespacestd.html">std</a>::uint64_t index = 0) noexcept</div>
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span>{</div>
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> XRPL_ASSERT(</div>
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span> <a class="code hl_function" href="namespaceripple.html#acdc87ea9c4ad1742d4aeebac963e8570">root</a>.type == ltDIR_NODE, <span class="stringliteral">&quot;ripple::keylet::page : valid root type&quot;</span>);</div>
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespaceripple_1_1keylet.html#aaa5be5f268b3d5d79e99ce5bcbc4fab2">page</a>(<a class="code hl_function" href="namespaceripple.html#acdc87ea9c4ad1742d4aeebac963e8570">root</a>.key, index);</div>
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span>}</div>
</div>
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#ab82de2a0ed5a2dde37fcb992a0b36356">escrow</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; src, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> seq) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span> </div>
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#afde577cc367684fb4beceb0100da6195">payChan</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; src, <a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; dst, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> seq) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span> </div>
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#abf6a2f8678a82fc0ea6bf41e3972a9eb">nftpage_min</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; owner);</div>
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> </div>
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#acbbf19b6eb7d5e93f6448832d9e0288c">nftpage_max</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; owner);</div>
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> </div>
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a7c16b0abc727e34b4d83377b7f3da2dd">nftpage</a>(<a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a> <span class="keyword">const</span>&amp; k, <a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; token);</div>
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#adddc4768b4e412ab96f6fff32b8c3903">nftoffer</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; owner, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> seq);</div>
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span> </div>
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span><span class="keyword">inline</span> <a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="foldopen" id="foldopen00244" data-start="{" data-end="}">
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"><a class="line" href="namespaceripple_1_1keylet.html#ada3df754038ddddc5e14d0475d5224eb"> 244</a></span><a class="code hl_function" href="namespaceripple_1_1keylet.html#adddc4768b4e412ab96f6fff32b8c3903">nftoffer</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; <a class="code hl_function" href="namespaceripple_1_1keylet.html#aeffddd45805feb6cc0678738b5c21072">offer</a>)</div>
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span>{</div>
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> <span class="keywordflow">return</span> {ltNFTOKEN_OFFER, <a class="code hl_function" href="namespaceripple_1_1keylet.html#aeffddd45805feb6cc0678738b5c21072">offer</a>};</div>
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span>}</div>
</div>
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> </div>
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#acd8269a59407a4ef316da86a66db314c">nft_buys</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; <span class="keywordtype">id</span>) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span> </div>
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#acde54a71987c73328dd2569d07ef3f7d">nft_sells</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; <span class="keywordtype">id</span>) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> </div>
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a54b18d5d8dab25d338f7e105bea1068b">amm</a>(<a class="code hl_class" href="classripple_1_1Asset.html">Asset</a> <span class="keyword">const</span>&amp; issue1, <a class="code hl_class" href="classripple_1_1Asset.html">Asset</a> <span class="keyword">const</span>&amp; issue2) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span> </div>
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"> 261</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a54b18d5d8dab25d338f7e105bea1068b">amm</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; <a class="code hl_function" href="namespaceripple_1_1keylet.html#a54b18d5d8dab25d338f7e105bea1068b">amm</a>) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"> 263</span> </div>
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"> 265</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a151731f161a5d0dd5049636e1cdc7699">delegate</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; account, <a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; authorizedAccount) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span> </div>
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#ac571941ebdceac5988d1275460041a48">bridge</a>(<a class="code hl_class" href="classripple_1_1STXChainBridge.html">STXChainBridge</a> <span class="keyword">const</span>&amp; <a class="code hl_function" href="namespaceripple_1_1keylet.html#ac571941ebdceac5988d1275460041a48">bridge</a>, <a class="code hl_enumeration" href="classripple_1_1STXChainBridge.html#a3b751ce2ed6b3f2cbde126e6e2d2f051">STXChainBridge::ChainType</a> chainType);</div>
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span> </div>
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span><span class="comment">// `seq` is stored as `sfXChainClaimID` in the object</span></div>
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a82fb5560a5bb14662d71eb4de01b56b2">xChainClaimID</a>(<a class="code hl_class" href="classripple_1_1STXChainBridge.html">STXChainBridge</a> <span class="keyword">const</span>&amp; <a class="code hl_function" href="namespaceripple_1_1keylet.html#ac571941ebdceac5988d1275460041a48">bridge</a>, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a> seq);</div>
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> </div>
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"> 275</span><span class="comment">// `seq` is stored as `sfXChainAccountCreateCount` in the object</span></div>
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"> 277</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#adcd78c46a42dfa46394fb6693272ac5e">xChainCreateAccountClaimID</a>(<a class="code hl_class" href="classripple_1_1STXChainBridge.html">STXChainBridge</a> <span class="keyword">const</span>&amp; <a class="code hl_function" href="namespaceripple_1_1keylet.html#ac571941ebdceac5988d1275460041a48">bridge</a>, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a> seq);</div>
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"> 278</span> </div>
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a89f207b0bdf0ef73cf0d9c35e49ef227">did</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; account) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span> </div>
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"> 283</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a0c8501b7162b24e030168fb13b6d774a">oracle</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; account, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span>&amp; documentID) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"> 284</span> </div>
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"> 285</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span><a class="code hl_enumvalue" href="namespaceripple.html#ad5143ceada01141772ae4aab984f94bda7c7c74ef60d5950b8abb1ba20e964cdf">credential</a>(</div>
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"> 287</span> <a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; subject,</div>
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"> 288</span> <a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; issuer,</div>
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span> <a class="code hl_class" href="classripple_1_1Slice.html">Slice</a> <span class="keyword">const</span>&amp; credType) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"> 290</span> </div>
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span><span class="keyword">inline</span> <a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="foldopen" id="foldopen00292" data-start="{" data-end="}">
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"><a class="line" href="namespaceripple_1_1keylet.html#af9428d23f28e2627af488d2e23097b12"> 292</a></span><a class="code hl_enumvalue" href="namespaceripple.html#ad5143ceada01141772ae4aab984f94bda7c7c74ef60d5950b8abb1ba20e964cdf">credential</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; key) <span class="keyword">noexcept</span></div>
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"> 293</span>{</div>
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"> 294</span> <span class="keywordflow">return</span> {ltCREDENTIAL, key};</div>
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"> 295</span>}</div>
</div>
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"> 296</span> </div>
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"> 297</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"> 298</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a7e12ae09e428d8a07cf82d04e62b7608">mptIssuance</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> seq, <a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; issuer) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"> 299</span> </div>
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a7e12ae09e428d8a07cf82d04e62b7608">mptIssuance</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">MPTID</a> <span class="keyword">const</span>&amp; issuanceID) <span class="keyword">noexcept</span>;</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="keyword">inline</span> <a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></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="namespaceripple_1_1keylet.html#ac80aa9613bbb497c46afd7cc8e356297"> 304</a></span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a7e12ae09e428d8a07cf82d04e62b7608">mptIssuance</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; issuanceKey)</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> <span class="keywordflow">return</span> {ltMPTOKEN_ISSUANCE, issuanceKey};</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_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"> 310</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a0b633d70e4945551f224eb8c94d76eef">mptoken</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">MPTID</a> <span class="keyword">const</span>&amp; issuanceID, <a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; holder) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"> 311</span> </div>
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"> 312</span><span class="keyword">inline</span> <a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="foldopen" id="foldopen00313" data-start="{" data-end="}">
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"><a class="line" href="namespaceripple_1_1keylet.html#a08c6f25962aefa58f74fdd8640504dac"> 313</a></span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a0b633d70e4945551f224eb8c94d76eef">mptoken</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; mptokenKey)</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> <span class="keywordflow">return</span> {ltMPTOKEN, mptokenKey};</div>
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span>}</div>
</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><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a0b633d70e4945551f224eb8c94d76eef">mptoken</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; issuanceKey, <a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; holder) <span class="keyword">noexcept</span>;</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_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a95e5972478699bdc76c2efe69e9484df">vault</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; owner, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> seq) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"> 323</span> </div>
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span><span class="keyword">inline</span> <a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="foldopen" id="foldopen00325" data-start="{" data-end="}">
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"><a class="line" href="namespaceripple_1_1keylet.html#a57aaddf7609aff31d4aa7a7527208f14"> 325</a></span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a95e5972478699bdc76c2efe69e9484df">vault</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; vaultKey)</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> <span class="keywordflow">return</span> {ltVAULT, vaultKey};</div>
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span>}</div>
</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><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"> 331</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a51879ade5bc763231874ba4298bf17d3">permissionedDomain</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">AccountID</a> <span class="keyword">const</span>&amp; account, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> seq) <span class="keyword">noexcept</span>;</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><a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a></div>
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"> 334</span><a class="code hl_function" href="namespaceripple_1_1keylet.html#a51879ade5bc763231874ba4298bf17d3">permissionedDomain</a>(<a class="code hl_class" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&amp; domainID) <span class="keyword">noexcept</span>;</div>
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span>} <span class="comment">// namespace keylet</span></div>
</div>
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"> 336</span> </div>
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"> 337</span><span class="comment">// Everything below is deprecated and should be removed in favor of keylets:</span></div>
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"> 338</span> </div>
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"> 339</span><a class="code hl_typedef" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"> 340</span><a class="code hl_function" href="namespaceripple.html#aeb5ef72b34cf7a324641e7a7f696d4cc">getBookBase</a>(Book <span class="keyword">const</span>&amp; book);</div>
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"> 341</span> </div>
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"> 342</span><a class="code hl_typedef" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span><a class="code hl_function" href="namespaceripple.html#aae2b8e3c2ed21dcbae53a626c885af3d">getQualityNext</a>(<a class="code hl_typedef" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a> <span class="keyword">const</span>&amp; uBase);</div>
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"> 344</span> </div>
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"> 345</span><span class="comment">// VFALCO This name could be better</span></div>
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"> 346</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a></div>
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span><a class="code hl_function" href="namespaceripple.html#a25fb2b2098567a8286557fbd445ce146">getQuality</a>(<a class="code hl_typedef" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a> <span class="keyword">const</span>&amp; uBase);</div>
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"> 348</span> </div>
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"> 349</span><a class="code hl_typedef" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"> 350</span><a class="code hl_function" href="namespaceripple.html#ab2bc2775fea3f2fd9210def82b415178">getTicketIndex</a>(<a class="code hl_typedef" href="namespaceripple.html#a00ae0d729cb3e35b6bcac9a27ebb5284">AccountID</a> <span class="keyword">const</span>&amp; account, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> uSequence);</div>
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"> 351</span> </div>
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"> 352</span><a class="code hl_typedef" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a></div>
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"> 353</span><a class="code hl_function" href="namespaceripple.html#ab2bc2775fea3f2fd9210def82b415178">getTicketIndex</a>(<a class="code hl_typedef" href="namespaceripple.html#a00ae0d729cb3e35b6bcac9a27ebb5284">AccountID</a> <span class="keyword">const</span>&amp; account, SeqProxy ticketSeq);</div>
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"> 354</span> </div>
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"> 355</span><span class="keyword">template</span> &lt;<span class="keyword">class</span>... keyletParams&gt;</div>
<div class="foldopen" id="foldopen00356" data-start="{" data-end="};">
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"><a class="line" href="structripple_1_1keyletDesc.html"> 356</a></span><span class="keyword">struct </span><a class="code hl_struct" href="structripple_1_1keyletDesc.html">keyletDesc</a></div>
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</span>{</div>
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"><a class="line" href="structripple_1_1keyletDesc.html#ad831b8deae16ab6fd2291eab85237193"> 358</a></span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/functional/function.html">std::function</a>&lt;<a class="code hl_struct" href="structripple_1_1Keylet.html">Keylet</a>(keyletParams...)&gt; <a class="code hl_variable" href="structripple_1_1keyletDesc.html#ad831b8deae16ab6fd2291eab85237193">function</a>;</div>
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"><a class="line" href="structripple_1_1keyletDesc.html#a0a23ffc2e38f2b11e0ed217fcfb5f79c"> 359</a></span> <a class="code hl_class" href="classJson_1_1StaticString.html">Json::StaticString</a> <a class="code hl_variable" href="structripple_1_1keyletDesc.html#a0a23ffc2e38f2b11e0ed217fcfb5f79c">expectedLEName</a>;</div>
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"><a class="line" href="structripple_1_1keyletDesc.html#a87cecb136260505c38a7c36d5d0d81cc"> 360</a></span> <span class="keywordtype">bool</span> <a class="code hl_variable" href="structripple_1_1keyletDesc.html#a87cecb136260505c38a7c36d5d0d81cc">includeInTests</a>;</div>
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"> 361</span>};</div>
</div>
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span> </div>
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span><span class="comment">// This list should include all of the keylet functions that take a single</span></div>
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span><span class="comment">// AccountID parameter.</span></div>
<div class="foldopen" id="foldopen00365" data-start="{" data-end="};">
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"><a class="line" href="namespaceripple.html#a73ed0d6e9287f85c0042e3a5ca22dd18"> 365</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/container/array.html">std::array&lt;keyletDesc&lt;AccountID const&amp;&gt;</a>, 6&gt; <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a73ed0d6e9287f85c0042e3a5ca22dd18">directAccountKeylets</a>{</div>
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span> {{&amp;<a class="code hl_function" href="namespaceripple_1_1keylet.html#aa756e0f59b26042ed00a4d0ba6e96951">keylet::account</a>, jss::AccountRoot, <span class="keyword">false</span>},</div>
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"> 367</span> {&amp;<a class="code hl_function" href="namespaceripple_1_1keylet.html#acd4d51d467fc6e75745baf179a7965ef">keylet::ownerDir</a>, jss::DirectoryNode, <span class="keyword">true</span>},</div>
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"> 368</span> {&amp;<a class="code hl_function" href="namespaceripple_1_1keylet.html#ad5c2136f2d2d711114702944633d4fa8">keylet::signers</a>, jss::SignerList, <span class="keyword">true</span>},</div>
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"> 369</span> <span class="comment">// It&#39;s normally impossible to create an item at nftpage_min, but</span></div>
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"> 370</span> <span class="comment">// test it anyway, since the invariant checks for it.</span></div>
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"> 371</span> {&amp;<a class="code hl_function" href="namespaceripple_1_1keylet.html#abf6a2f8678a82fc0ea6bf41e3972a9eb">keylet::nftpage_min</a>, jss::NFTokenPage, <span class="keyword">true</span>},</div>
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"> 372</span> {&amp;<a class="code hl_function" href="namespaceripple_1_1keylet.html#acbbf19b6eb7d5e93f6448832d9e0288c">keylet::nftpage_max</a>, jss::NFTokenPage, <span class="keyword">true</span>},</div>
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"> 373</span> {&amp;<a class="code hl_function" href="namespaceripple_1_1keylet.html#a89f207b0bdf0ef73cf0d9c35e49ef227">keylet::did</a>, jss::DID, <span class="keyword">true</span>}}};</div>
</div>
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"> 374</span> </div>
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"> 375</span><a class="code hl_typedef" href="namespaceripple.html#a48dcfc87a5a55b47e868c00da3daa3f1">MPTID</a></div>
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span><a class="code hl_function" href="namespaceripple.html#ada7386b27acb89f86fc5ac2826eef5f4">makeMptID</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> sequence, <a class="code hl_typedef" href="namespaceripple.html#a00ae0d729cb3e35b6bcac9a27ebb5284">AccountID</a> <span class="keyword">const</span>&amp; account);</div>
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span> </div>
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span>} <span class="comment">// namespace ripple</span></div>
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span> </div>
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span><span class="preprocessor">#endif</span></div>
<div class="ttc" id="aarray_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/array.html">std::array</a></div></div>
<div class="ttc" id="aclassJson_1_1StaticString_html"><div class="ttname"><a href="classJson_1_1StaticString.html">Json::StaticString</a></div><div class="ttdoc">Lightweight wrapper to tag static string.</div><div class="ttdef"><b>Definition</b> <a href="json__value_8h_source.html#l00044">json_value.h:45</a></div></div>
<div class="ttc" id="aclassripple_1_1Asset_html"><div class="ttname"><a href="classripple_1_1Asset.html">ripple::Asset</a></div><div class="ttdef"><b>Definition</b> <a href="Asset_8h_source.html#l00028">Asset.h:29</a></div></div>
<div class="ttc" id="aclassripple_1_1Book_html"><div class="ttname"><a href="classripple_1_1Book.html">ripple::Book</a></div><div class="ttdoc">Specifies an order book.</div><div class="ttdef"><b>Definition</b> <a href="Book_8h_source.html#l00016">Book.h:17</a></div></div>
<div class="ttc" id="aclassripple_1_1Issue_html"><div class="ttname"><a href="classripple_1_1Issue.html">ripple::Issue</a></div><div class="ttdoc">A currency issued by an account.</div><div class="ttdef"><b>Definition</b> <a href="Issue_8h_source.html#l00013">Issue.h:14</a></div></div>
<div class="ttc" id="aclassripple_1_1STXChainBridge_html"><div class="ttname"><a href="classripple_1_1STXChainBridge.html">ripple::STXChainBridge</a></div><div class="ttdef"><b>Definition</b> <a href="STXChainBridge_8h_source.html#l00014">STXChainBridge.h:15</a></div></div>
<div class="ttc" id="aclassripple_1_1STXChainBridge_html_a3b751ce2ed6b3f2cbde126e6e2d2f051"><div class="ttname"><a href="classripple_1_1STXChainBridge.html#a3b751ce2ed6b3f2cbde126e6e2d2f051">ripple::STXChainBridge::ChainType</a></div><div class="ttdeci">ChainType</div><div class="ttdef"><b>Definition</b> <a href="STXChainBridge_8h_source.html#l00024">STXChainBridge.h:24</a></div></div>
<div class="ttc" id="aclassripple_1_1SeqProxy_html"><div class="ttname"><a href="classripple_1_1SeqProxy.html">ripple::SeqProxy</a></div><div class="ttdoc">A type that represents either a sequence value or a ticket value.</div><div class="ttdef"><b>Definition</b> <a href="SeqProxy_8h_source.html#l00036">SeqProxy.h:37</a></div></div>
<div class="ttc" id="aclassripple_1_1Slice_html"><div class="ttname"><a href="classripple_1_1Slice.html">ripple::Slice</a></div><div class="ttdoc">An immutable linear range of bytes.</div><div class="ttdef"><b>Definition</b> <a href="Slice_8h_source.html#l00026">Slice.h:27</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; 160, detail::AccountIDTag &gt;</a></div></div>
<div class="ttc" id="acstdint_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/cstdint.html">cstdint</a></div></div>
<div class="ttc" id="afunction_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/functional/function.html">std::function</a></div></div>
<div class="ttc" id="ainteger_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_a0a100bd2f819f22d2ef41ed7d83a9192"><div class="ttname"><a href="namespaceripple_1_1keylet.html#a0a100bd2f819f22d2ef41ed7d83a9192">ripple::keylet::quality</a></div><div class="ttdeci">Keylet quality(Keylet const &amp;k, std::uint64_t q) noexcept</div><div class="ttdoc">The initial directory page for a specific quality.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00261">Indexes.cpp:261</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_a0b633d70e4945551f224eb8c94d76eef"><div class="ttname"><a href="namespaceripple_1_1keylet.html#a0b633d70e4945551f224eb8c94d76eef">ripple::keylet::mptoken</a></div><div class="ttdeci">Keylet mptoken(MPTID const &amp;issuanceID, AccountID const &amp;holder) noexcept</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00521">Indexes.cpp:521</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_a0c8501b7162b24e030168fb13b6d774a"><div class="ttname"><a href="namespaceripple_1_1keylet.html#a0c8501b7162b24e030168fb13b6d774a">ripple::keylet::oracle</a></div><div class="ttdeci">Keylet oracle(AccountID const &amp;account, std::uint32_t const &amp;documentID) noexcept</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00501">Indexes.cpp:501</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_a151731f161a5d0dd5049636e1cdc7699"><div class="ttname"><a href="namespaceripple_1_1keylet.html#a151731f161a5d0dd5049636e1cdc7699">ripple::keylet::delegate</a></div><div class="ttdeci">Keylet delegate(AccountID const &amp;account, AccountID const &amp;authorizedAccount) noexcept</div><div class="ttdoc">A keylet for Delegate object.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00446">Indexes.cpp:446</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_a516c4417e096d959db80ccd8ebcf7b83"><div class="ttname"><a href="namespaceripple_1_1keylet.html#a516c4417e096d959db80ccd8ebcf7b83">ripple::keylet::child</a></div><div class="ttdeci">Keylet child(uint256 const &amp;key) noexcept</div><div class="ttdoc">Any item that can be in an owner dir.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00171">Indexes.cpp:171</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_a51879ade5bc763231874ba4298bf17d3"><div class="ttname"><a href="namespaceripple_1_1keylet.html#a51879ade5bc763231874ba4298bf17d3">ripple::keylet::permissionedDomain</a></div><div class="ttdeci">Keylet permissionedDomain(AccountID const &amp;account, std::uint32_t seq) noexcept</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00551">Indexes.cpp:551</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_a53590de263224dde45f4856da2852319"><div class="ttname"><a href="namespaceripple_1_1keylet.html#a53590de263224dde45f4856da2852319">ripple::keylet::negativeUNL</a></div><div class="ttdeci">Keylet const &amp; negativeUNL() noexcept</div><div class="ttdoc">The (fixed) index of the object containing the ledger negativeUNL.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00211">Indexes.cpp:211</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_a54b18d5d8dab25d338f7e105bea1068b"><div class="ttname"><a href="namespaceripple_1_1keylet.html#a54b18d5d8dab25d338f7e105bea1068b">ripple::keylet::amm</a></div><div class="ttdeci">Keylet amm(Asset const &amp;issue1, Asset const &amp;issue2) noexcept</div><div class="ttdoc">AMM entry.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00427">Indexes.cpp:427</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_a55890af7192834c632299746ba300be8"><div class="ttname"><a href="namespaceripple_1_1keylet.html#a55890af7192834c632299746ba300be8">ripple::keylet::line</a></div><div class="ttdeci">Keylet line(AccountID const &amp;id0, AccountID const &amp;id1, Currency const &amp;currency) noexcept</div><div class="ttdoc">The index of a trust line for a given currency.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00225">Indexes.cpp:225</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_a5616f048c5e7e659cb1010a710b5f506"><div class="ttname"><a href="namespaceripple_1_1keylet.html#a5616f048c5e7e659cb1010a710b5f506">ripple::keylet::next</a></div><div class="ttdeci">static next_t const next</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8h_source.html#l00133">Indexes.h:133</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_a5660f18c64be5f8270fe66fcc25d0de8"><div class="ttname"><a href="namespaceripple_1_1keylet.html#a5660f18c64be5f8270fe66fcc25d0de8">ripple::keylet::amendments</a></div><div class="ttdeci">Keylet const &amp; amendments() noexcept</div><div class="ttdoc">The index of the amendment table.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00195">Indexes.cpp:195</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_a5dc4ad00b59a4e63406dab067f0fe021"><div class="ttname"><a href="namespaceripple_1_1keylet.html#a5dc4ad00b59a4e63406dab067f0fe021">ripple::keylet::book</a></div><div class="ttdeci">static book_t const book</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8h_source.html#l00086">Indexes.h:86</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_a7c16b0abc727e34b4d83377b7f3da2dd"><div class="ttname"><a href="namespaceripple_1_1keylet.html#a7c16b0abc727e34b4d83377b7f3da2dd">ripple::keylet::nftpage</a></div><div class="ttdeci">Keylet nftpage(Keylet const &amp;k, uint256 const &amp;token)</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00400">Indexes.cpp:400</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_a7e12ae09e428d8a07cf82d04e62b7608"><div class="ttname"><a href="namespaceripple_1_1keylet.html#a7e12ae09e428d8a07cf82d04e62b7608">ripple::keylet::mptIssuance</a></div><div class="ttdeci">Keylet mptIssuance(std::uint32_t seq, AccountID const &amp;issuer) noexcept</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00507">Indexes.cpp:507</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_a82fb5560a5bb14662d71eb4de01b56b2"><div class="ttname"><a href="namespaceripple_1_1keylet.html#a82fb5560a5bb14662d71eb4de01b56b2">ripple::keylet::xChainClaimID</a></div><div class="ttdeci">Keylet xChainClaimID(STXChainBridge const &amp;bridge, std::uint64_t seq)</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00467">Indexes.cpp:467</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_a89f207b0bdf0ef73cf0d9c35e49ef227"><div class="ttname"><a href="namespaceripple_1_1keylet.html#a89f207b0bdf0ef73cf0d9c35e49ef227">ripple::keylet::did</a></div><div class="ttdeci">Keylet did(AccountID const &amp;account) noexcept</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00495">Indexes.cpp:495</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_a95e5972478699bdc76c2efe69e9484df"><div class="ttname"><a href="namespaceripple_1_1keylet.html#a95e5972478699bdc76c2efe69e9484df">ripple::keylet::vault</a></div><div class="ttdeci">Keylet vault(AccountID const &amp;owner, std::uint32_t seq) noexcept</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00545">Indexes.cpp:545</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_aa756e0f59b26042ed00a4d0ba6e96951"><div class="ttname"><a href="namespaceripple_1_1keylet.html#aa756e0f59b26042ed00a4d0ba6e96951">ripple::keylet::account</a></div><div class="ttdeci">Keylet account(AccountID const &amp;id) noexcept</div><div class="ttdoc">AccountID root.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00165">Indexes.cpp:165</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_aaa5be5f268b3d5d79e99ce5bcbc4fab2"><div class="ttname"><a href="namespaceripple_1_1keylet.html#aaa5be5f268b3d5d79e99ce5bcbc4fab2">ripple::keylet::page</a></div><div class="ttdeci">Keylet page(uint256 const &amp;root, std::uint64_t index=0) noexcept</div><div class="ttdoc">A page in a directory.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00361">Indexes.cpp:361</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_aaaeecce79e0ef09bd851bce0c0f2dfde"><div class="ttname"><a href="namespaceripple_1_1keylet.html#aaaeecce79e0ef09bd851bce0c0f2dfde">ripple::keylet::unchecked</a></div><div class="ttdeci">Keylet unchecked(uint256 const &amp;key) noexcept</div><div class="ttdoc">Any ledger entry.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00349">Indexes.cpp:349</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_ab82de2a0ed5a2dde37fcb992a0b36356"><div class="ttname"><a href="namespaceripple_1_1keylet.html#ab82de2a0ed5a2dde37fcb992a0b36356">ripple::keylet::escrow</a></div><div class="ttdeci">Keylet escrow(AccountID const &amp;src, std::uint32_t seq) noexcept</div><div class="ttdoc">An escrow entry.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00370">Indexes.cpp:370</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_abf6a2f8678a82fc0ea6bf41e3972a9eb"><div class="ttname"><a href="namespaceripple_1_1keylet.html#abf6a2f8678a82fc0ea6bf41e3972a9eb">ripple::keylet::nftpage_min</a></div><div class="ttdeci">Keylet nftpage_min(AccountID const &amp;owner)</div><div class="ttdoc">NFT page keylets.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00384">Indexes.cpp:384</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_ac571941ebdceac5988d1275460041a48"><div class="ttname"><a href="namespaceripple_1_1keylet.html#ac571941ebdceac5988d1275460041a48">ripple::keylet::bridge</a></div><div class="ttdeci">Keylet bridge(STXChainBridge const &amp;bridge, STXChainBridge::ChainType chainType)</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00454">Indexes.cpp:454</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_ac58ecac7b057504ea6c1706c0ee04623"><div class="ttname"><a href="namespaceripple_1_1keylet.html#ac58ecac7b057504ea6c1706c0ee04623">ripple::keylet::fees</a></div><div class="ttdeci">Keylet const &amp; fees() noexcept</div><div class="ttdoc">The (fixed) index of the object containing the ledger fees.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00203">Indexes.cpp:203</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_acbbf19b6eb7d5e93f6448832d9e0288c"><div class="ttname"><a href="namespaceripple_1_1keylet.html#acbbf19b6eb7d5e93f6448832d9e0288c">ripple::keylet::nftpage_max</a></div><div class="ttdeci">Keylet nftpage_max(AccountID const &amp;owner)</div><div class="ttdoc">A keylet for the owner's last possible NFT page.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00392">Indexes.cpp:392</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_acd4d51d467fc6e75745baf179a7965ef"><div class="ttname"><a href="namespaceripple_1_1keylet.html#acd4d51d467fc6e75745baf179a7965ef">ripple::keylet::ownerDir</a></div><div class="ttdeci">Keylet ownerDir(AccountID const &amp;id) noexcept</div><div class="ttdoc">The root page of an account's directory.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00355">Indexes.cpp:355</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_acd8269a59407a4ef316da86a66db314c"><div class="ttname"><a href="namespaceripple_1_1keylet.html#acd8269a59407a4ef316da86a66db314c">ripple::keylet::nft_buys</a></div><div class="ttdeci">Keylet nft_buys(uint256 const &amp;id) noexcept</div><div class="ttdoc">The directory of buy offers for the specified NFT.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00415">Indexes.cpp:415</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_acda2d89a44551845c5be38291e5c9e8b"><div class="ttname"><a href="namespaceripple_1_1keylet.html#acda2d89a44551845c5be38291e5c9e8b">ripple::keylet::skip</a></div><div class="ttdeci">Keylet const &amp; skip() noexcept</div><div class="ttdoc">The index of the &quot;short&quot; skip list.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00177">Indexes.cpp:177</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_acde54a71987c73328dd2569d07ef3f7d"><div class="ttname"><a href="namespaceripple_1_1keylet.html#acde54a71987c73328dd2569d07ef3f7d">ripple::keylet::nft_sells</a></div><div class="ttdeci">Keylet nft_sells(uint256 const &amp;id) noexcept</div><div class="ttdoc">The directory of sell offers for the specified NFT.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00421">Indexes.cpp:421</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_ad5c2136f2d2d711114702944633d4fa8"><div class="ttname"><a href="namespaceripple_1_1keylet.html#ad5c2136f2d2d711114702944633d4fa8">ripple::keylet::signers</a></div><div class="ttdeci">Keylet signers(AccountID const &amp;account) noexcept</div><div class="ttdoc">A SignerList.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00311">Indexes.cpp:311</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_adcd78c46a42dfa46394fb6693272ac5e"><div class="ttname"><a href="namespaceripple_1_1keylet.html#adcd78c46a42dfa46394fb6693272ac5e">ripple::keylet::xChainCreateAccountClaimID</a></div><div class="ttdeci">Keylet xChainCreateAccountClaimID(STXChainBridge const &amp;bridge, std::uint64_t seq)</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00481">Indexes.cpp:481</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_adddc4768b4e412ab96f6fff32b8c3903"><div class="ttname"><a href="namespaceripple_1_1keylet.html#adddc4768b4e412ab96f6fff32b8c3903">ripple::keylet::nftoffer</a></div><div class="ttdeci">Keylet nftoffer(AccountID const &amp;owner, std::uint32_t seq)</div><div class="ttdoc">An offer from an account to buy or sell an NFT.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00408">Indexes.cpp:408</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_aee01252a0cd33b8d4f4ad38982c0dcab"><div class="ttname"><a href="namespaceripple_1_1keylet.html#aee01252a0cd33b8d4f4ad38982c0dcab">ripple::keylet::ticket</a></div><div class="ttdeci">static ticket_t const ticket</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8h_source.html#l00152">Indexes.h:152</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_aefa210f097f27f0e9e67fe65c6271508"><div class="ttname"><a href="namespaceripple_1_1keylet.html#aefa210f097f27f0e9e67fe65c6271508">ripple::keylet::check</a></div><div class="ttdeci">Keylet check(AccountID const &amp;id, std::uint32_t seq) noexcept</div><div class="ttdoc">A Check.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00317">Indexes.cpp:317</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_aeffddd45805feb6cc0678738b5c21072"><div class="ttname"><a href="namespaceripple_1_1keylet.html#aeffddd45805feb6cc0678738b5c21072">ripple::keylet::offer</a></div><div class="ttdeci">Keylet offer(AccountID const &amp;id, std::uint32_t seq) noexcept</div><div class="ttdoc">An offer from an account.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00255">Indexes.cpp:255</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_af007cd3970facb09bf54b78026e9d206"><div class="ttname"><a href="namespaceripple_1_1keylet.html#af007cd3970facb09bf54b78026e9d206">ripple::keylet::depositPreauth</a></div><div class="ttdeci">Keylet depositPreauth(AccountID const &amp;owner, AccountID const &amp;preauthorized) noexcept</div><div class="ttdoc">A DepositPreauth.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00323">Indexes.cpp:323</a></div></div>
<div class="ttc" id="anamespaceripple_1_1keylet_html_afde577cc367684fb4beceb0100da6195"><div class="ttname"><a href="namespaceripple_1_1keylet.html#afde577cc367684fb4beceb0100da6195">ripple::keylet::payChan</a></div><div class="ttdeci">Keylet payChan(AccountID const &amp;src, AccountID const &amp;dst, std::uint32_t seq) noexcept</div><div class="ttdoc">A PaymentChannel.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00376">Indexes.cpp:376</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#l00006">algorithm.h:6</a></div></div>
<div class="ttc" id="anamespaceripple_html_a00ae0d729cb3e35b6bcac9a27ebb5284"><div class="ttname"><a href="namespaceripple.html#a00ae0d729cb3e35b6bcac9a27ebb5284">ripple::AccountID</a></div><div class="ttdeci">base_uint&lt; 160, detail::AccountIDTag &gt; AccountID</div><div class="ttdoc">A 160-bit unsigned that uniquely identifies an account.</div><div class="ttdef"><b>Definition</b> <a href="AccountID_8h_source.html#l00029">AccountID.h:29</a></div></div>
<div class="ttc" id="anamespaceripple_html_a25fb2b2098567a8286557fbd445ce146"><div class="ttname"><a href="namespaceripple.html#a25fb2b2098567a8286557fbd445ce146">ripple::getQuality</a></div><div class="ttdeci">std::uint64_t getQuality(uint256 const &amp;uBase)</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00130">Indexes.cpp:130</a></div></div>
<div class="ttc" id="anamespaceripple_html_a356c68147333a9a48a344718038576d9"><div class="ttname"><a href="namespaceripple.html#a356c68147333a9a48a344718038576d9">ripple::uint256</a></div><div class="ttdeci">base_uint&lt; 256 &gt; uint256</div><div class="ttdef"><b>Definition</b> <a href="base__uint_8h_source.html#l00539">base_uint.h:539</a></div></div>
<div class="ttc" id="anamespaceripple_html_a48dcfc87a5a55b47e868c00da3daa3f1"><div class="ttname"><a href="namespaceripple.html#a48dcfc87a5a55b47e868c00da3daa3f1">ripple::MPTID</a></div><div class="ttdeci">base_uint&lt; 192 &gt; MPTID</div><div class="ttdoc">MPTID is a 192-bit value representing MPT Issuance ID, which is a concatenation of a 32-bit sequence ...</div><div class="ttdef"><b>Definition</b> <a href="UintTypes_8h_source.html#l00045">UintTypes.h:45</a></div></div>
<div class="ttc" id="anamespaceripple_html_a73ed0d6e9287f85c0042e3a5ca22dd18"><div class="ttname"><a href="namespaceripple.html#a73ed0d6e9287f85c0042e3a5ca22dd18">ripple::directAccountKeylets</a></div><div class="ttdeci">std::array&lt; keyletDesc&lt; AccountID const &amp; &gt;, 6 &gt; const directAccountKeylets</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8h_source.html#l00365">Indexes.h:365</a></div></div>
<div class="ttc" id="anamespaceripple_html_aae2b8e3c2ed21dcbae53a626c885af3d"><div class="ttname"><a href="namespaceripple.html#aae2b8e3c2ed21dcbae53a626c885af3d">ripple::getQualityNext</a></div><div class="ttdeci">uint256 getQualityNext(uint256 const &amp;uBase)</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00122">Indexes.cpp:122</a></div></div>
<div class="ttc" id="anamespaceripple_html_ab2bc2775fea3f2fd9210def82b415178"><div class="ttname"><a href="namespaceripple.html#ab2bc2775fea3f2fd9210def82b415178">ripple::getTicketIndex</a></div><div class="ttdeci">uint256 getTicketIndex(AccountID const &amp;account, std::uint32_t uSequence)</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00137">Indexes.cpp:137</a></div></div>
<div class="ttc" id="anamespaceripple_html_acdc87ea9c4ad1742d4aeebac963e8570"><div class="ttname"><a href="namespaceripple.html#acdc87ea9c4ad1742d4aeebac963e8570">ripple::root</a></div><div class="ttdeci">Number root(Number f, unsigned d)</div><div class="ttdef"><b>Definition</b> <a href="Number_8cpp_source.html#l00617">Number.cpp:617</a></div></div>
<div class="ttc" id="anamespaceripple_html_ad5143ceada01141772ae4aab984f94bda7c7c74ef60d5950b8abb1ba20e964cdf"><div class="ttname"><a href="namespaceripple.html#ad5143ceada01141772ae4aab984f94bda7c7c74ef60d5950b8abb1ba20e964cdf">ripple::HashPrefix::credential</a></div><div class="ttdeci">@ credential</div><div class="ttdoc">Credentials signature.</div></div>
<div class="ttc" id="anamespaceripple_html_ada7386b27acb89f86fc5ac2826eef5f4"><div class="ttname"><a href="namespaceripple.html#ada7386b27acb89f86fc5ac2826eef5f4">ripple::makeMptID</a></div><div class="ttdeci">MPTID makeMptID(std::uint32_t sequence, AccountID const &amp;account)</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00151">Indexes.cpp:151</a></div></div>
<div class="ttc" id="anamespaceripple_html_aeb5ef72b34cf7a324641e7a7f696d4cc"><div class="ttname"><a href="namespaceripple.html#aeb5ef72b34cf7a324641e7a7f696d4cc">ripple::getBookBase</a></div><div class="ttdeci">uint256 getBookBase(Book const &amp;book)</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00096">Indexes.cpp:96</a></div></div>
<div class="ttc" id="anamespacestd_html"><div class="ttname"><a href="namespacestd.html">std</a></div><div class="ttdoc">STL namespace.</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="aset_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/set.html">set</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#l00019">Keylet.h:20</a></div></div>
<div class="ttc" id="astructripple_1_1keyletDesc_html"><div class="ttname"><a href="structripple_1_1keyletDesc.html">ripple::keyletDesc</a></div><div class="ttdef"><b>Definition</b> <a href="Indexes_8h_source.html#l00356">Indexes.h:357</a></div></div>
<div class="ttc" id="astructripple_1_1keyletDesc_html_a0a23ffc2e38f2b11e0ed217fcfb5f79c"><div class="ttname"><a href="structripple_1_1keyletDesc.html#a0a23ffc2e38f2b11e0ed217fcfb5f79c">ripple::keyletDesc::expectedLEName</a></div><div class="ttdeci">Json::StaticString expectedLEName</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8h_source.html#l00359">Indexes.h:359</a></div></div>
<div class="ttc" id="astructripple_1_1keyletDesc_html_a87cecb136260505c38a7c36d5d0d81cc"><div class="ttname"><a href="structripple_1_1keyletDesc.html#a87cecb136260505c38a7c36d5d0d81cc">ripple::keyletDesc::includeInTests</a></div><div class="ttdeci">bool includeInTests</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8h_source.html#l00360">Indexes.h:360</a></div></div>
<div class="ttc" id="astructripple_1_1keyletDesc_html_ad831b8deae16ab6fd2291eab85237193"><div class="ttname"><a href="structripple_1_1keyletDesc.html#ad831b8deae16ab6fd2291eab85237193">ripple::keyletDesc::function</a></div><div class="ttdeci">std::function&lt; Keylet(keyletParams...)&gt; function</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8h_source.html#l00358">Indexes.h:358</a></div></div>
<div class="ttc" id="astructripple_1_1keylet_1_1book__t_html"><div class="ttname"><a href="structripple_1_1keylet_1_1book__t.html">ripple::keylet::book_t</a></div><div class="ttdoc">The beginning of an order book.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8h_source.html#l00079">Indexes.h:80</a></div></div>
<div class="ttc" id="astructripple_1_1keylet_1_1book__t_html_a8d0699ae8164ca26abf706286d91b89d"><div class="ttname"><a href="structripple_1_1keylet_1_1book__t.html#a8d0699ae8164ca26abf706286d91b89d">ripple::keylet::book_t::book_t</a></div><div class="ttdeci">book_t()=default</div></div>
<div class="ttc" id="astructripple_1_1keylet_1_1book__t_html_afef20fe31c3f9aba907158ca8d7e9895"><div class="ttname"><a href="structripple_1_1keylet_1_1book__t.html#afef20fe31c3f9aba907158ca8d7e9895">ripple::keylet::book_t::operator()</a></div><div class="ttdeci">Keylet operator()(Book const &amp;b) const</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00219">Indexes.cpp:219</a></div></div>
<div class="ttc" id="astructripple_1_1keylet_1_1next__t_html"><div class="ttname"><a href="structripple_1_1keylet_1_1next__t.html">ripple::keylet::next_t</a></div><div class="ttdoc">The directory for the next lower quality.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8h_source.html#l00126">Indexes.h:127</a></div></div>
<div class="ttc" id="astructripple_1_1keylet_1_1next__t_html_a789059915bafcb2f361d4a3bbca739f8"><div class="ttname"><a href="structripple_1_1keylet_1_1next__t.html#a789059915bafcb2f361d4a3bbca739f8">ripple::keylet::next_t::next_t</a></div><div class="ttdeci">next_t()=default</div></div>
<div class="ttc" id="astructripple_1_1keylet_1_1next__t_html_a88b274e93ea8dd1ac2954f18936413ea"><div class="ttname"><a href="structripple_1_1keylet_1_1next__t.html#a88b274e93ea8dd1ac2954f18936413ea">ripple::keylet::next_t::operator()</a></div><div class="ttdeci">Keylet operator()(Keylet const &amp;k) const</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00280">Indexes.cpp:280</a></div></div>
<div class="ttc" id="astructripple_1_1keylet_1_1ticket__t_html"><div class="ttname"><a href="structripple_1_1keylet_1_1ticket__t.html">ripple::keylet::ticket_t</a></div><div class="ttdoc">A ticket belonging to an account.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8h_source.html#l00136">Indexes.h:137</a></div></div>
<div class="ttc" id="astructripple_1_1keylet_1_1ticket__t_html_a51b6f7149e775c304d0e1be2bcfc70b2"><div class="ttname"><a href="structripple_1_1keylet_1_1ticket__t.html#a51b6f7149e775c304d0e1be2bcfc70b2">ripple::keylet::ticket_t::operator()</a></div><div class="ttdeci">Keylet operator()(AccountID const &amp;id, std::uint32_t ticketSeq) const</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00289">Indexes.cpp:289</a></div></div>
<div class="ttc" id="astructripple_1_1keylet_1_1ticket__t_html_a61bfed35f0bb0bfb5b3a0b4a5ba80b69"><div class="ttname"><a href="structripple_1_1keylet_1_1ticket__t.html#a61bfed35f0bb0bfb5b3a0b4a5ba80b69">ripple::keylet::ticket_t::ticket_t</a></div><div class="ttdeci">ticket_t()=default</div></div>
<div class="ttc" id="astructripple_1_1keylet_1_1ticket__t_html_ac4efa9761e495f1087235068414464de"><div class="ttname"><a href="structripple_1_1keylet_1_1ticket__t.html#ac4efa9761e495f1087235068414464de">ripple::keylet::ticket_t::operator()</a></div><div class="ttdeci">Keylet operator()(uint256 const &amp;key) const</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8h_source.html#l00147">Indexes.h:147</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>