Files
rippled/Protocol_8h_source.html
2025-11-04 00:36:48 -08:00

228 lines
44 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: Protocol.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">Protocol.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_PROTOCOL_H_INCLUDED</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define XRPL_PROTOCOL_PROTOCOL_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/ByteUtilities.h&gt;</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#include &lt;xrpl/basics/base_uint.h&gt;</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span> </div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</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="l00008" name="l00008"></a><span class="lineno"> 8</span> </div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceripple.html">ripple</a> {</div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span> </div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"><a class="line" href="namespaceripple.html#a5ab86a42066275e94ca4523e52514be5"> 22</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a5ab86a42066275e94ca4523e52514be5">txMinSizeBytes</a> = 32;</div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> </div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"><a class="line" href="namespaceripple.html#ac119b724250bce3ec136ede991f0dbd9"> 25</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#ac119b724250bce3ec136ede991f0dbd9">txMaxSizeBytes</a> = <a class="code hl_function" href="namespaceripple.html#a13d7c6c34d30731bbc221f629e03f8db">megabytes</a>(1);</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> </div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"><a class="line" href="namespaceripple.html#a2ec27d00ce38a9962f60eaacbc0f0bf1"> 28</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a2ec27d00ce38a9962f60eaacbc0f0bf1">unfundedOfferRemoveLimit</a> = 1000;</div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> </div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"><a class="line" href="namespaceripple.html#a44ef1894259db001cbfaab1f484204fd"> 31</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a44ef1894259db001cbfaab1f484204fd">expiredOfferRemoveLimit</a> = 256;</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> </div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"><a class="line" href="namespaceripple.html#a5680c439ff8f669653267ca5aad8b341"> 34</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a5680c439ff8f669653267ca5aad8b341">oversizeMetaDataCap</a> = 5200;</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> </div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="namespaceripple.html#aa80a32aab1fec42be06c319dd49e8edc"> 37</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#aa80a32aab1fec42be06c319dd49e8edc">dirNodeMaxEntries</a> = 32;</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> </div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"><a class="line" href="namespaceripple.html#a1b17dc158d6cedca1055785df1a5e422"> 43</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a1b17dc158d6cedca1055785df1a5e422">dirNodeMaxPages</a> = 262144;</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"><a class="line" href="namespaceripple.html#a64ab08f4ab36c0454c62a0f70eeed527"> 46</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a64ab08f4ab36c0454c62a0f70eeed527">dirMaxTokensPerPage</a> = 32;</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> </div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"><a class="line" href="namespaceripple.html#a11c0d0fefc8c8b6a3ac9d58de85f7b03"> 49</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a11c0d0fefc8c8b6a3ac9d58de85f7b03">maxDeletableDirEntries</a> = 1000;</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> </div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"><a class="line" href="namespaceripple.html#a48d1e12097d25f55cf6ec8dcb03306ee"> 52</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a48d1e12097d25f55cf6ec8dcb03306ee">maxTokenOfferCancelCount</a> = 500;</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> </div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"><a class="line" href="namespaceripple.html#a55a6147856ee62015775e16e617c0814"> 55</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a55a6147856ee62015775e16e617c0814">maxDeletableTokenOfferEntries</a> = 500;</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> </div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4da459d9b1d7fda2784880dae5b8da1a"> 66</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint16_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a4da459d9b1d7fda2784880dae5b8da1a">maxTransferFee</a> = 50000;</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> </div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"><a class="line" href="namespaceripple.html#a950b7645e0ea4e4077a611de8fe8e8dc"> 69</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a950b7645e0ea4e4077a611de8fe8e8dc">maxTokenURILength</a> = 256;</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> </div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"><a class="line" href="namespaceripple.html#a54318f6a2c9b5e0e5644a676ffcbc567"> 72</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a54318f6a2c9b5e0e5644a676ffcbc567">maxDIDDocumentLength</a> = 256;</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"><a class="line" href="namespaceripple.html#a06151f759db76dc9a75c564840adb679"> 75</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a06151f759db76dc9a75c564840adb679">maxDIDURILength</a> = 256;</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> </div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"><a class="line" href="namespaceripple.html#a3a6a68b52070e9bd6158728aedb4a788"> 78</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a3a6a68b52070e9bd6158728aedb4a788">maxDIDAttestationLength</a> = 256;</div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> </div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"><a class="line" href="namespaceripple.html#a65e384089f24ac40c09ae8b28348c340"> 81</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a65e384089f24ac40c09ae8b28348c340">maxDomainLength</a> = 256;</div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> </div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"><a class="line" href="namespaceripple.html#a24a442fcf5f608aa85e6b1a714407301"> 84</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a24a442fcf5f608aa85e6b1a714407301">maxCredentialURILength</a> = 256;</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> </div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"><a class="line" href="namespaceripple.html#a8ca5cc08ba7dc69eee680ce9f3e26d80"> 87</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a8ca5cc08ba7dc69eee680ce9f3e26d80">maxCredentialTypeLength</a> = 64;</div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> </div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"><a class="line" href="namespaceripple.html#a887b5df2b9a0afab88825b055004c7ce"> 90</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a887b5df2b9a0afab88825b055004c7ce">maxCredentialsArraySize</a> = 8;</div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> </div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"><a class="line" href="namespaceripple.html#a3b7b0b8833993d53519f223aa4b637df"> 94</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a3b7b0b8833993d53519f223aa4b637df">maxPermissionedDomainCredentialsArraySize</a> = 10;</div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> </div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"><a class="line" href="namespaceripple.html#a7c331b12061c28687432e262c819a8b5"> 97</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a7c331b12061c28687432e262c819a8b5">maxMPTokenMetadataLength</a> = 1024;</div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> </div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"><a class="line" href="namespaceripple.html#a47fbaf29602fea01a79eb987cc21371c"> 100</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a47fbaf29602fea01a79eb987cc21371c">maxMPTokenAmount</a> = 0x7FFF&#39;FFFF&#39;FFFF&#39;FFFFull;</div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> </div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"><a class="line" href="namespaceripple.html#a5d9f43af28c6c7fdb8557af957e585a3"> 103</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a5d9f43af28c6c7fdb8557af957e585a3">maxDataPayloadLength</a> = 256;</div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> </div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"><a class="line" href="namespaceripple.html#acadc50b4060eb3f589c30efaf67322e8"> 106</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint8_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#acadc50b4060eb3f589c30efaf67322e8">vaultStrategyFirstComeFirstServe</a> = 1;</div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> </div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"><a class="line" href="namespaceripple.html#aef2955b4ba970578e96c7d829ca374fe"> 109</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint8_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#aef2955b4ba970578e96c7d829ca374fe">vaultDefaultIOUScale</a> = 6;</div>
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"><a class="line" href="namespaceripple.html#a9713d226abb97a2f03807f678f06eb7e"> 113</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint8_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a9713d226abb97a2f03807f678f06eb7e">vaultMaximumIOUScale</a> = 18;</div>
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> </div>
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"><a class="line" href="namespaceripple.html#a11cf1f5041dbfb1076ae5dded56ed5ec"> 117</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint8_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a11cf1f5041dbfb1076ae5dded56ed5ec">maxAssetCheckDepth</a> = 5;</div>
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span> </div>
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"><a class="line" href="namespaceripple.html#a12af8e98b794e8ee3b4dbecaed2a4efd"> 120</a></span><span class="keyword">using </span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">LedgerIndex</a> = <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a>;</div>
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span> </div>
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"><a class="line" href="namespaceripple.html#a3f39560bfd60c64700b109c412e90f72"> 126</a></span><span class="keyword">using </span><a class="code hl_class" href="classripple_1_1base__uint.html">TxID</a> = <a class="code hl_typedef" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a>;</div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> </div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"><a class="line" href="namespaceripple.html#ad961eb0fea4cf5a88afbb1855530ffe5"> 131</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint16_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#ad961eb0fea4cf5a88afbb1855530ffe5">maxDeletableAMMTrustLines</a> = 512;</div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> </div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4980cfdef6d71cbcc45a80c17f6091dc"> 134</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a4980cfdef6d71cbcc45a80c17f6091dc">maxOracleURI</a> = 256;</div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> </div>
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"><a class="line" href="namespaceripple.html#a5785a9e30238dbeb3c22f5fc64904f1e"> 137</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a5785a9e30238dbeb3c22f5fc64904f1e">maxOracleProvider</a> = 256;</div>
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> </div>
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"><a class="line" href="namespaceripple.html#acfb6320cd891dd784aa2138f266b2554"> 140</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#acfb6320cd891dd784aa2138f266b2554">maxOracleDataSeries</a> = 10;</div>
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span> </div>
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"><a class="line" href="namespaceripple.html#aaa54093b4a9bb87c38d6d5846d4324f0"> 143</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#aaa54093b4a9bb87c38d6d5846d4324f0">maxOracleSymbolClass</a> = 16;</div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> </div>
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"><a class="line" href="namespaceripple.html#af0ba44fc3917e4fb977296287dedcfea"> 148</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#af0ba44fc3917e4fb977296287dedcfea">maxLastUpdateTimeDelta</a> = 300;</div>
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> </div>
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"><a class="line" href="namespaceripple.html#a34f943e8ee4c3b4dbb8bc73533a28fed"> 152</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a34f943e8ee4c3b4dbb8bc73533a28fed">maxPriceScale</a> = 20;</div>
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span> </div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"><a class="line" href="namespaceripple.html#a657f5253021183fbcafec5bbc782f1b4"> 156</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a657f5253021183fbcafec5bbc782f1b4">maxTrim</a> = 25;</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"><a class="line" href="namespaceripple.html#a0a25b93c16b950aac8b5abf177b6ff81"> 160</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#a0a25b93c16b950aac8b5abf177b6ff81">permissionMaxSize</a> = 10;</div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> </div>
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"><a class="line" href="namespaceripple.html#ad67130a2e92f56e6d0b8b18c5c8a106f"> 163</a></span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> <span class="keyword">constexpr</span> <a class="code hl_variable" href="namespaceripple.html#ad67130a2e92f56e6d0b8b18c5c8a106f">maxBatchTxCount</a> = 8;</div>
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"> 164</span> </div>
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"> 165</span>} <span class="comment">// namespace ripple</span></div>
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"> 166</span> </div>
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span><span class="preprocessor">#endif</span></div>
<div class="ttc" id="aclassripple_1_1base__uint_html"><div class="ttname"><a href="classripple_1_1base__uint.html">ripple::base_uint&lt; 256 &gt;</a></div></div>
<div class="ttc" id="acstdint_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/cstdint.html">cstdint</a></div></div>
<div class="ttc" id="ainteger_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</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_a06151f759db76dc9a75c564840adb679"><div class="ttname"><a href="namespaceripple.html#a06151f759db76dc9a75c564840adb679">ripple::maxDIDURILength</a></div><div class="ttdeci">std::size_t constexpr maxDIDURILength</div><div class="ttdoc">The maximum length of a URI inside a DID.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00075">Protocol.h:75</a></div></div>
<div class="ttc" id="anamespaceripple_html_a0a25b93c16b950aac8b5abf177b6ff81"><div class="ttname"><a href="namespaceripple.html#a0a25b93c16b950aac8b5abf177b6ff81">ripple::permissionMaxSize</a></div><div class="ttdeci">std::size_t constexpr permissionMaxSize</div><div class="ttdoc">The maximum number of delegate permissions an account can grant.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00160">Protocol.h:160</a></div></div>
<div class="ttc" id="anamespaceripple_html_a11c0d0fefc8c8b6a3ac9d58de85f7b03"><div class="ttname"><a href="namespaceripple.html#a11c0d0fefc8c8b6a3ac9d58de85f7b03">ripple::maxDeletableDirEntries</a></div><div class="ttdeci">std::size_t constexpr maxDeletableDirEntries</div><div class="ttdoc">The maximum number of owner directory entries for account to be deletable.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00049">Protocol.h:49</a></div></div>
<div class="ttc" id="anamespaceripple_html_a11cf1f5041dbfb1076ae5dded56ed5ec"><div class="ttname"><a href="namespaceripple.html#a11cf1f5041dbfb1076ae5dded56ed5ec">ripple::maxAssetCheckDepth</a></div><div class="ttdeci">std::uint8_t constexpr maxAssetCheckDepth</div><div class="ttdoc">Maximum recursion depth for vault shares being put as an asset inside another vault; counted from 0.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00117">Protocol.h:117</a></div></div>
<div class="ttc" id="anamespaceripple_html_a13d7c6c34d30731bbc221f629e03f8db"><div class="ttname"><a href="namespaceripple.html#a13d7c6c34d30731bbc221f629e03f8db">ripple::megabytes</a></div><div class="ttdeci">constexpr auto megabytes(T value) noexcept</div><div class="ttdef"><b>Definition</b> <a href="ByteUtilities_8h_source.html#l00015">ByteUtilities.h:15</a></div></div>
<div class="ttc" id="anamespaceripple_html_a1b17dc158d6cedca1055785df1a5e422"><div class="ttname"><a href="namespaceripple.html#a1b17dc158d6cedca1055785df1a5e422">ripple::dirNodeMaxPages</a></div><div class="ttdeci">std::uint64_t constexpr dirNodeMaxPages</div><div class="ttdoc">The maximum number of pages allowed in a directory.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00043">Protocol.h:43</a></div></div>
<div class="ttc" id="anamespaceripple_html_a24a442fcf5f608aa85e6b1a714407301"><div class="ttname"><a href="namespaceripple.html#a24a442fcf5f608aa85e6b1a714407301">ripple::maxCredentialURILength</a></div><div class="ttdeci">std::size_t constexpr maxCredentialURILength</div><div class="ttdoc">The maximum length of a URI inside a Credential.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00084">Protocol.h:84</a></div></div>
<div class="ttc" id="anamespaceripple_html_a2ec27d00ce38a9962f60eaacbc0f0bf1"><div class="ttname"><a href="namespaceripple.html#a2ec27d00ce38a9962f60eaacbc0f0bf1">ripple::unfundedOfferRemoveLimit</a></div><div class="ttdeci">std::size_t constexpr unfundedOfferRemoveLimit</div><div class="ttdoc">The maximum number of unfunded offers to delete at once.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00028">Protocol.h:28</a></div></div>
<div class="ttc" id="anamespaceripple_html_a34f943e8ee4c3b4dbb8bc73533a28fed"><div class="ttname"><a href="namespaceripple.html#a34f943e8ee4c3b4dbb8bc73533a28fed">ripple::maxPriceScale</a></div><div class="ttdeci">std::size_t constexpr maxPriceScale</div><div class="ttdoc">The maximum price scaling factor.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00152">Protocol.h:152</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_a3a6a68b52070e9bd6158728aedb4a788"><div class="ttname"><a href="namespaceripple.html#a3a6a68b52070e9bd6158728aedb4a788">ripple::maxDIDAttestationLength</a></div><div class="ttdeci">std::size_t constexpr maxDIDAttestationLength</div><div class="ttdoc">The maximum length of an Attestation inside a DID.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00078">Protocol.h:78</a></div></div>
<div class="ttc" id="anamespaceripple_html_a3b7b0b8833993d53519f223aa4b637df"><div class="ttname"><a href="namespaceripple.html#a3b7b0b8833993d53519f223aa4b637df">ripple::maxPermissionedDomainCredentialsArraySize</a></div><div class="ttdeci">std::size_t constexpr maxPermissionedDomainCredentialsArraySize</div><div class="ttdoc">The maximum number of credentials can be passed in array for permissioned domain.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00094">Protocol.h:94</a></div></div>
<div class="ttc" id="anamespaceripple_html_a44ef1894259db001cbfaab1f484204fd"><div class="ttname"><a href="namespaceripple.html#a44ef1894259db001cbfaab1f484204fd">ripple::expiredOfferRemoveLimit</a></div><div class="ttdeci">std::size_t constexpr expiredOfferRemoveLimit</div><div class="ttdoc">The maximum number of expired offers to delete at once.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00031">Protocol.h:31</a></div></div>
<div class="ttc" id="anamespaceripple_html_a47fbaf29602fea01a79eb987cc21371c"><div class="ttname"><a href="namespaceripple.html#a47fbaf29602fea01a79eb987cc21371c">ripple::maxMPTokenAmount</a></div><div class="ttdeci">std::uint64_t constexpr maxMPTokenAmount</div><div class="ttdoc">The maximum amount of MPTokenIssuance.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00100">Protocol.h:100</a></div></div>
<div class="ttc" id="anamespaceripple_html_a48d1e12097d25f55cf6ec8dcb03306ee"><div class="ttname"><a href="namespaceripple.html#a48d1e12097d25f55cf6ec8dcb03306ee">ripple::maxTokenOfferCancelCount</a></div><div class="ttdeci">std::size_t constexpr maxTokenOfferCancelCount</div><div class="ttdoc">The maximum number of token offers that can be canceled at once.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00052">Protocol.h:52</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4980cfdef6d71cbcc45a80c17f6091dc"><div class="ttname"><a href="namespaceripple.html#a4980cfdef6d71cbcc45a80c17f6091dc">ripple::maxOracleURI</a></div><div class="ttdeci">std::size_t constexpr maxOracleURI</div><div class="ttdoc">The maximum length of a URI inside an Oracle.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00134">Protocol.h:134</a></div></div>
<div class="ttc" id="anamespaceripple_html_a4da459d9b1d7fda2784880dae5b8da1a"><div class="ttname"><a href="namespaceripple.html#a4da459d9b1d7fda2784880dae5b8da1a">ripple::maxTransferFee</a></div><div class="ttdeci">std::uint16_t constexpr maxTransferFee</div><div class="ttdoc">The maximum token transfer fee allowed.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00066">Protocol.h:66</a></div></div>
<div class="ttc" id="anamespaceripple_html_a54318f6a2c9b5e0e5644a676ffcbc567"><div class="ttname"><a href="namespaceripple.html#a54318f6a2c9b5e0e5644a676ffcbc567">ripple::maxDIDDocumentLength</a></div><div class="ttdeci">std::size_t constexpr maxDIDDocumentLength</div><div class="ttdoc">The maximum length of a Data element inside a DID.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00072">Protocol.h:72</a></div></div>
<div class="ttc" id="anamespaceripple_html_a55a6147856ee62015775e16e617c0814"><div class="ttname"><a href="namespaceripple.html#a55a6147856ee62015775e16e617c0814">ripple::maxDeletableTokenOfferEntries</a></div><div class="ttdeci">std::size_t constexpr maxDeletableTokenOfferEntries</div><div class="ttdoc">The maximum number of offers in an offer directory for NFT to be burnable.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00055">Protocol.h:55</a></div></div>
<div class="ttc" id="anamespaceripple_html_a5680c439ff8f669653267ca5aad8b341"><div class="ttname"><a href="namespaceripple.html#a5680c439ff8f669653267ca5aad8b341">ripple::oversizeMetaDataCap</a></div><div class="ttdeci">std::size_t constexpr oversizeMetaDataCap</div><div class="ttdoc">The maximum number of metadata entries allowed in one transaction.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00034">Protocol.h:34</a></div></div>
<div class="ttc" id="anamespaceripple_html_a5785a9e30238dbeb3c22f5fc64904f1e"><div class="ttname"><a href="namespaceripple.html#a5785a9e30238dbeb3c22f5fc64904f1e">ripple::maxOracleProvider</a></div><div class="ttdeci">std::size_t constexpr maxOracleProvider</div><div class="ttdoc">The maximum length of a Provider inside an Oracle.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00137">Protocol.h:137</a></div></div>
<div class="ttc" id="anamespaceripple_html_a5ab86a42066275e94ca4523e52514be5"><div class="ttname"><a href="namespaceripple.html#a5ab86a42066275e94ca4523e52514be5">ripple::txMinSizeBytes</a></div><div class="ttdeci">std::size_t constexpr txMinSizeBytes</div><div class="ttdoc">Protocol specific constants.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00022">Protocol.h:22</a></div></div>
<div class="ttc" id="anamespaceripple_html_a5d9f43af28c6c7fdb8557af957e585a3"><div class="ttname"><a href="namespaceripple.html#a5d9f43af28c6c7fdb8557af957e585a3">ripple::maxDataPayloadLength</a></div><div class="ttdeci">std::size_t constexpr maxDataPayloadLength</div><div class="ttdoc">The maximum length of Data payload.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00103">Protocol.h:103</a></div></div>
<div class="ttc" id="anamespaceripple_html_a64ab08f4ab36c0454c62a0f70eeed527"><div class="ttname"><a href="namespaceripple.html#a64ab08f4ab36c0454c62a0f70eeed527">ripple::dirMaxTokensPerPage</a></div><div class="ttdeci">std::size_t constexpr dirMaxTokensPerPage</div><div class="ttdoc">The maximum number of items in an NFT page.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00046">Protocol.h:46</a></div></div>
<div class="ttc" id="anamespaceripple_html_a657f5253021183fbcafec5bbc782f1b4"><div class="ttname"><a href="namespaceripple.html#a657f5253021183fbcafec5bbc782f1b4">ripple::maxTrim</a></div><div class="ttdeci">std::size_t constexpr maxTrim</div><div class="ttdoc">The maximum percentage of outliers to trim.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00156">Protocol.h:156</a></div></div>
<div class="ttc" id="anamespaceripple_html_a65e384089f24ac40c09ae8b28348c340"><div class="ttname"><a href="namespaceripple.html#a65e384089f24ac40c09ae8b28348c340">ripple::maxDomainLength</a></div><div class="ttdeci">std::size_t constexpr maxDomainLength</div><div class="ttdoc">The maximum length of a domain.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00081">Protocol.h:81</a></div></div>
<div class="ttc" id="anamespaceripple_html_a7c331b12061c28687432e262c819a8b5"><div class="ttname"><a href="namespaceripple.html#a7c331b12061c28687432e262c819a8b5">ripple::maxMPTokenMetadataLength</a></div><div class="ttdeci">std::size_t constexpr maxMPTokenMetadataLength</div><div class="ttdoc">The maximum length of MPTokenMetadata.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00097">Protocol.h:97</a></div></div>
<div class="ttc" id="anamespaceripple_html_a887b5df2b9a0afab88825b055004c7ce"><div class="ttname"><a href="namespaceripple.html#a887b5df2b9a0afab88825b055004c7ce">ripple::maxCredentialsArraySize</a></div><div class="ttdeci">std::size_t constexpr maxCredentialsArraySize</div><div class="ttdoc">The maximum number of credentials can be passed in array.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00090">Protocol.h:90</a></div></div>
<div class="ttc" id="anamespaceripple_html_a8ca5cc08ba7dc69eee680ce9f3e26d80"><div class="ttname"><a href="namespaceripple.html#a8ca5cc08ba7dc69eee680ce9f3e26d80">ripple::maxCredentialTypeLength</a></div><div class="ttdeci">std::size_t constexpr maxCredentialTypeLength</div><div class="ttdoc">The maximum length of a CredentialType inside a Credential.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00087">Protocol.h:87</a></div></div>
<div class="ttc" id="anamespaceripple_html_a950b7645e0ea4e4077a611de8fe8e8dc"><div class="ttname"><a href="namespaceripple.html#a950b7645e0ea4e4077a611de8fe8e8dc">ripple::maxTokenURILength</a></div><div class="ttdeci">std::size_t constexpr maxTokenURILength</div><div class="ttdoc">The maximum length of a URI inside an NFT.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00069">Protocol.h:69</a></div></div>
<div class="ttc" id="anamespaceripple_html_a9713d226abb97a2f03807f678f06eb7e"><div class="ttname"><a href="namespaceripple.html#a9713d226abb97a2f03807f678f06eb7e">ripple::vaultMaximumIOUScale</a></div><div class="ttdeci">std::uint8_t constexpr vaultMaximumIOUScale</div><div class="ttdoc">Maximum scale factor for a Vault.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00113">Protocol.h:113</a></div></div>
<div class="ttc" id="anamespaceripple_html_aa80a32aab1fec42be06c319dd49e8edc"><div class="ttname"><a href="namespaceripple.html#aa80a32aab1fec42be06c319dd49e8edc">ripple::dirNodeMaxEntries</a></div><div class="ttdeci">std::size_t constexpr dirNodeMaxEntries</div><div class="ttdoc">The maximum number of entries per directory page.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00037">Protocol.h:37</a></div></div>
<div class="ttc" id="anamespaceripple_html_aaa54093b4a9bb87c38d6d5846d4324f0"><div class="ttname"><a href="namespaceripple.html#aaa54093b4a9bb87c38d6d5846d4324f0">ripple::maxOracleSymbolClass</a></div><div class="ttdeci">std::size_t constexpr maxOracleSymbolClass</div><div class="ttdoc">The maximum length of a SymbolClass inside an Oracle.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00143">Protocol.h:143</a></div></div>
<div class="ttc" id="anamespaceripple_html_ac119b724250bce3ec136ede991f0dbd9"><div class="ttname"><a href="namespaceripple.html#ac119b724250bce3ec136ede991f0dbd9">ripple::txMaxSizeBytes</a></div><div class="ttdeci">std::size_t constexpr txMaxSizeBytes</div><div class="ttdoc">Largest legal byte size of a transaction.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00025">Protocol.h:25</a></div></div>
<div class="ttc" id="anamespaceripple_html_acadc50b4060eb3f589c30efaf67322e8"><div class="ttname"><a href="namespaceripple.html#acadc50b4060eb3f589c30efaf67322e8">ripple::vaultStrategyFirstComeFirstServe</a></div><div class="ttdeci">std::uint8_t constexpr vaultStrategyFirstComeFirstServe</div><div class="ttdoc">Vault withdrawal policies.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00106">Protocol.h:106</a></div></div>
<div class="ttc" id="anamespaceripple_html_acfb6320cd891dd784aa2138f266b2554"><div class="ttname"><a href="namespaceripple.html#acfb6320cd891dd784aa2138f266b2554">ripple::maxOracleDataSeries</a></div><div class="ttdeci">std::size_t constexpr maxOracleDataSeries</div><div class="ttdoc">The maximum size of a data series array inside an Oracle.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00140">Protocol.h:140</a></div></div>
<div class="ttc" id="anamespaceripple_html_ad67130a2e92f56e6d0b8b18c5c8a106f"><div class="ttname"><a href="namespaceripple.html#ad67130a2e92f56e6d0b8b18c5c8a106f">ripple::maxBatchTxCount</a></div><div class="ttdeci">std::size_t constexpr maxBatchTxCount</div><div class="ttdoc">The maximum number of transactions that can be in a batch.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00163">Protocol.h:163</a></div></div>
<div class="ttc" id="anamespaceripple_html_ad961eb0fea4cf5a88afbb1855530ffe5"><div class="ttname"><a href="namespaceripple.html#ad961eb0fea4cf5a88afbb1855530ffe5">ripple::maxDeletableAMMTrustLines</a></div><div class="ttdeci">std::uint16_t constexpr maxDeletableAMMTrustLines</div><div class="ttdoc">The maximum number of trustlines to delete as part of AMM account deletion cleanup.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00131">Protocol.h:131</a></div></div>
<div class="ttc" id="anamespaceripple_html_aef2955b4ba970578e96c7d829ca374fe"><div class="ttname"><a href="namespaceripple.html#aef2955b4ba970578e96c7d829ca374fe">ripple::vaultDefaultIOUScale</a></div><div class="ttdeci">std::uint8_t constexpr vaultDefaultIOUScale</div><div class="ttdoc">Default IOU scale factor for a Vault.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00109">Protocol.h:109</a></div></div>
<div class="ttc" id="anamespaceripple_html_af0ba44fc3917e4fb977296287dedcfea"><div class="ttname"><a href="namespaceripple.html#af0ba44fc3917e4fb977296287dedcfea">ripple::maxLastUpdateTimeDelta</a></div><div class="ttdeci">std::size_t constexpr maxLastUpdateTimeDelta</div><div class="ttdoc">The maximum allowed time difference between lastUpdateTime and the time of the last closed ledger.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00148">Protocol.h:148</a></div></div>
<div class="ttc" id="asize_t_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a></div></div>
</div><!-- 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>