mirror of
https://github.com/XRPLF/rippled.git
synced 2026-01-30 03:25:27 +00:00
626 lines
118 KiB
HTML
626 lines
118 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: RPCLedgerHelpers.cpp 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_a62226f9e3a6c7c5a3be455e2f87ae01.html">xrpld</a></li><li class="navelem"><a class="el" href="dir_42b876eb66f74e25995e23a7c0222dc7.html">rpc</a></li><li class="navelem"><a class="el" href="dir_f2000200ababdfebbc57680f92fa09d7.html">detail</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle"><div class="title">RPCLedgerHelpers.cpp</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">#include <xrpld/app/ledger/LedgerMaster.h></span></div>
|
|
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#include <xrpld/app/ledger/LedgerToJson.h></span></div>
|
|
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="preprocessor">#include <xrpld/app/ledger/OpenLedger.h></span></div>
|
|
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include <xrpld/app/main/Application.h></span></div>
|
|
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#include <xrpld/rpc/detail/RPCLedgerHelpers.h></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 <xrpl/protocol/RPCErr.h></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="preprocessor">#include <boost/algorithm/string/case_conv.hpp></span></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="keyword">namespace </span><a class="code hl_namespace" href="namespacexrpl.html">xrpl</a> {</div>
|
|
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="keyword">namespace </span>RPC {</div>
|
|
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span> </div>
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="keyword">namespace </span>{</div>
|
|
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span> </div>
|
|
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="keywordtype">bool</span></div>
|
|
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span>isValidatedOld(LedgerMaster& <a class="code hl_enumvalue" href="namespacexrpl.html#ac599741e6d4066bada11df4c7e8ad30aa7fa2267e9b1bf739a70bb1860ab2a99c">ledgerMaster</a>, <span class="keywordtype">bool</span> standalone)</div>
|
|
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span>{</div>
|
|
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> <span class="keywordflow">if</span> (standalone)</div>
|
|
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
|
|
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> </div>
|
|
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> <span class="keywordflow">return</span> <a class="code hl_enumvalue" href="namespacexrpl.html#ac599741e6d4066bada11df4c7e8ad30aa7fa2267e9b1bf739a70bb1860ab2a99c">ledgerMaster</a>.getValidatedLedgerAge() > <a class="code hl_variable" href="namespacexrpl_1_1RPC_1_1Tuning.html#ac80fb839ea5ed6b1b2ba06155d413616">Tuning::maxValidatedLedgerAge</a>;</div>
|
|
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span>}</div>
|
|
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> </div>
|
|
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="keyword">template</span> <<span class="keyword">class</span> T></div>
|
|
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><a class="code hl_enumeration" href="namespacexrpl_1_1NodeStore.html#a4883b8bc797bf7591fde489676a6e96b">Status</a></div>
|
|
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span>ledgerFromHash(T& ledger, <a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a> hash, Context <span class="keyword">const</span>& context, <a class="code hl_class" href="classJson_1_1StaticString.html">Json::StaticString</a> <span class="keyword">const</span> fieldName)</div>
|
|
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span>{</div>
|
|
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> <a class="code hl_typedef" href="namespacexrpl.html#a76c892803711595bd0d3cf6fbedf028a">uint256</a> ledgerHash;</div>
|
|
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> <span class="keywordflow">if</span> (!ledgerHash.parseHex(hash.<a class="code hl_function" href="classJson_1_1Value.html#ab0d86bf425efefd03513e8dbfaca317b">asString</a>()))</div>
|
|
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> <span class="keywordflow">return</span> {<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76faefd5dbecf662df8c7b2be66d6d0d68ec">rpcINVALID_PARAMS</a>, <a class="code hl_function" href="namespacexrpl_1_1RPC.html#a113f5d9f23954da3ce8ee1ec93c7beb9">expected_field_message</a>(fieldName, <span class="stringliteral">"hex string"</span>)};</div>
|
|
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl_1_1RPC.html#af520d585f6e8cda040becc70e64115da">getLedger</a>(ledger, ledgerHash, context);</div>
|
|
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span>}</div>
|
|
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> </div>
|
|
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span><span class="keyword">template</span> <<span class="keyword">class</span> T></div>
|
|
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span><a class="code hl_enumeration" href="namespacexrpl_1_1NodeStore.html#a4883b8bc797bf7591fde489676a6e96b">Status</a></div>
|
|
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span>ledgerFromIndex(T& ledger, <a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a> indexValue, Context <span class="keyword">const</span>& context, <a class="code hl_class" href="classJson_1_1StaticString.html">Json::StaticString</a> <span class="keyword">const</span> fieldName)</div>
|
|
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span>{</div>
|
|
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> <span class="keyword">auto</span> <span class="keyword">const</span> index = indexValue.<a class="code hl_function" href="classJson_1_1Value.html#ab0d86bf425efefd03513e8dbfaca317b">asString</a>();</div>
|
|
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> </div>
|
|
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> <span class="keywordflow">if</span> (index == <span class="stringliteral">"current"</span> || index.empty())</div>
|
|
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl_1_1RPC.html#af520d585f6e8cda040becc70e64115da">getLedger</a>(ledger, LedgerShortcut::Current, context);</div>
|
|
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> </div>
|
|
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> <span class="keywordflow">if</span> (index == <span class="stringliteral">"validated"</span>)</div>
|
|
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl_1_1RPC.html#af520d585f6e8cda040becc70e64115da">getLedger</a>(ledger, LedgerShortcut::Validated, context);</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="keywordflow">if</span> (index == <span class="stringliteral">"closed"</span>)</div>
|
|
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl_1_1RPC.html#af520d585f6e8cda040becc70e64115da">getLedger</a>(ledger, LedgerShortcut::Closed, context);</div>
|
|
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> </div>
|
|
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> iVal;</div>
|
|
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> <span class="keywordflow">if</span> (!<a class="code hl_function" href="namespacebeast.html#aeb241ed2f4422ea57283956ca58c5d42">beast::lexicalCastChecked</a>(iVal, index))</div>
|
|
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> <span class="keywordflow">return</span> {<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76faefd5dbecf662df8c7b2be66d6d0d68ec">rpcINVALID_PARAMS</a>, <a class="code hl_function" href="namespacexrpl_1_1RPC.html#a113f5d9f23954da3ce8ee1ec93c7beb9">expected_field_message</a>(fieldName, <span class="stringliteral">"string or number"</span>)};</div>
|
|
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> </div>
|
|
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl_1_1RPC.html#af520d585f6e8cda040becc70e64115da">getLedger</a>(ledger, iVal, context);</div>
|
|
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span>}</div>
|
|
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> </div>
|
|
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span><span class="keyword">template</span> <<span class="keyword">class</span> T></div>
|
|
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span><a class="code hl_enumeration" href="namespacexrpl_1_1NodeStore.html#a4883b8bc797bf7591fde489676a6e96b">Status</a></div>
|
|
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span><a class="code hl_function" href="namespacexrpl_1_1RPC.html#aa999d11bfb8559f0a399a37ddb7803d4">ledgerFromRequest</a>(T& ledger, JsonContext <span class="keyword">const</span>& context)</div>
|
|
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span>{</div>
|
|
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> ledger.reset();</div>
|
|
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> </div>
|
|
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> <span class="keyword">auto</span>& params = context.params;</div>
|
|
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> <span class="keyword">auto</span> <span class="keyword">const</span> hasLedger = context.params.isMember(jss::ledger);</div>
|
|
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> <span class="keyword">auto</span> <span class="keyword">const</span> hasHash = context.params.isMember(jss::ledger_hash);</div>
|
|
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> <span class="keyword">auto</span> <span class="keyword">const</span> hasIndex = context.params.isMember(jss::ledger_index);</div>
|
|
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> </div>
|
|
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> <span class="keywordflow">if</span> ((hasLedger + hasHash + hasIndex) > 1)</div>
|
|
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> {</div>
|
|
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> <span class="comment">// while `ledger` is still supported, it is deprecated</span></div>
|
|
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> <span class="comment">// and therefore shouldn't be mentioned in the error message</span></div>
|
|
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> <span class="keywordflow">if</span> (hasLedger)</div>
|
|
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> <span class="keywordflow">return</span> {</div>
|
|
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> <a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76faefd5dbecf662df8c7b2be66d6d0d68ec">rpcINVALID_PARAMS</a>,</div>
|
|
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> <span class="stringliteral">"Exactly one of 'ledger', 'ledger_hash', or "</span></div>
|
|
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> <span class="stringliteral">"'ledger_index' can be specified."</span>};</div>
|
|
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> <span class="keywordflow">return</span> {</div>
|
|
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> <a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76faefd5dbecf662df8c7b2be66d6d0d68ec">rpcINVALID_PARAMS</a>,</div>
|
|
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> <span class="stringliteral">"Exactly one of 'ledger_hash' or "</span></div>
|
|
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> <span class="stringliteral">"'ledger_index' can be specified."</span>};</div>
|
|
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</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> <span class="comment">// We need to support the legacy "ledger" field.</span></div>
|
|
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> <span class="keywordflow">if</span> (hasLedger)</div>
|
|
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> {</div>
|
|
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> <span class="keyword">auto</span>& legacyLedger = params[jss::ledger];</div>
|
|
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> <span class="keywordflow">if</span> (!legacyLedger.isString() && !legacyLedger.isUInt() && !legacyLedger.isInt())</div>
|
|
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> {</div>
|
|
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> <span class="keywordflow">return</span> {<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76faefd5dbecf662df8c7b2be66d6d0d68ec">rpcINVALID_PARAMS</a>, <a class="code hl_function" href="namespacexrpl_1_1RPC.html#a113f5d9f23954da3ce8ee1ec93c7beb9">expected_field_message</a>(jss::ledger, <span class="stringliteral">"string or number"</span>)};</div>
|
|
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> }</div>
|
|
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> <span class="keywordflow">if</span> (legacyLedger.isString() && legacyLedger.asString().size() == 64)</div>
|
|
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> <span class="keywordflow">return</span> ledgerFromHash(ledger, legacyLedger, context, jss::ledger);</div>
|
|
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> <span class="keywordflow">else</span></div>
|
|
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> <span class="keywordflow">return</span> ledgerFromIndex(ledger, legacyLedger, context, jss::ledger);</div>
|
|
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> }</div>
|
|
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> </div>
|
|
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> <span class="keywordflow">if</span> (hasHash)</div>
|
|
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> {</div>
|
|
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> <span class="keyword">auto</span> <span class="keyword">const</span>& ledgerHash = params[jss::ledger_hash];</div>
|
|
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> <span class="keywordflow">if</span> (!ledgerHash.isString())</div>
|
|
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> <span class="keywordflow">return</span> {<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76faefd5dbecf662df8c7b2be66d6d0d68ec">rpcINVALID_PARAMS</a>, <a class="code hl_function" href="namespacexrpl_1_1RPC.html#a113f5d9f23954da3ce8ee1ec93c7beb9">expected_field_message</a>(jss::ledger_hash, <span class="stringliteral">"hex string"</span>)};</div>
|
|
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> <span class="keywordflow">return</span> ledgerFromHash(ledger, ledgerHash, context, jss::ledger_hash);</div>
|
|
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</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">if</span> (hasIndex)</div>
|
|
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> {</div>
|
|
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> <span class="keyword">auto</span> <span class="keyword">const</span>& ledgerIndex = params[jss::ledger_index];</div>
|
|
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> <span class="keywordflow">if</span> (!ledgerIndex.isString() && !ledgerIndex.isUInt() && !ledgerIndex.isInt())</div>
|
|
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> {</div>
|
|
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> <span class="keywordflow">return</span> {<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76faefd5dbecf662df8c7b2be66d6d0d68ec">rpcINVALID_PARAMS</a>, <a class="code hl_function" href="namespacexrpl_1_1RPC.html#a113f5d9f23954da3ce8ee1ec93c7beb9">expected_field_message</a>(jss::ledger_index, <span class="stringliteral">"string or number"</span>)};</div>
|
|
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span> }</div>
|
|
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span> <span class="keywordflow">return</span> ledgerFromIndex(ledger, ledgerIndex, context, jss::ledger_index);</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> </div>
|
|
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"> 115</span> <span class="comment">// nothing specified, `index` has a default setting</span></div>
|
|
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"> 116</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl_1_1RPC.html#af520d585f6e8cda040becc70e64115da">getLedger</a>(ledger, LedgerShortcut::Current, context);</div>
|
|
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span>}</div>
|
|
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span>} <span class="comment">// namespace</span></div>
|
|
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span> </div>
|
|
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span><span class="keyword">template</span> <<span class="keyword">class</span> T, <span class="keyword">class</span> R></div>
|
|
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"> 121</span><a class="code hl_enumeration" href="namespacexrpl_1_1NodeStore.html#a4883b8bc797bf7591fde489676a6e96b">Status</a></div>
|
|
<div class="foldopen" id="foldopen00122" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"><a class="line" href="namespacexrpl_1_1RPC.html#aa999d11bfb8559f0a399a37ddb7803d4"> 122</a></span><a class="code hl_function" href="namespacexrpl_1_1RPC.html#aa999d11bfb8559f0a399a37ddb7803d4">ledgerFromRequest</a>(T& ledger, <a class="code hl_struct" href="structxrpl_1_1RPC_1_1GRPCContext.html">GRPCContext<R></a> <span class="keyword">const</span>& context)</div>
|
|
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span>{</div>
|
|
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"> 124</span> R <span class="keyword">const</span>& request = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1GRPCContext.html#a75ddd2523c7bc474da3b6d3e7741b4e4">params</a>;</div>
|
|
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl_1_1RPC.html#a39e21869e7514e3af27095d65afbf58e">ledgerFromSpecifier</a>(ledger, request.ledger(), context);</div>
|
|
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span>}</div>
|
|
</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"> 128</span><span class="comment">// explicit instantiation of above function</span></div>
|
|
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"><a class="line" href="namespacexrpl_1_1RPC.html#a33f1eb5f07dac09736e39a93a8bb0f89"> 129</a></span><span class="keyword">template</span> <a class="code hl_struct" href="structxrpl_1_1RPC_1_1Status.html">Status</a></div>
|
|
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span>ledgerFromRequest<>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<ReadView const></a>&, <a class="code hl_struct" href="structxrpl_1_1RPC_1_1GRPCContext.html">GRPCContext<org::xrpl::rpc::v1::GetLedgerEntryRequest></a> <span class="keyword">const</span>&);</div>
|
|
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> </div>
|
|
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span><span class="comment">// explicit instantiation of above function</span></div>
|
|
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"><a class="line" href="namespacexrpl_1_1RPC.html#a18d5f75dfe2b4f9360113cce4597ad29"> 133</a></span><span class="keyword">template</span> <a class="code hl_struct" href="structxrpl_1_1RPC_1_1Status.html">Status</a></div>
|
|
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span>ledgerFromRequest<>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<ReadView const></a>&, <a class="code hl_struct" href="structxrpl_1_1RPC_1_1GRPCContext.html">GRPCContext<org::xrpl::rpc::v1::GetLedgerDataRequest></a> <span class="keyword">const</span>&);</div>
|
|
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> </div>
|
|
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span><span class="comment">// explicit instantiation of above function</span></div>
|
|
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"><a class="line" href="namespacexrpl_1_1RPC.html#ac8b8b87e1bc52b9a9ef0d2b991f0babd"> 137</a></span><span class="keyword">template</span> <a class="code hl_struct" href="structxrpl_1_1RPC_1_1Status.html">Status</a></div>
|
|
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span>ledgerFromRequest<>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<ReadView const></a>&, <a class="code hl_struct" href="structxrpl_1_1RPC_1_1GRPCContext.html">GRPCContext<org::xrpl::rpc::v1::GetLedgerRequest></a> <span class="keyword">const</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><span class="keyword">template</span> <<span class="keyword">class</span> T></div>
|
|
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"> 141</span><a class="code hl_struct" href="structxrpl_1_1RPC_1_1Status.html">Status</a></div>
|
|
<div class="foldopen" id="foldopen00142" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"><a class="line" href="namespacexrpl_1_1RPC.html#a39e21869e7514e3af27095d65afbf58e"> 142</a></span><a class="code hl_function" href="namespacexrpl_1_1RPC.html#a39e21869e7514e3af27095d65afbf58e">ledgerFromSpecifier</a>(T& ledger, org::xrpl::rpc::v1::LedgerSpecifier <span class="keyword">const</span>& specifier, <a class="code hl_struct" href="structxrpl_1_1RPC_1_1Context.html">Context</a> <span class="keyword">const</span>& context)</div>
|
|
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span>{</div>
|
|
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> ledger.reset();</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> <span class="keyword">using </span>LedgerCase = org::xrpl::rpc::v1::LedgerSpecifier::LedgerCase;</div>
|
|
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span> LedgerCase ledgerCase = specifier.ledger_case();</div>
|
|
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> <span class="keywordflow">switch</span> (ledgerCase)</div>
|
|
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> {</div>
|
|
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> <span class="keywordflow">case</span> LedgerCase::kHash: {</div>
|
|
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> <span class="keywordflow">if</span> (<span class="keyword">auto</span> hash = <a class="code hl_function" href="classxrpl_1_1base__uint.html#a3a0a547da7842b2970b2cb476d921f1b">uint256::fromVoidChecked</a>(specifier.hash()))</div>
|
|
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> {</div>
|
|
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl_1_1RPC.html#af520d585f6e8cda040becc70e64115da">getLedger</a>(ledger, *hash, context);</div>
|
|
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span> }</div>
|
|
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> <span class="keywordflow">return</span> {<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76faefd5dbecf662df8c7b2be66d6d0d68ec">rpcINVALID_PARAMS</a>, <span class="stringliteral">"ledgerHashMalformed"</span>};</div>
|
|
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span> }</div>
|
|
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> <span class="keywordflow">case</span> LedgerCase::kSequence:</div>
|
|
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl_1_1RPC.html#af520d585f6e8cda040becc70e64115da">getLedger</a>(ledger, specifier.sequence(), context);</div>
|
|
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span> <span class="keywordflow">case</span> LedgerCase::kShortcut:</div>
|
|
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span> [[fallthrough]];</div>
|
|
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> <span class="keywordflow">case</span> LedgerCase::LEDGER_NOT_SET: {</div>
|
|
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span> <span class="keyword">auto</span> <span class="keyword">const</span> shortcut = specifier.shortcut();</div>
|
|
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> <span class="keywordflow">if</span> (shortcut == org::xrpl::rpc::v1::LedgerSpecifier::SHORTCUT_VALIDATED)</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="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl_1_1RPC.html#af520d585f6e8cda040becc70e64115da">getLedger</a>(ledger, LedgerShortcut::Validated, context);</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="keywordflow">else</span></div>
|
|
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"> 168</span> {</div>
|
|
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> <span class="keywordflow">if</span> (shortcut == org::xrpl::rpc::v1::LedgerSpecifier::SHORTCUT_CURRENT ||</div>
|
|
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> shortcut == org::xrpl::rpc::v1::LedgerSpecifier::SHORTCUT_UNSPECIFIED)</div>
|
|
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> {</div>
|
|
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl_1_1RPC.html#af520d585f6e8cda040becc70e64115da">getLedger</a>(ledger, LedgerShortcut::Current, context);</div>
|
|
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> }</div>
|
|
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> <span class="keywordflow">else</span> <span class="keywordflow">if</span> (shortcut == org::xrpl::rpc::v1::LedgerSpecifier::SHORTCUT_CLOSED)</div>
|
|
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span> {</div>
|
|
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"> 176</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl_1_1RPC.html#af520d585f6e8cda040becc70e64115da">getLedger</a>(ledger, LedgerShortcut::Closed, context);</div>
|
|
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> }</div>
|
|
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</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> }</div>
|
|
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span> </div>
|
|
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="structxrpl_1_1RPC_1_1Status.html#a37a24d9d647545a821b3ed8204d3557c">Status::OK</a>;</div>
|
|
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span>}</div>
|
|
</div>
|
|
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> </div>
|
|
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span><span class="keyword">template</span> <<span class="keyword">class</span> T></div>
|
|
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span>Status</div>
|
|
<div class="foldopen" id="foldopen00187" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"><a class="line" href="namespacexrpl_1_1RPC.html#af520d585f6e8cda040becc70e64115da"> 187</a></span><a class="code hl_function" href="namespacexrpl_1_1RPC.html#af520d585f6e8cda040becc70e64115da">getLedger</a>(T& ledger, <a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& ledgerHash, <a class="code hl_struct" href="structxrpl_1_1RPC_1_1Context.html">Context</a> <span class="keyword">const</span>& context)</div>
|
|
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span>{</div>
|
|
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span> ledger = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#ac2b68abc7374eacb59cd93164ccdbc77">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#aeadb7ae5f2fdc110883ebb901e731515">getLedgerByHash</a>(ledgerHash);</div>
|
|
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span> <span class="keywordflow">if</span> (ledger == <span class="keyword">nullptr</span>)</div>
|
|
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> <span class="keywordflow">return</span> {<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa14920cfeb18fc41fef6998482a41a3b1">rpcLGR_NOT_FOUND</a>, <span class="stringliteral">"ledgerNotFound"</span>};</div>
|
|
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="structxrpl_1_1RPC_1_1Status.html#a37a24d9d647545a821b3ed8204d3557c">Status::OK</a>;</div>
|
|
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"> 193</span>}</div>
|
|
</div>
|
|
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span> </div>
|
|
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span><span class="keyword">template</span> <<span class="keyword">class</span> T></div>
|
|
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span>Status</div>
|
|
<div class="foldopen" id="foldopen00197" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"><a class="line" href="namespacexrpl_1_1RPC.html#a364c58c4c2ff5806e477aa758ff56447"> 197</a></span><a class="code hl_function" href="namespacexrpl_1_1RPC.html#af520d585f6e8cda040becc70e64115da">getLedger</a>(T& ledger, uint32_t ledgerIndex, <a class="code hl_struct" href="structxrpl_1_1RPC_1_1Context.html">Context</a> <span class="keyword">const</span>& context)</div>
|
|
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span>{</div>
|
|
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> ledger = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#ac2b68abc7374eacb59cd93164ccdbc77">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a2b20634b66ceb4ffdf423bfbc045a443">getLedgerBySeq</a>(ledgerIndex);</div>
|
|
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> <span class="keywordflow">if</span> (ledger == <span class="keyword">nullptr</span>)</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> <span class="keyword">auto</span> cur = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#ac2b68abc7374eacb59cd93164ccdbc77">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#ad0bbaf0b75d4457df4a7775750adbb07">getCurrentLedger</a>();</div>
|
|
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> <span class="keywordflow">if</span> (cur->header().seq == ledgerIndex)</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> ledger = cur;</div>
|
|
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span> }</div>
|
|
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> }</div>
|
|
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> </div>
|
|
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> <span class="keywordflow">if</span> (ledger == <span class="keyword">nullptr</span>)</div>
|
|
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> <span class="keywordflow">return</span> {<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa14920cfeb18fc41fef6998482a41a3b1">rpcLGR_NOT_FOUND</a>, <span class="stringliteral">"ledgerNotFound"</span>};</div>
|
|
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> </div>
|
|
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> <span class="keywordflow">if</span> (ledger->header().seq > context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#ac2b68abc7374eacb59cd93164ccdbc77">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a87b76acd30cc94bde1ccdf7f1d3f57bf">getValidLedgerIndex</a>() &&</div>
|
|
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> isValidatedOld(context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#ac2b68abc7374eacb59cd93164ccdbc77">ledgerMaster</a>, context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a3819425c846e53ec0f1bcfa7407df609">app</a>.<a class="code hl_function" href="classxrpl_1_1Application.html#a31c486ede7ae3b9c56c4c57bc696e3bf">config</a>().<a class="code hl_function" href="classxrpl_1_1Config.html#a40902c440ca8e76103c967661621b20a">standalone</a>()))</div>
|
|
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span> {</div>
|
|
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span> ledger.reset();</div>
|
|
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> <span class="keywordflow">if</span> (context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#aa8b6cd5d5b9eb13f4a82b16979cbd3f0">apiVersion</a> == 1)</div>
|
|
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span> <span class="keywordflow">return</span> {<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa1509c881a9cf0125b9df59e63d4be43e">rpcNO_NETWORK</a>, <span class="stringliteral">"InsufficientNetworkMode"</span>};</div>
|
|
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span> <span class="keywordflow">return</span> {<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76faad5354f2aa55e41a5ec90ebda67aa9aa">rpcNOT_SYNCED</a>, <span class="stringliteral">"notSynced"</span>};</div>
|
|
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span> }</div>
|
|
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span> </div>
|
|
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="structxrpl_1_1RPC_1_1Status.html#a37a24d9d647545a821b3ed8204d3557c">Status::OK</a>;</div>
|
|
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span>}</div>
|
|
</div>
|
|
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> </div>
|
|
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span><span class="keyword">template</span> <<span class="keyword">class</span> T></div>
|
|
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span>Status</div>
|
|
<div class="foldopen" id="foldopen00226" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"><a class="line" href="namespacexrpl_1_1RPC.html#ad6d87ed6a709aa8bc44384ba23eb6d5f"> 226</a></span><a class="code hl_function" href="namespacexrpl_1_1RPC.html#af520d585f6e8cda040becc70e64115da">getLedger</a>(T& ledger, <a class="code hl_enumeration" href="namespacexrpl_1_1RPC.html#a3d2ee3ee191de81e32550c09d5806afd">LedgerShortcut</a> shortcut, <a class="code hl_struct" href="structxrpl_1_1RPC_1_1Context.html">Context</a> <span class="keyword">const</span>& context)</div>
|
|
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span>{</div>
|
|
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> <span class="keywordflow">if</span> (isValidatedOld(context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#ac2b68abc7374eacb59cd93164ccdbc77">ledgerMaster</a>, context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a3819425c846e53ec0f1bcfa7407df609">app</a>.<a class="code hl_function" href="classxrpl_1_1Application.html#a31c486ede7ae3b9c56c4c57bc696e3bf">config</a>().<a class="code hl_function" href="classxrpl_1_1Config.html#a40902c440ca8e76103c967661621b20a">standalone</a>()))</div>
|
|
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> {</div>
|
|
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> <span class="keywordflow">if</span> (context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#aa8b6cd5d5b9eb13f4a82b16979cbd3f0">apiVersion</a> == 1)</div>
|
|
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> <span class="keywordflow">return</span> {<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa1509c881a9cf0125b9df59e63d4be43e">rpcNO_NETWORK</a>, <span class="stringliteral">"InsufficientNetworkMode"</span>};</div>
|
|
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> <span class="keywordflow">return</span> {<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76faad5354f2aa55e41a5ec90ebda67aa9aa">rpcNOT_SYNCED</a>, <span class="stringliteral">"notSynced"</span>};</div>
|
|
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> }</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> <span class="keywordflow">if</span> (shortcut == LedgerShortcut::Validated)</div>
|
|
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> {</div>
|
|
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> ledger = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#ac2b68abc7374eacb59cd93164ccdbc77">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a7ea2c0af10a8a36bd45c165baa58bd20">getValidatedLedger</a>();</div>
|
|
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> <span class="keywordflow">if</span> (ledger == <span class="keyword">nullptr</span>)</div>
|
|
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> {</div>
|
|
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span> <span class="keywordflow">if</span> (context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#aa8b6cd5d5b9eb13f4a82b16979cbd3f0">apiVersion</a> == 1)</div>
|
|
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span> <span class="keywordflow">return</span> {<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa1509c881a9cf0125b9df59e63d4be43e">rpcNO_NETWORK</a>, <span class="stringliteral">"InsufficientNetworkMode"</span>};</div>
|
|
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span> <span class="keywordflow">return</span> {<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76faad5354f2aa55e41a5ec90ebda67aa9aa">rpcNOT_SYNCED</a>, <span class="stringliteral">"notSynced"</span>};</div>
|
|
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span> }</div>
|
|
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span> </div>
|
|
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> XRPL_ASSERT(!ledger->open(), <span class="stringliteral">"xrpl::RPC::getLedger : validated is not open"</span>);</div>
|
|
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> }</div>
|
|
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span> <span class="keywordflow">else</span></div>
|
|
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"> 248</span> {</div>
|
|
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> <span class="keywordflow">if</span> (shortcut == LedgerShortcut::Current)</div>
|
|
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span> {</div>
|
|
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span> ledger = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#ac2b68abc7374eacb59cd93164ccdbc77">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#ad0bbaf0b75d4457df4a7775750adbb07">getCurrentLedger</a>();</div>
|
|
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span> XRPL_ASSERT(ledger->open(), <span class="stringliteral">"xrpl::RPC::getLedger : current is open"</span>);</div>
|
|
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"> 253</span> }</div>
|
|
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span> <span class="keywordflow">else</span> <span class="keywordflow">if</span> (shortcut == LedgerShortcut::Closed)</div>
|
|
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span> {</div>
|
|
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> ledger = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#ac2b68abc7374eacb59cd93164ccdbc77">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a7267651f4dace3c533af49861c19c757">getClosedLedger</a>();</div>
|
|
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"> 257</span> XRPL_ASSERT(!ledger->open(), <span class="stringliteral">"xrpl::RPC::getLedger : closed is not open"</span>);</div>
|
|
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span> }</div>
|
|
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span> <span class="keywordflow">else</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> <span class="keywordflow">return</span> {<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76faefd5dbecf662df8c7b2be66d6d0d68ec">rpcINVALID_PARAMS</a>, <span class="stringliteral">"ledgerIndexMalformed"</span>};</div>
|
|
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span> }</div>
|
|
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"> 263</span> </div>
|
|
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span> <span class="keywordflow">if</span> (ledger == <span class="keyword">nullptr</span>)</div>
|
|
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"> 265</span> {</div>
|
|
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span> <span class="keywordflow">if</span> (context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#aa8b6cd5d5b9eb13f4a82b16979cbd3f0">apiVersion</a> == 1)</div>
|
|
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span> <span class="keywordflow">return</span> {<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa1509c881a9cf0125b9df59e63d4be43e">rpcNO_NETWORK</a>, <span class="stringliteral">"InsufficientNetworkMode"</span>};</div>
|
|
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span> <span class="keywordflow">return</span> {<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76faad5354f2aa55e41a5ec90ebda67aa9aa">rpcNOT_SYNCED</a>, <span class="stringliteral">"notSynced"</span>};</div>
|
|
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span> }</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="keyword">static</span> <span class="keyword">auto</span> <span class="keyword">const</span> minSequenceGap = 10;</div>
|
|
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> </div>
|
|
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span> <span class="keywordflow">if</span> (ledger->header().seq + minSequenceGap < context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#ac2b68abc7374eacb59cd93164ccdbc77">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a87b76acd30cc94bde1ccdf7f1d3f57bf">getValidLedgerIndex</a>())</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> ledger.reset();</div>
|
|
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span> <span class="keywordflow">if</span> (context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#aa8b6cd5d5b9eb13f4a82b16979cbd3f0">apiVersion</a> == 1)</div>
|
|
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"> 277</span> <span class="keywordflow">return</span> {<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa1509c881a9cf0125b9df59e63d4be43e">rpcNO_NETWORK</a>, <span class="stringliteral">"InsufficientNetworkMode"</span>};</div>
|
|
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"> 278</span> <span class="keywordflow">return</span> {<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76faad5354f2aa55e41a5ec90ebda67aa9aa">rpcNOT_SYNCED</a>, <span class="stringliteral">"notSynced"</span>};</div>
|
|
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span> }</div>
|
|
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"> 280</span> }</div>
|
|
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="structxrpl_1_1RPC_1_1Status.html#a37a24d9d647545a821b3ed8204d3557c">Status::OK</a>;</div>
|
|
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"> 282</span>}</div>
|
|
</div>
|
|
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"> 283</span> </div>
|
|
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"> 284</span><span class="comment">// Explicit instantiation of above three functions</span></div>
|
|
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"><a class="line" href="namespacexrpl_1_1RPC.html#a334ae3057a97f286186dca7930efc2ca"> 285</a></span><span class="keyword">template</span> <a class="code hl_struct" href="structxrpl_1_1RPC_1_1Status.html">Status</a></div>
|
|
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span>getLedger<>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<ReadView const></a>&, uint32_t, <a class="code hl_struct" href="structxrpl_1_1RPC_1_1Context.html">Context</a> <span class="keyword">const</span>&);</div>
|
|
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"> 287</span> </div>
|
|
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"><a class="line" href="namespacexrpl_1_1RPC.html#aa672feb73803926b735a18ce43476739"> 288</a></span><span class="keyword">template</span> <a class="code hl_struct" href="structxrpl_1_1RPC_1_1Status.html">Status</a></div>
|
|
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span>getLedger<>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<ReadView const></a>&, <a class="code hl_enumeration" href="namespacexrpl_1_1RPC.html#a3d2ee3ee191de81e32550c09d5806afd">LedgerShortcut</a> shortcut, <a class="code hl_struct" href="structxrpl_1_1RPC_1_1Context.html">Context</a> <span class="keyword">const</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"><a class="line" href="namespacexrpl_1_1RPC.html#a8de186154dea79d68d648511c6515a8b"> 291</a></span><span class="keyword">template</span> <a class="code hl_struct" href="structxrpl_1_1RPC_1_1Status.html">Status</a></div>
|
|
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"> 292</span>getLedger<>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<ReadView const></a>&, <a class="code hl_class" href="classxrpl_1_1base__uint.html">uint256</a> <span class="keyword">const</span>&, <a class="code hl_struct" href="structxrpl_1_1RPC_1_1Context.html">Context</a> <span class="keyword">const</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="comment">// The previous version of the lookupLedger command would accept the</span></div>
|
|
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"> 295</span><span class="comment">// "ledger_index" argument as a string and silently treat it as a request to</span></div>
|
|
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"> 296</span><span class="comment">// return the current ledger which, while not strictly wrong, could cause a lot</span></div>
|
|
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"> 297</span><span class="comment">// of confusion.</span></div>
|
|
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"> 298</span><span class="comment">//</span></div>
|
|
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"> 299</span><span class="comment">// The code now robustly validates the input and ensures that the only possible</span></div>
|
|
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"> 300</span><span class="comment">// values for the "ledger_index" parameter are the index of a ledger passed as</span></div>
|
|
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"> 301</span><span class="comment">// an integer or one of the strings "current", "closed" or "validated".</span></div>
|
|
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"> 302</span><span class="comment">// Additionally, the code ensures that the value passed in "ledger_hash" is a</span></div>
|
|
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"> 303</span><span class="comment">// string and a valid hash. Invalid values will return an appropriate error</span></div>
|
|
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"> 304</span><span class="comment">// code.</span></div>
|
|
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"> 305</span><span class="comment">//</span></div>
|
|
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"> 306</span><span class="comment">// In the absence of the "ledger_hash" or "ledger_index" parameters, the code</span></div>
|
|
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"> 307</span><span class="comment">// assumes that "ledger_index" has the value "current".</span></div>
|
|
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"> 308</span><span class="comment">//</span></div>
|
|
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"> 309</span><span class="comment">// Returns a Json::objectValue. If there was an error, it will be in that</span></div>
|
|
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"> 310</span><span class="comment">// return value. Otherwise, the object contains the field "validated" and</span></div>
|
|
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"> 311</span><span class="comment">// optionally the fields "ledger_hash", "ledger_index" and</span></div>
|
|
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"> 312</span><span class="comment">// "ledger_current_index", if they are defined.</span></div>
|
|
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"> 313</span><a class="code hl_struct" href="structxrpl_1_1RPC_1_1Status.html">Status</a></div>
|
|
<div class="foldopen" id="foldopen00314" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"><a class="line" href="namespacexrpl_1_1RPC.html#ad2e38924289124233ca731bb06f68345"> 314</a></span><a class="code hl_function" href="namespacexrpl_1_1RPC.html#ad2e38924289124233ca731bb06f68345">lookupLedger</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<ReadView const></a>& ledger, <a class="code hl_struct" href="structxrpl_1_1RPC_1_1JsonContext.html">JsonContext</a> <span class="keyword">const</span>& context, <a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a>& result)</div>
|
|
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"> 315</span>{</div>
|
|
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"> 316</span> <span class="keywordflow">if</span> (<span class="keyword">auto</span> status = <a class="code hl_function" href="namespacexrpl_1_1RPC.html#aa999d11bfb8559f0a399a37ddb7803d4">ledgerFromRequest</a>(ledger, context))</div>
|
|
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span> <span class="keywordflow">return</span> status;</div>
|
|
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"> 318</span> </div>
|
|
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"> 319</span> <span class="keyword">auto</span>& info = ledger->header();</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> <span class="keywordflow">if</span> (!ledger->open())</div>
|
|
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span> {</div>
|
|
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"> 323</span> result[jss::ledger_hash] = <a class="code hl_function" href="namespacexrpl.html#a35ce7572092b98720a52fa343c6f2fa9">to_string</a>(info.hash);</div>
|
|
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"> 324</span> result[jss::ledger_index] = info.seq;</div>
|
|
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"> 325</span> }</div>
|
|
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"> 326</span> <span class="keywordflow">else</span></div>
|
|
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"> 327</span> {</div>
|
|
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span> result[jss::ledger_current_index] = info.seq;</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> </div>
|
|
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"> 331</span> result[jss::validated] = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#ac2b68abc7374eacb59cd93164ccdbc77">ledgerMaster</a>.<a class="code hl_function" href="classxrpl_1_1LedgerMaster.html#a839fae65720317822b806c0a8be7f062">isValidated</a>(*ledger);</div>
|
|
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"> 332</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="structxrpl_1_1RPC_1_1Status.html#a37a24d9d647545a821b3ed8204d3557c">Status::OK</a>;</div>
|
|
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"> 333</span>}</div>
|
|
</div>
|
|
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"> 334</span> </div>
|
|
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span><a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a></div>
|
|
<div class="foldopen" id="foldopen00336" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"><a class="line" href="namespacexrpl_1_1RPC.html#a5b80efc4a9d708394c98fba8cf667003"> 336</a></span><a class="code hl_function" href="namespacexrpl_1_1RPC.html#ad2e38924289124233ca731bb06f68345">lookupLedger</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<ReadView const></a>& ledger, <a class="code hl_struct" href="structxrpl_1_1RPC_1_1JsonContext.html">JsonContext</a> <span class="keyword">const</span>& context)</div>
|
|
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"> 337</span>{</div>
|
|
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"> 338</span> <a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a> result;</div>
|
|
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"> 339</span> <span class="keywordflow">if</span> (<span class="keyword">auto</span> status = <a class="code hl_function" href="namespacexrpl_1_1RPC.html#ad2e38924289124233ca731bb06f68345">lookupLedger</a>(ledger, context, result))</div>
|
|
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"> 340</span> status.inject(result);</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> <span class="keywordflow">return</span> result;</div>
|
|
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"> 343</span>}</div>
|
|
</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><a class="code hl_class" href="classxrpl_1_1Expected.html">Expected<std::shared_ptr<Ledger const></a>, <a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a>></div>
|
|
<div class="foldopen" id="foldopen00346" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"><a class="line" href="namespacexrpl_1_1RPC.html#a4cfffd89db471faff8b31ebbbba37c22"> 346</a></span><a class="code hl_function" href="namespacexrpl_1_1RPC.html#a4cfffd89db471faff8b31ebbbba37c22">getOrAcquireLedger</a>(<a class="code hl_struct" href="structxrpl_1_1RPC_1_1JsonContext.html">RPC::JsonContext</a> <span class="keyword">const</span>& context)</div>
|
|
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"> 347</span>{</div>
|
|
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"> 348</span> <span class="keyword">auto</span> <span class="keyword">const</span> hasHash = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1JsonContext.html#a30603f408d454be67d5250a62bf39287">params</a>.<a class="code hl_function" href="classJson_1_1Value.html#abfa90c81f6aee7877bd5fb4c8445994f">isMember</a>(jss::ledger_hash);</div>
|
|
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"> 349</span> <span class="keyword">auto</span> <span class="keyword">const</span> hasIndex = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1JsonContext.html#a30603f408d454be67d5250a62bf39287">params</a>.<a class="code hl_function" href="classJson_1_1Value.html#abfa90c81f6aee7877bd5fb4c8445994f">isMember</a>(jss::ledger_index);</div>
|
|
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"> 350</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> ledgerIndex = 0;</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> <span class="keyword">auto</span>& <a class="code hl_enumvalue" href="namespacexrpl.html#ac599741e6d4066bada11df4c7e8ad30aa7fa2267e9b1bf739a70bb1860ab2a99c">ledgerMaster</a> = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a3819425c846e53ec0f1bcfa7407df609">app</a>.<a class="code hl_function" href="classxrpl_1_1Application.html#a67e24f718daa8a3aa2e0237bc0639616">getLedgerMaster</a>();</div>
|
|
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"> 353</span> <a class="code hl_class" href="classxrpl_1_1base__uint.html">LedgerHash</a> ledgerHash;</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="keywordflow">if</span> ((hasHash + hasIndex) != 1)</div>
|
|
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"> 356</span> {</div>
|
|
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</span> <span class="keywordflow">return</span> <a class="code hl_class" href="classxrpl_1_1Unexpected.html">Unexpected</a>(</div>
|
|
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"> 358</span> <a class="code hl_function" href="namespacexrpl_1_1RPC.html#aa0d0145ba96751528a22fb088c42242f">RPC::make_param_error</a>(<span class="stringliteral">"Exactly one of 'ledger_hash' or "</span></div>
|
|
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span> <span class="stringliteral">"'ledger_index' can be specified."</span>));</div>
|
|
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"> 360</span> }</div>
|
|
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"> 361</span> </div>
|
|
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"> 362</span> <span class="keywordflow">if</span> (hasHash)</div>
|
|
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span> {</div>
|
|
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span> <span class="keyword">auto</span> <span class="keyword">const</span>& jsonHash = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1JsonContext.html#a30603f408d454be67d5250a62bf39287">params</a>.<a class="code hl_function" href="classJson_1_1Value.html#acd7f7ba84f8aba84bce7b742c87ea8d6">get</a>(jss::ledger_hash, <a class="code hl_enumvalue" href="namespaceJson.html#a7d654b75c16a57007925868e38212b4ea7d9899633b4409bd3fc107e6737f8391">Json::nullValue</a>);</div>
|
|
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"> 365</span> <span class="keywordflow">if</span> (!jsonHash.isString() || !ledgerHash.<a class="code hl_function" href="classxrpl_1_1base__uint.html#a341fd439f9a09990fd34c6005d87f2ea">parseHex</a>(jsonHash.asString()))</div>
|
|
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span> <span class="keywordflow">return</span> <a class="code hl_class" href="classxrpl_1_1Unexpected.html">Unexpected</a>(<a class="code hl_function" href="namespacexrpl_1_1RPC.html#a595ce83a32abb8f253e7419a9b11d01f">RPC::expected_field_error</a>(jss::ledger_hash, <span class="stringliteral">"hex string"</span>));</div>
|
|
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"> 367</span> }</div>
|
|
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"> 368</span> <span class="keywordflow">else</span></div>
|
|
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"> 369</span> {</div>
|
|
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"> 370</span> <span class="keyword">auto</span> <span class="keyword">const</span>& jsonIndex = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1JsonContext.html#a30603f408d454be67d5250a62bf39287">params</a>.<a class="code hl_function" href="classJson_1_1Value.html#acd7f7ba84f8aba84bce7b742c87ea8d6">get</a>(jss::ledger_index, <a class="code hl_enumvalue" href="namespaceJson.html#a7d654b75c16a57007925868e38212b4ea7d9899633b4409bd3fc107e6737f8391">Json::nullValue</a>);</div>
|
|
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"> 371</span> <span class="keywordflow">if</span> (!jsonIndex.isInt() && !jsonIndex.isUInt())</div>
|
|
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"> 372</span> <span class="keywordflow">return</span> <a class="code hl_class" href="classxrpl_1_1Unexpected.html">Unexpected</a>(<a class="code hl_function" href="namespacexrpl_1_1RPC.html#a595ce83a32abb8f253e7419a9b11d01f">RPC::expected_field_error</a>(jss::ledger_index, <span class="stringliteral">"number"</span>));</div>
|
|
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"> 373</span> </div>
|
|
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"> 374</span> <span class="comment">// We need a validated ledger to get the hash from the sequence</span></div>
|
|
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"> 375</span> <span class="keywordflow">if</span> (<a class="code hl_enumvalue" href="namespacexrpl.html#ac599741e6d4066bada11df4c7e8ad30aa7fa2267e9b1bf739a70bb1860ab2a99c">ledgerMaster</a>.getValidatedLedgerAge() > <a class="code hl_variable" href="namespacexrpl_1_1RPC_1_1Tuning.html#ac80fb839ea5ed6b1b2ba06155d413616">RPC::Tuning::maxValidatedLedgerAge</a>)</div>
|
|
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span> {</div>
|
|
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"> 377</span> <span class="keywordflow">if</span> (context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#aa8b6cd5d5b9eb13f4a82b16979cbd3f0">apiVersion</a> == 1)</div>
|
|
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"> 378</span> <span class="keywordflow">return</span> <a class="code hl_class" href="classxrpl_1_1Unexpected.html">Unexpected</a>(<a class="code hl_function" href="namespacexrpl.html#ab2aea6659695e209e9affb77e421f43e">rpcError</a>(<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa279cb5a4e46ed24b24ed10cbad3dc628">rpcNO_CURRENT</a>));</div>
|
|
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span> <span class="keywordflow">return</span> <a class="code hl_class" href="classxrpl_1_1Unexpected.html">Unexpected</a>(<a class="code hl_function" href="namespacexrpl.html#ab2aea6659695e209e9affb77e421f43e">rpcError</a>(<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76faad5354f2aa55e41a5ec90ebda67aa9aa">rpcNOT_SYNCED</a>));</div>
|
|
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span> }</div>
|
|
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"> 381</span> </div>
|
|
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"> 382</span> ledgerIndex = jsonIndex.asInt();</div>
|
|
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"> 383</span> <span class="keyword">auto</span> ledger = <a class="code hl_enumvalue" href="namespacexrpl.html#ac599741e6d4066bada11df4c7e8ad30aa7fa2267e9b1bf739a70bb1860ab2a99c">ledgerMaster</a>.getValidatedLedger();</div>
|
|
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"> 384</span> </div>
|
|
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"> 385</span> <span class="keywordflow">if</span> (ledgerIndex >= ledger->header().seq)</div>
|
|
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"> 386</span> <span class="keywordflow">return</span> <a class="code hl_class" href="classxrpl_1_1Unexpected.html">Unexpected</a>(<a class="code hl_function" href="namespacexrpl_1_1RPC.html#aa0d0145ba96751528a22fb088c42242f">RPC::make_param_error</a>(<span class="stringliteral">"Ledger index too large"</span>));</div>
|
|
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"> 387</span> <span class="keywordflow">if</span> (ledgerIndex <= 0)</div>
|
|
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"> 388</span> <span class="keywordflow">return</span> <a class="code hl_class" href="classxrpl_1_1Unexpected.html">Unexpected</a>(<a class="code hl_function" href="namespacexrpl_1_1RPC.html#aa0d0145ba96751528a22fb088c42242f">RPC::make_param_error</a>(<span class="stringliteral">"Ledger index too small"</span>));</div>
|
|
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"> 389</span> </div>
|
|
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"> 390</span> <span class="keyword">auto</span> <span class="keyword">const</span> j = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a3819425c846e53ec0f1bcfa7407df609">app</a>.<a class="code hl_function" href="classxrpl_1_1Application.html#a6e0a37ac42a5e33db7e391c5d80e6527">journal</a>(<span class="stringliteral">"RPCHandler"</span>);</div>
|
|
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"> 391</span> <span class="comment">// Try to get the hash of the desired ledger from the validated</span></div>
|
|
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"> 392</span> <span class="comment">// ledger</span></div>
|
|
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"> 393</span> <span class="keyword">auto</span> neededHash = <a class="code hl_function" href="namespacexrpl.html#a82860bdd420228484fd3d5e9c8b48848">hashOfSeq</a>(*ledger, ledgerIndex, j);</div>
|
|
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"> 394</span> <span class="keywordflow">if</span> (!neededHash)</div>
|
|
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"> 395</span> {</div>
|
|
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"> 396</span> <span class="comment">// Find a ledger more likely to have the hash of the desired</span></div>
|
|
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"> 397</span> <span class="comment">// ledger</span></div>
|
|
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"> 398</span> <span class="keyword">auto</span> <span class="keyword">const</span> refIndex = <a class="code hl_function" href="namespacexrpl.html#a77ba5b12d65c411940748c8792a73ccc">getCandidateLedger</a>(ledgerIndex);</div>
|
|
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"> 399</span> <span class="keyword">auto</span> refHash = <a class="code hl_function" href="namespacexrpl.html#a82860bdd420228484fd3d5e9c8b48848">hashOfSeq</a>(*ledger, refIndex, j);</div>
|
|
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"> 400</span> XRPL_ASSERT(refHash, <span class="stringliteral">"xrpl::RPC::getOrAcquireLedger : nonzero ledger hash"</span>);</div>
|
|
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno"> 401</span> </div>
|
|
<div class="line"><a id="l00402" name="l00402"></a><span class="lineno"> 402</span> ledger = <a class="code hl_enumvalue" href="namespacexrpl.html#ac599741e6d4066bada11df4c7e8ad30aa7fa2267e9b1bf739a70bb1860ab2a99c">ledgerMaster</a>.getLedgerByHash(*refHash);</div>
|
|
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno"> 403</span> <span class="keywordflow">if</span> (!ledger)</div>
|
|
<div class="line"><a id="l00404" name="l00404"></a><span class="lineno"> 404</span> {</div>
|
|
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"> 405</span> <span class="comment">// We don't have the ledger we need to figure out which</span></div>
|
|
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"> 406</span> <span class="comment">// ledger they want. Try to get it.</span></div>
|
|
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"> 407</span> </div>
|
|
<div class="line"><a id="l00408" name="l00408"></a><span class="lineno"> 408</span> <span class="keywordflow">if</span> (<span class="keyword">auto</span> il =</div>
|
|
<div class="line"><a id="l00409" name="l00409"></a><span class="lineno"> 409</span> context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a3819425c846e53ec0f1bcfa7407df609">app</a>.<a class="code hl_function" href="classxrpl_1_1Application.html#a4a47b59cbe4684d0c9366e02a08f1f81">getInboundLedgers</a>().<a class="code hl_function" href="classxrpl_1_1InboundLedgers.html#abf7580337b9b0b54258086890e32664c">acquire</a>(*refHash, refIndex, <a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">InboundLedger::Reason::GENERIC</a>))</div>
|
|
<div class="line"><a id="l00410" name="l00410"></a><span class="lineno"> 410</span> {</div>
|
|
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"> 411</span> <a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a> jvResult =</div>
|
|
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"> 412</span> <a class="code hl_function" href="namespacexrpl_1_1RPC.html#adacea89cc70d7238cdb1e5044c0d8932">RPC::make_error</a>(<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa14920cfeb18fc41fef6998482a41a3b1">rpcLGR_NOT_FOUND</a>, <span class="stringliteral">"acquiring ledger containing requested index"</span>);</div>
|
|
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"> 413</span> jvResult[jss::acquiring] = <a class="code hl_function" href="namespacexrpl.html#a2a7ed5621b21d8593cdb566aff47fdb9">getJson</a>(<a class="code hl_struct" href="structxrpl_1_1LedgerFill.html">LedgerFill</a>(*il, &context));</div>
|
|
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"> 414</span> <span class="keywordflow">return</span> <a class="code hl_class" href="classxrpl_1_1Unexpected.html">Unexpected</a>(jvResult);</div>
|
|
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"> 415</span> }</div>
|
|
<div class="line"><a id="l00416" name="l00416"></a><span class="lineno"> 416</span> </div>
|
|
<div class="line"><a id="l00417" name="l00417"></a><span class="lineno"> 417</span> <span class="keywordflow">if</span> (<span class="keyword">auto</span> il = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a3819425c846e53ec0f1bcfa7407df609">app</a>.<a class="code hl_function" href="classxrpl_1_1Application.html#a4a47b59cbe4684d0c9366e02a08f1f81">getInboundLedgers</a>().<a class="code hl_function" href="classxrpl_1_1InboundLedgers.html#acbeaeba3d9fc4fe11067b98be64b1880">find</a>(*refHash))</div>
|
|
<div class="line"><a id="l00418" name="l00418"></a><span class="lineno"> 418</span> {</div>
|
|
<div class="line"><a id="l00419" name="l00419"></a><span class="lineno"> 419</span> <a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a> jvResult =</div>
|
|
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno"> 420</span> <a class="code hl_function" href="namespacexrpl_1_1RPC.html#adacea89cc70d7238cdb1e5044c0d8932">RPC::make_error</a>(<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa14920cfeb18fc41fef6998482a41a3b1">rpcLGR_NOT_FOUND</a>, <span class="stringliteral">"acquiring ledger containing requested index"</span>);</div>
|
|
<div class="line"><a id="l00421" name="l00421"></a><span class="lineno"> 421</span> jvResult[jss::acquiring] = il->getJson(0);</div>
|
|
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno"> 422</span> <span class="keywordflow">return</span> <a class="code hl_class" href="classxrpl_1_1Unexpected.html">Unexpected</a>(jvResult);</div>
|
|
<div class="line"><a id="l00423" name="l00423"></a><span class="lineno"> 423</span> }</div>
|
|
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno"> 424</span> </div>
|
|
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno"> 425</span> <span class="comment">// Likely the app is shutting down</span></div>
|
|
<div class="line"><a id="l00426" name="l00426"></a><span class="lineno"> 426</span> <span class="keywordflow">return</span> <a class="code hl_class" href="classxrpl_1_1Unexpected.html">Unexpected</a>(<a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a>());</div>
|
|
<div class="line"><a id="l00427" name="l00427"></a><span class="lineno"> 427</span> }</div>
|
|
<div class="line"><a id="l00428" name="l00428"></a><span class="lineno"> 428</span> </div>
|
|
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno"> 429</span> neededHash = <a class="code hl_function" href="namespacexrpl.html#a82860bdd420228484fd3d5e9c8b48848">hashOfSeq</a>(*ledger, ledgerIndex, j);</div>
|
|
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"> 430</span> }</div>
|
|
<div class="line"><a id="l00431" name="l00431"></a><span class="lineno"> 431</span> XRPL_ASSERT(neededHash, <span class="stringliteral">"xrpl::RPC::getOrAcquireLedger : nonzero needed hash"</span>);</div>
|
|
<div class="line"><a id="l00432" name="l00432"></a><span class="lineno"> 432</span> ledgerHash = neededHash ? *neededHash : beast::zero; <span class="comment">// kludge</span></div>
|
|
<div class="line"><a id="l00433" name="l00433"></a><span class="lineno"> 433</span> }</div>
|
|
<div class="line"><a id="l00434" name="l00434"></a><span class="lineno"> 434</span> </div>
|
|
<div class="line"><a id="l00435" name="l00435"></a><span class="lineno"> 435</span> <span class="comment">// Try to get the desired ledger</span></div>
|
|
<div class="line"><a id="l00436" name="l00436"></a><span class="lineno"> 436</span> <span class="comment">// Verify all nodes even if we think we have it</span></div>
|
|
<div class="line"><a id="l00437" name="l00437"></a><span class="lineno"> 437</span> <span class="keyword">auto</span> ledger = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a3819425c846e53ec0f1bcfa7407df609">app</a>.<a class="code hl_function" href="classxrpl_1_1Application.html#a4a47b59cbe4684d0c9366e02a08f1f81">getInboundLedgers</a>().<a class="code hl_function" href="classxrpl_1_1InboundLedgers.html#abf7580337b9b0b54258086890e32664c">acquire</a>(ledgerHash, ledgerIndex, <a class="code hl_enumvalue" href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">InboundLedger::Reason::GENERIC</a>);</div>
|
|
<div class="line"><a id="l00438" name="l00438"></a><span class="lineno"> 438</span> </div>
|
|
<div class="line"><a id="l00439" name="l00439"></a><span class="lineno"> 439</span> <span class="comment">// In standalone mode, accept the ledger from the ledger cache</span></div>
|
|
<div class="line"><a id="l00440" name="l00440"></a><span class="lineno"> 440</span> <span class="keywordflow">if</span> (!ledger && context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a3819425c846e53ec0f1bcfa7407df609">app</a>.<a class="code hl_function" href="classxrpl_1_1Application.html#a31c486ede7ae3b9c56c4c57bc696e3bf">config</a>().<a class="code hl_function" href="classxrpl_1_1Config.html#a40902c440ca8e76103c967661621b20a">standalone</a>())</div>
|
|
<div class="line"><a id="l00441" name="l00441"></a><span class="lineno"> 441</span> ledger = <a class="code hl_enumvalue" href="namespacexrpl.html#ac599741e6d4066bada11df4c7e8ad30aa7fa2267e9b1bf739a70bb1860ab2a99c">ledgerMaster</a>.getLedgerByHash(ledgerHash);</div>
|
|
<div class="line"><a id="l00442" name="l00442"></a><span class="lineno"> 442</span> </div>
|
|
<div class="line"><a id="l00443" name="l00443"></a><span class="lineno"> 443</span> <span class="keywordflow">if</span> (ledger)</div>
|
|
<div class="line"><a id="l00444" name="l00444"></a><span class="lineno"> 444</span> <span class="keywordflow">return</span> ledger;</div>
|
|
<div class="line"><a id="l00445" name="l00445"></a><span class="lineno"> 445</span> </div>
|
|
<div class="line"><a id="l00446" name="l00446"></a><span class="lineno"> 446</span> <span class="keywordflow">if</span> (<span class="keyword">auto</span> il = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a3819425c846e53ec0f1bcfa7407df609">app</a>.<a class="code hl_function" href="classxrpl_1_1Application.html#a4a47b59cbe4684d0c9366e02a08f1f81">getInboundLedgers</a>().<a class="code hl_function" href="classxrpl_1_1InboundLedgers.html#acbeaeba3d9fc4fe11067b98be64b1880">find</a>(ledgerHash))</div>
|
|
<div class="line"><a id="l00447" name="l00447"></a><span class="lineno"> 447</span> <span class="keywordflow">return</span> <a class="code hl_class" href="classxrpl_1_1Unexpected.html">Unexpected</a>(il->getJson(0));</div>
|
|
<div class="line"><a id="l00448" name="l00448"></a><span class="lineno"> 448</span> </div>
|
|
<div class="line"><a id="l00449" name="l00449"></a><span class="lineno"> 449</span> <span class="keywordflow">return</span> <a class="code hl_class" href="classxrpl_1_1Unexpected.html">Unexpected</a>(<a class="code hl_function" href="namespacexrpl_1_1RPC.html#adacea89cc70d7238cdb1e5044c0d8932">RPC::make_error</a>(<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fafa4be1e62e5127cc2a35de0d3b2312da">rpcNOT_READY</a>, <span class="stringliteral">"findCreate failed to return an inbound ledger"</span>));</div>
|
|
<div class="line"><a id="l00450" name="l00450"></a><span class="lineno"> 450</span>}</div>
|
|
</div>
|
|
<div class="line"><a id="l00451" name="l00451"></a><span class="lineno"> 451</span> </div>
|
|
<div class="line"><a id="l00452" name="l00452"></a><span class="lineno"> 452</span>} <span class="comment">// namespace RPC</span></div>
|
|
<div class="line"><a id="l00453" name="l00453"></a><span class="lineno"> 453</span>} <span class="comment">// namespace xrpl</span></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="aclassJson_1_1Value_html"><div class="ttname"><a href="classJson_1_1Value.html">Json::Value</a></div><div class="ttdoc">Represents a JSON value.</div><div class="ttdef"><b>Definition</b> <a href="json__value_8h_source.html#l00130">json_value.h:131</a></div></div>
|
|
<div class="ttc" id="aclassJson_1_1Value_html_ab0d86bf425efefd03513e8dbfaca317b"><div class="ttname"><a href="classJson_1_1Value.html#ab0d86bf425efefd03513e8dbfaca317b">Json::Value::asString</a></div><div class="ttdeci">std::string asString() const</div><div class="ttdoc">Returns the unquoted string value.</div><div class="ttdef"><b>Definition</b> <a href="json__value_8cpp_source.html#l00457">json_value.cpp:457</a></div></div>
|
|
<div class="ttc" id="aclassJson_1_1Value_html_abfa90c81f6aee7877bd5fb4c8445994f"><div class="ttname"><a href="classJson_1_1Value.html#abfa90c81f6aee7877bd5fb4c8445994f">Json::Value::isMember</a></div><div class="ttdeci">bool isMember(char const *key) const</div><div class="ttdoc">Return true if the object has a member named key.</div><div class="ttdef"><b>Definition</b> <a href="json__value_8cpp_source.html#l00978">json_value.cpp:978</a></div></div>
|
|
<div class="ttc" id="aclassJson_1_1Value_html_acd7f7ba84f8aba84bce7b742c87ea8d6"><div class="ttname"><a href="classJson_1_1Value.html#acd7f7ba84f8aba84bce7b742c87ea8d6">Json::Value::get</a></div><div class="ttdeci">Value get(UInt index, Value const &defaultValue) const</div><div class="ttdoc">If the array contains at least index+1 elements, returns the element value, otherwise returns default...</div><div class="ttdef"><b>Definition</b> <a href="json__value_8cpp_source.html#l00874">json_value.cpp:874</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1Application_html_a31c486ede7ae3b9c56c4c57bc696e3bf"><div class="ttname"><a href="classxrpl_1_1Application.html#a31c486ede7ae3b9c56c4c57bc696e3bf">xrpl::Application::config</a></div><div class="ttdeci">virtual Config & config()=0</div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1Application_html_a4a47b59cbe4684d0c9366e02a08f1f81"><div class="ttname"><a href="classxrpl_1_1Application.html#a4a47b59cbe4684d0c9366e02a08f1f81">xrpl::Application::getInboundLedgers</a></div><div class="ttdeci">virtual InboundLedgers & getInboundLedgers()=0</div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1Application_html_a67e24f718daa8a3aa2e0237bc0639616"><div class="ttname"><a href="classxrpl_1_1Application.html#a67e24f718daa8a3aa2e0237bc0639616">xrpl::Application::getLedgerMaster</a></div><div class="ttdeci">virtual LedgerMaster & getLedgerMaster()=0</div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1Application_html_a6e0a37ac42a5e33db7e391c5d80e6527"><div class="ttname"><a href="classxrpl_1_1Application.html#a6e0a37ac42a5e33db7e391c5d80e6527">xrpl::Application::journal</a></div><div class="ttdeci">virtual beast::Journal journal(std::string const &name)=0</div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1Config_html_a40902c440ca8e76103c967661621b20a"><div class="ttname"><a href="classxrpl_1_1Config.html#a40902c440ca8e76103c967661621b20a">xrpl::Config::standalone</a></div><div class="ttdeci">bool standalone() const</div><div class="ttdef"><b>Definition</b> <a href="Config_8h_source.html#l00312">Config.h:312</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1Expected_html"><div class="ttname"><a href="classxrpl_1_1Expected.html">xrpl::Expected</a></div><div class="ttdef"><b>Definition</b> <a href="Expected_8h_source.html#l00111">Expected.h:112</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1InboundLedger_html_ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b"><div class="ttname"><a href="classxrpl_1_1InboundLedger.html#ade00c970d116ec643a4ac7e050b26991ac942dc2a9f958acddc67e11472d3ca0b">xrpl::InboundLedger::Reason::GENERIC</a></div><div class="ttdeci">@ GENERIC</div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1InboundLedgers_html_abf7580337b9b0b54258086890e32664c"><div class="ttname"><a href="classxrpl_1_1InboundLedgers.html#abf7580337b9b0b54258086890e32664c">xrpl::InboundLedgers::acquire</a></div><div class="ttdeci">virtual std::shared_ptr< Ledger const > acquire(uint256 const &hash, std::uint32_t seq, InboundLedger::Reason)=0</div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1InboundLedgers_html_acbeaeba3d9fc4fe11067b98be64b1880"><div class="ttname"><a href="classxrpl_1_1InboundLedgers.html#acbeaeba3d9fc4fe11067b98be64b1880">xrpl::InboundLedgers::find</a></div><div class="ttdeci">virtual std::shared_ptr< InboundLedger > find(LedgerHash const &hash)=0</div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1LedgerMaster_html_a2b20634b66ceb4ffdf423bfbc045a443"><div class="ttname"><a href="classxrpl_1_1LedgerMaster.html#a2b20634b66ceb4ffdf423bfbc045a443">xrpl::LedgerMaster::getLedgerBySeq</a></div><div class="ttdeci">std::shared_ptr< Ledger const > getLedgerBySeq(std::uint32_t index)</div><div class="ttdef"><b>Definition</b> <a href="LedgerMaster_8cpp_source.html#l01588">LedgerMaster.cpp:1588</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1LedgerMaster_html_a7267651f4dace3c533af49861c19c757"><div class="ttname"><a href="classxrpl_1_1LedgerMaster.html#a7267651f4dace3c533af49861c19c757">xrpl::LedgerMaster::getClosedLedger</a></div><div class="ttdeci">std::shared_ptr< Ledger const > getClosedLedger()</div><div class="ttdef"><b>Definition</b> <a href="LedgerMaster_8h_source.html#l00060">LedgerMaster.h:60</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1LedgerMaster_html_a7ea2c0af10a8a36bd45c165baa58bd20"><div class="ttname"><a href="classxrpl_1_1LedgerMaster.html#a7ea2c0af10a8a36bd45c165baa58bd20">xrpl::LedgerMaster::getValidatedLedger</a></div><div class="ttdeci">std::shared_ptr< Ledger const > getValidatedLedger()</div><div class="ttdef"><b>Definition</b> <a href="LedgerMaster_8cpp_source.html#l01450">LedgerMaster.cpp:1450</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1LedgerMaster_html_a839fae65720317822b806c0a8be7f062"><div class="ttname"><a href="classxrpl_1_1LedgerMaster.html#a839fae65720317822b806c0a8be7f062">xrpl::LedgerMaster::isValidated</a></div><div class="ttdeci">bool isValidated(ReadView const &ledger)</div><div class="ttdef"><b>Definition</b> <a href="LedgerMaster_8cpp_source.html#l00455">LedgerMaster.cpp:455</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1LedgerMaster_html_a87b76acd30cc94bde1ccdf7f1d3f57bf"><div class="ttname"><a href="classxrpl_1_1LedgerMaster.html#a87b76acd30cc94bde1ccdf7f1d3f57bf">xrpl::LedgerMaster::getValidLedgerIndex</a></div><div class="ttdeci">LedgerIndex getValidLedgerIndex()</div><div class="ttdef"><b>Definition</b> <a href="LedgerMaster_8cpp_source.html#l00103">LedgerMaster.cpp:103</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1LedgerMaster_html_ad0bbaf0b75d4457df4a7775750adbb07"><div class="ttname"><a href="classxrpl_1_1LedgerMaster.html#ad0bbaf0b75d4457df4a7775750adbb07">xrpl::LedgerMaster::getCurrentLedger</a></div><div class="ttdeci">std::shared_ptr< ReadView const > getCurrentLedger()</div><div class="ttdef"><b>Definition</b> <a href="LedgerMaster_8cpp_source.html#l01444">LedgerMaster.cpp:1444</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1LedgerMaster_html_aeadb7ae5f2fdc110883ebb901e731515"><div class="ttname"><a href="classxrpl_1_1LedgerMaster.html#aeadb7ae5f2fdc110883ebb901e731515">xrpl::LedgerMaster::getLedgerByHash</a></div><div class="ttdeci">std::shared_ptr< Ledger const > getLedgerByHash(uint256 const &hash)</div><div class="ttdef"><b>Definition</b> <a href="LedgerMaster_8cpp_source.html#l01624">LedgerMaster.cpp:1624</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1Unexpected_html"><div class="ttname"><a href="classxrpl_1_1Unexpected.html">xrpl::Unexpected</a></div><div class="ttdef"><b>Definition</b> <a href="Expected_8h_source.html#l00062">Expected.h:63</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1base__uint_html"><div class="ttname"><a href="classxrpl_1_1base__uint.html">xrpl::base_uint< 256 ></a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1base__uint_html_a341fd439f9a09990fd34c6005d87f2ea"><div class="ttname"><a href="classxrpl_1_1base__uint.html#a341fd439f9a09990fd34c6005d87f2ea">xrpl::base_uint::parseHex</a></div><div class="ttdeci">constexpr bool parseHex(std::string_view sv)</div><div class="ttdoc">Parse a hex string into a base_uint.</div><div class="ttdef"><b>Definition</b> <a href="base__uint_8h_source.html#l00472">base_uint.h:472</a></div></div>
|
|
<div class="ttc" id="aclassxrpl_1_1base__uint_html_a3a0a547da7842b2970b2cb476d921f1b"><div class="ttname"><a href="classxrpl_1_1base__uint.html#a3a0a547da7842b2970b2cb476d921f1b">xrpl::base_uint< 256 >::fromVoidChecked</a></div><div class="ttdeci">static std::optional< base_uint > fromVoidChecked(T const &from)</div><div class="ttdef"><b>Definition</b> <a href="base__uint_8h_source.html#l00299">base_uint.h:299</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="anamespaceJson_html_a7d654b75c16a57007925868e38212b4ea7d9899633b4409bd3fc107e6737f8391"><div class="ttname"><a href="namespaceJson.html#a7d654b75c16a57007925868e38212b4ea7d9899633b4409bd3fc107e6737f8391">Json::nullValue</a></div><div class="ttdeci">@ nullValue</div><div class="ttdoc">'null' value</div><div class="ttdef"><b>Definition</b> <a href="json__value_8h_source.html#l00020">json_value.h:20</a></div></div>
|
|
<div class="ttc" id="anamespacebeast_html_aeb241ed2f4422ea57283956ca58c5d42"><div class="ttname"><a href="namespacebeast.html#aeb241ed2f4422ea57283956ca58c5d42">beast::lexicalCastChecked</a></div><div class="ttdeci">bool lexicalCastChecked(Out &out, In in)</div><div class="ttdoc">Intelligently convert from one type to another.</div><div class="ttdef"><b>Definition</b> <a href="LexicalCast_8h_source.html#l00174">LexicalCast.h:174</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_1_1NodeStore_html_a4883b8bc797bf7591fde489676a6e96b"><div class="ttname"><a href="namespacexrpl_1_1NodeStore.html#a4883b8bc797bf7591fde489676a6e96b">xrpl::NodeStore::Status</a></div><div class="ttdeci">Status</div><div class="ttdoc">Return codes from Backend operations.</div><div class="ttdef"><b>Definition</b> <a href="nodestore_2Types_8h_source.html#l00025">nodestore/Types.h:25</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_1_1RPC_1_1Tuning_html_ac80fb839ea5ed6b1b2ba06155d413616"><div class="ttname"><a href="namespacexrpl_1_1RPC_1_1Tuning.html#ac80fb839ea5ed6b1b2ba06155d413616">xrpl::RPC::Tuning::maxValidatedLedgerAge</a></div><div class="ttdeci">auto constexpr maxValidatedLedgerAge</div><div class="ttdef"><b>Definition</b> <a href="src_2xrpld_2rpc_2detail_2Tuning_8h_source.html#l00049">src/xrpld/rpc/detail/Tuning.h:49</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_1_1RPC_html_a113f5d9f23954da3ce8ee1ec93c7beb9"><div class="ttname"><a href="namespacexrpl_1_1RPC.html#a113f5d9f23954da3ce8ee1ec93c7beb9">xrpl::RPC::expected_field_message</a></div><div class="ttdeci">std::string expected_field_message(std::string const &name, std::string const &type)</div><div class="ttdef"><b>Definition</b> <a href="ErrorCodes_8h_source.html#l00281">ErrorCodes.h:281</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_1_1RPC_html_a39e21869e7514e3af27095d65afbf58e"><div class="ttname"><a href="namespacexrpl_1_1RPC.html#a39e21869e7514e3af27095d65afbf58e">xrpl::RPC::ledgerFromSpecifier</a></div><div class="ttdeci">Status ledgerFromSpecifier(T &ledger, org::xrpl::rpc::v1::LedgerSpecifier const &specifier, Context const &context)</div><div class="ttdoc">Retrieves a ledger based on a LedgerSpecifier.</div><div class="ttdef"><b>Definition</b> <a href="RPCLedgerHelpers_8cpp_source.html#l00142">RPCLedgerHelpers.cpp:142</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_1_1RPC_html_a3d2ee3ee191de81e32550c09d5806afd"><div class="ttname"><a href="namespacexrpl_1_1RPC.html#a3d2ee3ee191de81e32550c09d5806afd">xrpl::RPC::LedgerShortcut</a></div><div class="ttdeci">LedgerShortcut</div><div class="ttdef"><b>Definition</b> <a href="RPCLedgerHelpers_8h_source.html#l00023">RPCLedgerHelpers.h:23</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_1_1RPC_html_a4cfffd89db471faff8b31ebbbba37c22"><div class="ttname"><a href="namespacexrpl_1_1RPC.html#a4cfffd89db471faff8b31ebbbba37c22">xrpl::RPC::getOrAcquireLedger</a></div><div class="ttdeci">Expected< std::shared_ptr< Ledger const >, Json::Value > getOrAcquireLedger(RPC::JsonContext const &context)</div><div class="ttdoc">Retrieves or acquires a ledger based on the parameters provided in the given JsonContext.</div><div class="ttdef"><b>Definition</b> <a href="RPCLedgerHelpers_8cpp_source.html#l00346">RPCLedgerHelpers.cpp:346</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_1_1RPC_html_a595ce83a32abb8f253e7419a9b11d01f"><div class="ttname"><a href="namespacexrpl_1_1RPC.html#a595ce83a32abb8f253e7419a9b11d01f">xrpl::RPC::expected_field_error</a></div><div class="ttdeci">Json::Value expected_field_error(std::string const &name, std::string const &type)</div><div class="ttdef"><b>Definition</b> <a href="ErrorCodes_8h_source.html#l00293">ErrorCodes.h:293</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_1_1RPC_html_aa0d0145ba96751528a22fb088c42242f"><div class="ttname"><a href="namespacexrpl_1_1RPC.html#aa0d0145ba96751528a22fb088c42242f">xrpl::RPC::make_param_error</a></div><div class="ttdeci">Json::Value make_param_error(std::string const &message)</div><div class="ttdoc">Returns a new json object that indicates invalid parameters.</div><div class="ttdef"><b>Definition</b> <a href="ErrorCodes_8h_source.html#l00215">ErrorCodes.h:215</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_1_1RPC_html_aa999d11bfb8559f0a399a37ddb7803d4"><div class="ttname"><a href="namespacexrpl_1_1RPC.html#aa999d11bfb8559f0a399a37ddb7803d4">xrpl::RPC::ledgerFromRequest</a></div><div class="ttdeci">Status ledgerFromRequest(T &ledger, GRPCContext< R > const &context)</div><div class="ttdoc">Retrieves a ledger from a gRPC request context.</div><div class="ttdef"><b>Definition</b> <a href="RPCLedgerHelpers_8cpp_source.html#l00122">RPCLedgerHelpers.cpp:122</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_1_1RPC_html_ad2e38924289124233ca731bb06f68345"><div class="ttname"><a href="namespacexrpl_1_1RPC.html#ad2e38924289124233ca731bb06f68345">xrpl::RPC::lookupLedger</a></div><div class="ttdeci">Status lookupLedger(std::shared_ptr< ReadView const > &ledger, JsonContext const &context, Json::Value &result)</div><div class="ttdoc">Looks up a ledger from a request and fills a Json::Value with ledger data.</div><div class="ttdef"><b>Definition</b> <a href="RPCLedgerHelpers_8cpp_source.html#l00314">RPCLedgerHelpers.cpp:314</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_1_1RPC_html_adacea89cc70d7238cdb1e5044c0d8932"><div class="ttname"><a href="namespacexrpl_1_1RPC.html#adacea89cc70d7238cdb1e5044c0d8932">xrpl::RPC::make_error</a></div><div class="ttdeci">Json::Value make_error(error_code_i code)</div><div class="ttdoc">Returns a new json object that reflects the error code.</div><div class="ttdef"><b>Definition</b> <a href="ErrorCodes_8cpp_source.html#l00190">ErrorCodes.cpp:190</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_1_1RPC_html_af520d585f6e8cda040becc70e64115da"><div class="ttname"><a href="namespacexrpl_1_1RPC.html#af520d585f6e8cda040becc70e64115da">xrpl::RPC::getLedger</a></div><div class="ttdeci">Status getLedger(T &ledger, uint256 const &ledgerHash, Context const &context)</div><div class="ttdoc">Retrieves a ledger by its hash.</div><div class="ttdef"><b>Definition</b> <a href="RPCLedgerHelpers_8cpp_source.html#l00187">RPCLedgerHelpers.cpp:187</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#l00006">algorithm.h:6</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_a2a7ed5621b21d8593cdb566aff47fdb9"><div class="ttname"><a href="namespacexrpl.html#a2a7ed5621b21d8593cdb566aff47fdb9">xrpl::getJson</a></div><div class="ttdeci">Json::Value getJson(LedgerFill const &fill)</div><div class="ttdoc">Return a new Json::Value representing the ledger with given options.</div><div class="ttdef"><b>Definition</b> <a href="LedgerToJson_8cpp_source.html#l00299">LedgerToJson.cpp:299</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_a35ce7572092b98720a52fa343c6f2fa9"><div class="ttname"><a href="namespacexrpl.html#a35ce7572092b98720a52fa343c6f2fa9">xrpl::to_string</a></div><div class="ttdeci">std::string to_string(base_uint< Bits, Tag > const &a)</div><div class="ttdef"><b>Definition</b> <a href="base__uint_8h_source.html#l00598">base_uint.h:598</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_a76c892803711595bd0d3cf6fbedf028a"><div class="ttname"><a href="namespacexrpl.html#a76c892803711595bd0d3cf6fbedf028a">xrpl::uint256</a></div><div class="ttdeci">base_uint< 256 > uint256</div><div class="ttdef"><b>Definition</b> <a href="base__uint_8h_source.html#l00527">base_uint.h:527</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_a77ba5b12d65c411940748c8792a73ccc"><div class="ttname"><a href="namespacexrpl.html#a77ba5b12d65c411940748c8792a73ccc">xrpl::getCandidateLedger</a></div><div class="ttdeci">LedgerIndex getCandidateLedger(LedgerIndex requested)</div><div class="ttdoc">Find a ledger index from which we could easily get the requested ledger.</div><div class="ttdef"><b>Definition</b> <a href="View_8h_source.html#l00400">View.h:400</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_a82860bdd420228484fd3d5e9c8b48848"><div class="ttname"><a href="namespacexrpl.html#a82860bdd420228484fd3d5e9c8b48848">xrpl::hashOfSeq</a></div><div class="ttdeci">std::optional< uint256 > hashOfSeq(ReadView const &ledger, LedgerIndex seq, beast::Journal journal)</div><div class="ttdoc">Return the hash of a ledger by sequence.</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l00878">View.cpp:878</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_ab2aea6659695e209e9affb77e421f43e"><div class="ttname"><a href="namespacexrpl.html#ab2aea6659695e209e9affb77e421f43e">xrpl::rpcError</a></div><div class="ttdeci">Json::Value rpcError(error_code_i iError)</div><div class="ttdef"><b>Definition</b> <a href="RPCErr_8cpp_source.html#l00012">RPCErr.cpp:12</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_ac599741e6d4066bada11df4c7e8ad30aa7fa2267e9b1bf739a70bb1860ab2a99c"><div class="ttname"><a href="namespacexrpl.html#ac599741e6d4066bada11df4c7e8ad30aa7fa2267e9b1bf739a70bb1860ab2a99c">xrpl::HashPrefix::ledgerMaster</a></div><div class="ttdeci">@ ledgerMaster</div><div class="ttdoc">ledger master data for signing</div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_af6fadbc1b2101eff5fa78e7e2a50b76fa14920cfeb18fc41fef6998482a41a3b1"><div class="ttname"><a href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa14920cfeb18fc41fef6998482a41a3b1">xrpl::rpcLGR_NOT_FOUND</a></div><div class="ttdeci">@ rpcLGR_NOT_FOUND</div><div class="ttdef"><b>Definition</b> <a href="ErrorCodes_8h_source.html#l00053">ErrorCodes.h:53</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_af6fadbc1b2101eff5fa78e7e2a50b76fa1509c881a9cf0125b9df59e63d4be43e"><div class="ttname"><a href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa1509c881a9cf0125b9df59e63d4be43e">xrpl::rpcNO_NETWORK</a></div><div class="ttdeci">@ rpcNO_NETWORK</div><div class="ttdef"><b>Definition</b> <a href="ErrorCodes_8h_source.html#l00047">ErrorCodes.h:47</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_af6fadbc1b2101eff5fa78e7e2a50b76fa279cb5a4e46ed24b24ed10cbad3dc628"><div class="ttname"><a href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa279cb5a4e46ed24b24ed10cbad3dc628">xrpl::rpcNO_CURRENT</a></div><div class="ttdeci">@ rpcNO_CURRENT</div><div class="ttdef"><b>Definition</b> <a href="ErrorCodes_8h_source.html#l00046">ErrorCodes.h:46</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_af6fadbc1b2101eff5fa78e7e2a50b76faad5354f2aa55e41a5ec90ebda67aa9aa"><div class="ttname"><a href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76faad5354f2aa55e41a5ec90ebda67aa9aa">xrpl::rpcNOT_SYNCED</a></div><div class="ttdeci">@ rpcNOT_SYNCED</div><div class="ttdef"><b>Definition</b> <a href="ErrorCodes_8h_source.html#l00048">ErrorCodes.h:48</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_af6fadbc1b2101eff5fa78e7e2a50b76faefd5dbecf662df8c7b2be66d6d0d68ec"><div class="ttname"><a href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76faefd5dbecf662df8c7b2be66d6d0d68ec">xrpl::rpcINVALID_PARAMS</a></div><div class="ttdeci">@ rpcINVALID_PARAMS</div><div class="ttdef"><b>Definition</b> <a href="ErrorCodes_8h_source.html#l00065">ErrorCodes.h:65</a></div></div>
|
|
<div class="ttc" id="anamespacexrpl_html_af6fadbc1b2101eff5fa78e7e2a50b76fafa4be1e62e5127cc2a35de0d3b2312da"><div class="ttname"><a href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fafa4be1e62e5127cc2a35de0d3b2312da">xrpl::rpcNOT_READY</a></div><div class="ttdeci">@ rpcNOT_READY</div><div class="ttdef"><b>Definition</b> <a href="ErrorCodes_8h_source.html#l00041">ErrorCodes.h:41</a></div></div>
|
|
<div class="ttc" id="ashared_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a></div></div>
|
|
<div class="ttc" id="astructxrpl_1_1LedgerFill_html"><div class="ttname"><a href="structxrpl_1_1LedgerFill.html">xrpl::LedgerFill</a></div><div class="ttdef"><b>Definition</b> <a href="LedgerToJson_8h_source.html#l00014">LedgerToJson.h:15</a></div></div>
|
|
<div class="ttc" id="astructxrpl_1_1RPC_1_1Context_html"><div class="ttname"><a href="structxrpl_1_1RPC_1_1Context.html">xrpl::RPC::Context</a></div><div class="ttdoc">The context of information needed to call an RPC.</div><div class="ttdef"><b>Definition</b> <a href="Context_8h_source.html#l00019">Context.h:20</a></div></div>
|
|
<div class="ttc" id="astructxrpl_1_1RPC_1_1Context_html_a3819425c846e53ec0f1bcfa7407df609"><div class="ttname"><a href="structxrpl_1_1RPC_1_1Context.html#a3819425c846e53ec0f1bcfa7407df609">xrpl::RPC::Context::app</a></div><div class="ttdeci">Application & app</div><div class="ttdef"><b>Definition</b> <a href="Context_8h_source.html#l00022">Context.h:22</a></div></div>
|
|
<div class="ttc" id="astructxrpl_1_1RPC_1_1Context_html_aa8b6cd5d5b9eb13f4a82b16979cbd3f0"><div class="ttname"><a href="structxrpl_1_1RPC_1_1Context.html#aa8b6cd5d5b9eb13f4a82b16979cbd3f0">xrpl::RPC::Context::apiVersion</a></div><div class="ttdeci">unsigned int apiVersion</div><div class="ttdef"><b>Definition</b> <a href="Context_8h_source.html#l00030">Context.h:30</a></div></div>
|
|
<div class="ttc" id="astructxrpl_1_1RPC_1_1Context_html_ac2b68abc7374eacb59cd93164ccdbc77"><div class="ttname"><a href="structxrpl_1_1RPC_1_1Context.html#ac2b68abc7374eacb59cd93164ccdbc77">xrpl::RPC::Context::ledgerMaster</a></div><div class="ttdeci">LedgerMaster & ledgerMaster</div><div class="ttdef"><b>Definition</b> <a href="Context_8h_source.html#l00025">Context.h:25</a></div></div>
|
|
<div class="ttc" id="astructxrpl_1_1RPC_1_1GRPCContext_html"><div class="ttname"><a href="structxrpl_1_1RPC_1_1GRPCContext.html">xrpl::RPC::GRPCContext</a></div><div class="ttdef"><b>Definition</b> <a href="Context_8h_source.html#l00050">Context.h:51</a></div></div>
|
|
<div class="ttc" id="astructxrpl_1_1RPC_1_1GRPCContext_html_a75ddd2523c7bc474da3b6d3e7741b4e4"><div class="ttname"><a href="structxrpl_1_1RPC_1_1GRPCContext.html#a75ddd2523c7bc474da3b6d3e7741b4e4">xrpl::RPC::GRPCContext::params</a></div><div class="ttdeci">RequestType params</div><div class="ttdef"><b>Definition</b> <a href="Context_8h_source.html#l00052">Context.h:52</a></div></div>
|
|
<div class="ttc" id="astructxrpl_1_1RPC_1_1JsonContext_html"><div class="ttname"><a href="structxrpl_1_1RPC_1_1JsonContext.html">xrpl::RPC::JsonContext</a></div><div class="ttdef"><b>Definition</b> <a href="Context_8h_source.html#l00033">Context.h:34</a></div></div>
|
|
<div class="ttc" id="astructxrpl_1_1RPC_1_1JsonContext_html_a30603f408d454be67d5250a62bf39287"><div class="ttname"><a href="structxrpl_1_1RPC_1_1JsonContext.html#a30603f408d454be67d5250a62bf39287">xrpl::RPC::JsonContext::params</a></div><div class="ttdeci">Json::Value params</div><div class="ttdef"><b>Definition</b> <a href="Context_8h_source.html#l00044">Context.h:44</a></div></div>
|
|
<div class="ttc" id="astructxrpl_1_1RPC_1_1Status_html"><div class="ttname"><a href="structxrpl_1_1RPC_1_1Status.html">xrpl::RPC::Status</a></div><div class="ttdoc">Status represents the results of an operation that might fail.</div><div class="ttdef"><b>Definition</b> <a href="Status_8h_source.html#l00020">Status.h:21</a></div></div>
|
|
<div class="ttc" id="astructxrpl_1_1RPC_1_1Status_html_a37a24d9d647545a821b3ed8204d3557c"><div class="ttname"><a href="structxrpl_1_1RPC_1_1Status.html#a37a24d9d647545a821b3ed8204d3557c">xrpl::RPC::Status::OK</a></div><div class="ttdeci">static constexpr Code OK</div><div class="ttdef"><b>Definition</b> <a href="Status_8h_source.html#l00027">Status.h:27</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>
|