mirror of
https://github.com/XRPLF/rippled.git
synced 2026-02-07 15:32:34 +00:00
174 lines
22 KiB
HTML
174 lines
22 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: SystemParameters.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&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&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&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">SystemParameters.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">#pragma once</span></div>
|
|
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span> </div>
|
|
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="preprocessor">#include <xrpl/basics/chrono.h></span></div>
|
|
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include <xrpl/protocol/XRPAmount.h></span></div>
|
|
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span> </div>
|
|
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/cstdint.html">cstdint</a>></span></div>
|
|
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/string.html">string</a>></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="namespacexrpl.html">xrpl</a> {</div>
|
|
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span> </div>
|
|
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment">// Various protocol and system specific constant globals.</span></div>
|
|
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> </div>
|
|
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment">/* The name of the system. */</span></div>
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="keyword">static</span> <span class="keyword">inline</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>&</div>
|
|
<div class="foldopen" id="foldopen00015" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"><a class="line" href="namespacexrpl.html#a97d59f024df17ad12d1e8a49935410dd"> 15</a></span><a class="code hl_function" href="namespacexrpl.html#a97d59f024df17ad12d1e8a49935410dd">systemName</a>()</div>
|
|
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span>{</div>
|
|
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span> <span class="keyword">static</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span> name = <span class="stringliteral">"ripple"</span>;</div>
|
|
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> <span class="keywordflow">return</span> name;</div>
|
|
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span>}</div>
|
|
</div>
|
|
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> </div>
|
|
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"><a class="line" href="namespacexrpl.html#accf2024fe17bc6b5e85b977356503582"> 24</a></span><span class="keyword">constexpr</span> <a class="code hl_class" href="classxrpl_1_1XRPAmount.html">XRPAmount</a> <a class="code hl_variable" href="namespacexrpl.html#accf2024fe17bc6b5e85b977356503582">INITIAL_XRP</a>{100'000'000'000 * <a class="code hl_variable" href="namespacexrpl.html#aab568b67ea83d0cf07657b50bf486fbf">DROPS_PER_XRP</a>};</div>
|
|
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="keyword">static_assert</span>(<a class="code hl_variable" href="namespacexrpl.html#accf2024fe17bc6b5e85b977356503582">INITIAL_XRP</a>.<a class="code hl_function" href="classxrpl_1_1XRPAmount.html#a76fd7d6c10208cac2115f8dd0b2ba95e">drops</a>() == 100'000'000'000'000'000);</div>
|
|
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="keyword">static_assert</span>(<a class="code hl_variable" href="classxrpl_1_1Number.html#a5b91f73f5bb83bdca17bcd2378b612f8">Number::maxRep</a> >= <a class="code hl_variable" href="namespacexrpl.html#accf2024fe17bc6b5e85b977356503582">INITIAL_XRP</a>.<a class="code hl_function" href="classxrpl_1_1XRPAmount.html#a76fd7d6c10208cac2115f8dd0b2ba95e">drops</a>());</div>
|
|
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> </div>
|
|
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="keyword">inline</span> <span class="keywordtype">bool</span></div>
|
|
<div class="foldopen" id="foldopen00030" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"><a class="line" href="namespacexrpl.html#a1792e21b50ef6b2b0296be64b3968cd6"> 30</a></span><a class="code hl_function" href="namespacexrpl.html#a1792e21b50ef6b2b0296be64b3968cd6">isLegalAmount</a>(<a class="code hl_class" href="classxrpl_1_1XRPAmount.html">XRPAmount</a> <span class="keyword">const</span>& amount)</div>
|
|
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span>{</div>
|
|
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> <span class="keywordflow">return</span> amount <= <a class="code hl_variable" href="namespacexrpl.html#accf2024fe17bc6b5e85b977356503582">INITIAL_XRP</a>;</div>
|
|
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span>}</div>
|
|
</div>
|
|
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> </div>
|
|
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span><span class="keyword">inline</span> <span class="keywordtype">bool</span></div>
|
|
<div class="foldopen" id="foldopen00038" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"><a class="line" href="namespacexrpl.html#ad3a09b516c7b386a7d14a2d32bf7721c"> 38</a></span><a class="code hl_function" href="namespacexrpl.html#ad3a09b516c7b386a7d14a2d32bf7721c">isLegalAmountSigned</a>(<a class="code hl_class" href="classxrpl_1_1XRPAmount.html">XRPAmount</a> <span class="keyword">const</span>& amount)</div>
|
|
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span>{</div>
|
|
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> <span class="keywordflow">return</span> amount >= -<a class="code hl_variable" href="namespacexrpl.html#accf2024fe17bc6b5e85b977356503582">INITIAL_XRP</a> && amount <= <a class="code hl_variable" href="namespacexrpl.html#accf2024fe17bc6b5e85b977356503582">INITIAL_XRP</a>;</div>
|
|
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span>}</div>
|
|
</div>
|
|
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> </div>
|
|
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span><span class="comment">/* The currency code for the native currency. */</span></div>
|
|
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span><span class="keyword">static</span> <span class="keyword">inline</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span>&</div>
|
|
<div class="foldopen" id="foldopen00045" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"><a class="line" href="namespacexrpl.html#ad86afd45e4b3932e098fa384ae8181ad"> 45</a></span><a class="code hl_function" href="namespacexrpl.html#ad86afd45e4b3932e098fa384ae8181ad">systemCurrencyCode</a>()</div>
|
|
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span>{</div>
|
|
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> <span class="keyword">static</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> <span class="keyword">const</span> code = <span class="stringliteral">"XRP"</span>;</div>
|
|
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> <span class="keywordflow">return</span> code;</div>
|
|
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span>}</div>
|
|
</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="namespacexrpl.html#adbdbf906239fe40821419cda12a76d91"> 52</a></span><span class="keyword">static</span> <span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespacexrpl.html#adbdbf906239fe40821419cda12a76d91">XRP_LEDGER_EARLIEST_SEQ</a>{32570u};</div>
|
|
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> </div>
|
|
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"><a class="line" href="namespacexrpl.html#a069506a534b113de2037c2bcaa40056a"> 56</a></span><span class="keyword">static</span> <span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespacexrpl.html#a069506a534b113de2037c2bcaa40056a">XRP_LEDGER_EARLIEST_FEES</a>{562177u};</div>
|
|
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> </div>
|
|
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"><a class="line" href="namespacexrpl.html#ac33676a08172e83a4af03253af91eeeb"> 59</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/numeric/ratio/ratio.html">std::ratio<80, 100></a> <a class="code hl_variable" href="namespacexrpl.html#ac33676a08172e83a4af03253af91eeeb">amendmentMajorityCalcThreshold</a>;</div>
|
|
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> </div>
|
|
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"><a class="line" href="namespacexrpl.html#a2668f50d26859a5326e1b07eaa2bb48e"> 62</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::seconds</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespacexrpl.html#a2668f50d26859a5326e1b07eaa2bb48e">defaultAmendmentMajorityTime</a> = <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/chrono/duration.html">weeks</a>{2};</div>
|
|
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> </div>
|
|
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span>} <span class="comment">// namespace xrpl</span></div>
|
|
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> </div>
|
|
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span><span class="keyword">inline</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> DEFAULT_PEER_PORT{2459};</div>
|
|
<div class="ttc" id="abasic_string_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1Number_html_a5b91f73f5bb83bdca17bcd2378b612f8"><div class="ttname"><a href="classxrpl_1_1Number.html#a5b91f73f5bb83bdca17bcd2378b612f8">xrpl::Number::maxRep</a></div><div class="ttdeci">static constexpr internalrep maxRep</div><div class="ttdef"><b>Definition</b> <a href="Number_8h_source.html#l00220">Number.h:220</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1XRPAmount_html"><div class="ttname"><a href="classxrpl_1_1XRPAmount.html">xrpl::XRPAmount</a></div><div class="ttdef"><b>Definition</b> <a href="XRPAmount_8h_source.html#l00019">XRPAmount.h:23</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1XRPAmount_html_a76fd7d6c10208cac2115f8dd0b2ba95e"><div class="ttname"><a href="classxrpl_1_1XRPAmount.html#a76fd7d6c10208cac2115f8dd0b2ba95e">xrpl::XRPAmount::drops</a></div><div class="ttdeci">constexpr value_type drops() const</div><div class="ttdoc">Returns the number of drops.</div><div class="ttdef"><b>Definition</b> <a href="XRPAmount_8h_source.html#l00157">XRPAmount.h:157</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="aduration_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::seconds</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="anamespacexrpl_html"><div class="ttname"><a href="namespacexrpl.html">xrpl</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#l00005">algorithm.h:5</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_a069506a534b113de2037c2bcaa40056a"><div class="ttname"><a href="namespacexrpl.html#a069506a534b113de2037c2bcaa40056a">xrpl::XRP_LEDGER_EARLIEST_FEES</a></div><div class="ttdeci">static constexpr std::uint32_t XRP_LEDGER_EARLIEST_FEES</div><div class="ttdoc">The XRP Ledger mainnet's earliest ledger with a FeeSettings object.</div><div class="ttdef"><b>Definition</b> <a href="SystemParameters_8h_source.html#l00056">SystemParameters.h:56</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_a1792e21b50ef6b2b0296be64b3968cd6"><div class="ttname"><a href="namespacexrpl.html#a1792e21b50ef6b2b0296be64b3968cd6">xrpl::isLegalAmount</a></div><div class="ttdeci">bool isLegalAmount(XRPAmount const &amount)</div><div class="ttdoc">Returns true if the amount does not exceed the initial XRP in existence.</div><div class="ttdef"><b>Definition</b> <a href="SystemParameters_8h_source.html#l00030">SystemParameters.h:30</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_a2668f50d26859a5326e1b07eaa2bb48e"><div class="ttname"><a href="namespacexrpl.html#a2668f50d26859a5326e1b07eaa2bb48e">xrpl::defaultAmendmentMajorityTime</a></div><div class="ttdeci">constexpr std::chrono::seconds const defaultAmendmentMajorityTime</div><div class="ttdoc">The minimum amount of time an amendment must hold a majority.</div><div class="ttdef"><b>Definition</b> <a href="SystemParameters_8h_source.html#l00062">SystemParameters.h:62</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_a97d59f024df17ad12d1e8a49935410dd"><div class="ttname"><a href="namespacexrpl.html#a97d59f024df17ad12d1e8a49935410dd">xrpl::systemName</a></div><div class="ttdeci">static std::string const & systemName()</div><div class="ttdef"><b>Definition</b> <a href="SystemParameters_8h_source.html#l00015">SystemParameters.h:15</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_aab568b67ea83d0cf07657b50bf486fbf"><div class="ttname"><a href="namespacexrpl.html#aab568b67ea83d0cf07657b50bf486fbf">xrpl::DROPS_PER_XRP</a></div><div class="ttdeci">constexpr XRPAmount DROPS_PER_XRP</div><div class="ttdoc">Number of drops per 1 XRP.</div><div class="ttdef"><b>Definition</b> <a href="XRPAmount_8h_source.html#l00237">XRPAmount.h:237</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_ac33676a08172e83a4af03253af91eeeb"><div class="ttname"><a href="namespacexrpl.html#ac33676a08172e83a4af03253af91eeeb">xrpl::amendmentMajorityCalcThreshold</a></div><div class="ttdeci">constexpr std::ratio< 80, 100 > amendmentMajorityCalcThreshold</div><div class="ttdoc">The minimum amount of support an amendment should have.</div><div class="ttdef"><b>Definition</b> <a href="SystemParameters_8h_source.html#l00059">SystemParameters.h:59</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_accf2024fe17bc6b5e85b977356503582"><div class="ttname"><a href="namespacexrpl.html#accf2024fe17bc6b5e85b977356503582">xrpl::INITIAL_XRP</a></div><div class="ttdeci">constexpr XRPAmount INITIAL_XRP</div><div class="ttdoc">Configure the native currency.</div><div class="ttdef"><b>Definition</b> <a href="SystemParameters_8h_source.html#l00024">SystemParameters.h:24</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_ad3a09b516c7b386a7d14a2d32bf7721c"><div class="ttname"><a href="namespacexrpl.html#ad3a09b516c7b386a7d14a2d32bf7721c">xrpl::isLegalAmountSigned</a></div><div class="ttdeci">bool isLegalAmountSigned(XRPAmount const &amount)</div><div class="ttdoc">Returns true if the absolute value of the amount does not exceed the initial XRP in existence.</div><div class="ttdef"><b>Definition</b> <a href="SystemParameters_8h_source.html#l00038">SystemParameters.h:38</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_ad86afd45e4b3932e098fa384ae8181ad"><div class="ttname"><a href="namespacexrpl.html#ad86afd45e4b3932e098fa384ae8181ad">xrpl::systemCurrencyCode</a></div><div class="ttdeci">static std::string const & systemCurrencyCode()</div><div class="ttdef"><b>Definition</b> <a href="SystemParameters_8h_source.html#l00045">SystemParameters.h:45</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_adbdbf906239fe40821419cda12a76d91"><div class="ttname"><a href="namespacexrpl.html#adbdbf906239fe40821419cda12a76d91">xrpl::XRP_LEDGER_EARLIEST_SEQ</a></div><div class="ttdeci">static constexpr std::uint32_t XRP_LEDGER_EARLIEST_SEQ</div><div class="ttdoc">The XRP ledger network's earliest allowed sequence.</div><div class="ttdef"><b>Definition</b> <a href="SystemParameters_8h_source.html#l00052">SystemParameters.h:52</a></div></div>
|
|
<div class="ttc" id="aratio_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/numeric/ratio/ratio.html">std::ratio</a></div></div>
|
|
<div class="ttc" id="astring_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/string.html">string</a></div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by <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>
|