This commit is contained in:
bthomee
2026-01-28 10:13:01 -08:00
parent feb9060dd0
commit 9368c0d563
5641 changed files with 403487 additions and 442352 deletions

View File

@@ -102,65 +102,63 @@ $(document).ready(function() { init_codefold(0); });
<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="keyword">auto</span> lpLedger = 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="l00020" name="l00020"></a><span class="lineno"> 20</span> </div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> <span class="keywordflow">if</span> (!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::subcommand) ||</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> !context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1JsonContext.html#a30603f408d454be67d5250a62bf39287">params</a>[jss::subcommand].<a class="code hl_function" href="classJson_1_1Value.html#a71e1f82cf1c3eaf969d400dcffb163a6">isString</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> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl.html#ab2aea6659695e209e9affb77e421f43e">rpcError</a>(<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76faefd5dbecf662df8c7b2be66d6d0d68ec">rpcINVALID_PARAMS</a>);</div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> }</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> </div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> <span class="keywordflow">if</span> (!context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a4d43a1e92269d46dbf79135586a706a4">infoSub</a>)</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl.html#ab2aea6659695e209e9affb77e421f43e">rpcError</a>(<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa69afa8fb0a16399433992c4c5abbb6bc">rpcNO_EVENTS</a>);</div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> </div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a4d43a1e92269d46dbf79135586a706a4">infoSub</a>-&gt;<a class="code hl_function" href="classxrpl_1_1InfoSub.html#a53cf339ed575d0c17ce615992246bf7d">setApiVersion</a>(context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#aa8b6cd5d5b9eb13f4a82b16979cbd3f0">apiVersion</a>);</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> </div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> <span class="keyword">auto</span> sSubCommand = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1JsonContext.html#a30603f408d454be67d5250a62bf39287">params</a>[jss::subcommand].<a class="code hl_function" href="classJson_1_1Value.html#ab0d86bf425efefd03513e8dbfaca317b">asString</a>();</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> <span class="keywordflow">if</span> (sSubCommand == <span class="stringliteral">&quot;create&quot;</span>)</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> {</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a6ffe33d3c5b1974c798519eb84301dfa">loadType</a> = <a class="code hl_variable" href="namespacexrpl_1_1Resource.html#a356cf47ca4ba93250c9da2e4877fe7c9">Resource::feeHeavyBurdenRPC</a>;</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a4d43a1e92269d46dbf79135586a706a4">infoSub</a>-&gt;<a class="code hl_function" href="classxrpl_1_1InfoSub.html#a22e9fca567af8d69c917dc053809e7a6">clearRequest</a>();</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> <span class="keywordflow">return</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#a93ef4989ada45a79c7aded2c3d6f2cb5">getPathRequests</a>().<a class="code hl_function" href="classxrpl_1_1PathRequests.html#a83f7221028aee27b1e1a83d46efc649c">makePathRequest</a>(</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a4d43a1e92269d46dbf79135586a706a4">infoSub</a>, lpLedger, context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1JsonContext.html#a30603f408d454be67d5250a62bf39287">params</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> </div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> <span class="keywordflow">if</span> (sSubCommand == <span class="stringliteral">&quot;close&quot;</span>)</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> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">InfoSubRequest::pointer</a> request = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a4d43a1e92269d46dbf79135586a706a4">infoSub</a>-&gt;<a class="code hl_function" href="classxrpl_1_1InfoSub.html#afab688e5b0898514ca25a24a2bc76954">getRequest</a>();</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> </div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> <span class="keywordflow">if</span> (!request)</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl.html#ab2aea6659695e209e9affb77e421f43e">rpcError</a>(<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa48724357f53f901034fe697a872b5ccd">rpcNO_PF_REQUEST</a>);</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> </div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a4d43a1e92269d46dbf79135586a706a4">infoSub</a>-&gt;<a class="code hl_function" href="classxrpl_1_1InfoSub.html#a22e9fca567af8d69c917dc053809e7a6">clearRequest</a>();</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> <span class="keywordflow">return</span> request-&gt;doClose();</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> }</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> </div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> <span class="keywordflow">if</span> (sSubCommand == <span class="stringliteral">&quot;status&quot;</span>)</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> {</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">InfoSubRequest::pointer</a> request = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a4d43a1e92269d46dbf79135586a706a4">infoSub</a>-&gt;<a class="code hl_function" href="classxrpl_1_1InfoSub.html#afab688e5b0898514ca25a24a2bc76954">getRequest</a>();</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="keywordflow">if</span> (!request)</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl.html#ab2aea6659695e209e9affb77e421f43e">rpcError</a>(<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa48724357f53f901034fe697a872b5ccd">rpcNO_PF_REQUEST</a>);</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> </div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> <span class="keywordflow">return</span> request-&gt;doStatus(context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1JsonContext.html#a30603f408d454be67d5250a62bf39287">params</a>);</div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> }</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="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl.html#ab2aea6659695e209e9affb77e421f43e">rpcError</a>(<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76faefd5dbecf662df8c7b2be66d6d0d68ec">rpcINVALID_PARAMS</a>);</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span>}</div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> <span class="keywordflow">if</span> (!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::subcommand) || !context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1JsonContext.html#a30603f408d454be67d5250a62bf39287">params</a>[jss::subcommand].<a class="code hl_function" href="classJson_1_1Value.html#a71e1f82cf1c3eaf969d400dcffb163a6">isString</a>())</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> {</div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl.html#ab2aea6659695e209e9affb77e421f43e">rpcError</a>(<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76faefd5dbecf662df8c7b2be66d6d0d68ec">rpcINVALID_PARAMS</a>);</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> </div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> <span class="keywordflow">if</span> (!context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a4d43a1e92269d46dbf79135586a706a4">infoSub</a>)</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl.html#ab2aea6659695e209e9affb77e421f43e">rpcError</a>(<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa69afa8fb0a16399433992c4c5abbb6bc">rpcNO_EVENTS</a>);</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> context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a4d43a1e92269d46dbf79135586a706a4">infoSub</a>-&gt;<a class="code hl_function" href="classxrpl_1_1InfoSub.html#a53cf339ed575d0c17ce615992246bf7d">setApiVersion</a>(context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#aa8b6cd5d5b9eb13f4a82b16979cbd3f0">apiVersion</a>);</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> </div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> <span class="keyword">auto</span> sSubCommand = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1JsonContext.html#a30603f408d454be67d5250a62bf39287">params</a>[jss::subcommand].<a class="code hl_function" href="classJson_1_1Value.html#ab0d86bf425efefd03513e8dbfaca317b">asString</a>();</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> </div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> <span class="keywordflow">if</span> (sSubCommand == <span class="stringliteral">&quot;create&quot;</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> context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a6ffe33d3c5b1974c798519eb84301dfa">loadType</a> = <a class="code hl_variable" href="namespacexrpl_1_1Resource.html#a356cf47ca4ba93250c9da2e4877fe7c9">Resource::feeHeavyBurdenRPC</a>;</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a4d43a1e92269d46dbf79135586a706a4">infoSub</a>-&gt;<a class="code hl_function" href="classxrpl_1_1InfoSub.html#a22e9fca567af8d69c917dc053809e7a6">clearRequest</a>();</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> <span class="keywordflow">return</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#a93ef4989ada45a79c7aded2c3d6f2cb5">getPathRequests</a>().<a class="code hl_function" href="classxrpl_1_1PathRequests.html#a83f7221028aee27b1e1a83d46efc649c">makePathRequest</a>(context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a4d43a1e92269d46dbf79135586a706a4">infoSub</a>, lpLedger, context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1JsonContext.html#a30603f408d454be67d5250a62bf39287">params</a>);</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> </div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> <span class="keywordflow">if</span> (sSubCommand == <span class="stringliteral">&quot;close&quot;</span>)</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> {</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">InfoSubRequest::pointer</a> request = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a4d43a1e92269d46dbf79135586a706a4">infoSub</a>-&gt;<a class="code hl_function" href="classxrpl_1_1InfoSub.html#afab688e5b0898514ca25a24a2bc76954">getRequest</a>();</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> (!request)</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.html#ab2aea6659695e209e9affb77e421f43e">rpcError</a>(<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa48724357f53f901034fe697a872b5ccd">rpcNO_PF_REQUEST</a>);</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> </div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a4d43a1e92269d46dbf79135586a706a4">infoSub</a>-&gt;<a class="code hl_function" href="classxrpl_1_1InfoSub.html#a22e9fca567af8d69c917dc053809e7a6">clearRequest</a>();</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> <span class="keywordflow">return</span> request-&gt;doClose();</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> </div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> <span class="keywordflow">if</span> (sSubCommand == <span class="stringliteral">&quot;status&quot;</span>)</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> {</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">InfoSubRequest::pointer</a> request = context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1Context.html#a4d43a1e92269d46dbf79135586a706a4">infoSub</a>-&gt;<a class="code hl_function" href="classxrpl_1_1InfoSub.html#afab688e5b0898514ca25a24a2bc76954">getRequest</a>();</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> </div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> <span class="keywordflow">if</span> (!request)</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl.html#ab2aea6659695e209e9affb77e421f43e">rpcError</a>(<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76fa48724357f53f901034fe697a872b5ccd">rpcNO_PF_REQUEST</a>);</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> </div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> <span class="keywordflow">return</span> request-&gt;doStatus(context.<a class="code hl_variable" href="structxrpl_1_1RPC_1_1JsonContext.html#a30603f408d454be67d5250a62bf39287">params</a>);</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> }</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> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacexrpl.html#ab2aea6659695e209e9affb77e421f43e">rpcError</a>(<a class="code hl_enumvalue" href="namespacexrpl.html#af6fadbc1b2101eff5fa78e7e2a50b76faefd5dbecf662df8c7b2be66d6d0d68ec">rpcINVALID_PARAMS</a>);</div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span>}</div>
</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> </div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span>} <span class="comment">// namespace xrpl</span></div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> </div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span>} <span class="comment">// namespace xrpl</span></div>
<div class="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_a71e1f82cf1c3eaf969d400dcffb163a6"><div class="ttname"><a href="classJson_1_1Value.html#a71e1f82cf1c3eaf969d400dcffb163a6">Json::Value::isString</a></div><div class="ttdeci">bool isString() const</div><div class="ttdef"><b>Definition</b> <a href="json__value_8cpp_source.html#l01115">json_value.cpp:1115</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#l00471">json_value.cpp:471</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#l01030">json_value.cpp:1030</a></div></div>
<div class="ttc" id="aclassJson_1_1Value_html_a71e1f82cf1c3eaf969d400dcffb163a6"><div class="ttname"><a href="classJson_1_1Value.html#a71e1f82cf1c3eaf969d400dcffb163a6">Json::Value::isString</a></div><div class="ttdeci">bool isString() const</div><div class="ttdef"><b>Definition</b> <a href="json__value_8cpp_source.html#l01061">json_value.cpp:1061</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="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 &amp; config()=0</div></div>
<div class="ttc" id="aclassxrpl_1_1Application_html_a93ef4989ada45a79c7aded2c3d6f2cb5"><div class="ttname"><a href="classxrpl_1_1Application.html#a93ef4989ada45a79c7aded2c3d6f2cb5">xrpl::Application::getPathRequests</a></div><div class="ttdeci">virtual PathRequests &amp; getPathRequests()=0</div></div>
<div class="ttc" id="aclassxrpl_1_1Config_html_a3297c874a7a644039997a4cf41a4034d"><div class="ttname"><a href="classxrpl_1_1Config.html#a3297c874a7a644039997a4cf41a4034d">xrpl::Config::PATH_SEARCH_MAX</a></div><div class="ttdeci">int PATH_SEARCH_MAX</div><div class="ttdef"><b>Definition</b> <a href="Config_8h_source.html#l00180">Config.h:180</a></div></div>
<div class="ttc" id="aclassxrpl_1_1InfoSub_html_a22e9fca567af8d69c917dc053809e7a6"><div class="ttname"><a href="classxrpl_1_1InfoSub.html#a22e9fca567af8d69c917dc053809e7a6">xrpl::InfoSub::clearRequest</a></div><div class="ttdeci">void clearRequest()</div><div class="ttdef"><b>Definition</b> <a href="InfoSub_8cpp_source.html#l00102">InfoSub.cpp:102</a></div></div>
<div class="ttc" id="aclassxrpl_1_1InfoSub_html_a53cf339ed575d0c17ce615992246bf7d"><div class="ttname"><a href="classxrpl_1_1InfoSub.html#a53cf339ed575d0c17ce615992246bf7d">xrpl::InfoSub::setApiVersion</a></div><div class="ttdeci">void setApiVersion(unsigned int apiVersion)</div><div class="ttdef"><b>Definition</b> <a href="InfoSub_8cpp_source.html#l00120">InfoSub.cpp:120</a></div></div>
<div class="ttc" id="aclassxrpl_1_1InfoSub_html_afab688e5b0898514ca25a24a2bc76954"><div class="ttname"><a href="classxrpl_1_1InfoSub.html#afab688e5b0898514ca25a24a2bc76954">xrpl::InfoSub::getRequest</a></div><div class="ttdeci">std::shared_ptr&lt; InfoSubRequest &gt; const &amp; getRequest()</div><div class="ttdef"><b>Definition</b> <a href="InfoSub_8cpp_source.html#l00114">InfoSub.cpp:114</a></div></div>
<div class="ttc" id="aclassxrpl_1_1InfoSub_html_a22e9fca567af8d69c917dc053809e7a6"><div class="ttname"><a href="classxrpl_1_1InfoSub.html#a22e9fca567af8d69c917dc053809e7a6">xrpl::InfoSub::clearRequest</a></div><div class="ttdeci">void clearRequest()</div><div class="ttdef"><b>Definition</b> <a href="InfoSub_8cpp_source.html#l00101">InfoSub.cpp:101</a></div></div>
<div class="ttc" id="aclassxrpl_1_1InfoSub_html_a53cf339ed575d0c17ce615992246bf7d"><div class="ttname"><a href="classxrpl_1_1InfoSub.html#a53cf339ed575d0c17ce615992246bf7d">xrpl::InfoSub::setApiVersion</a></div><div class="ttdeci">void setApiVersion(unsigned int apiVersion)</div><div class="ttdef"><b>Definition</b> <a href="InfoSub_8cpp_source.html#l00119">InfoSub.cpp:119</a></div></div>
<div class="ttc" id="aclassxrpl_1_1InfoSub_html_afab688e5b0898514ca25a24a2bc76954"><div class="ttname"><a href="classxrpl_1_1InfoSub.html#afab688e5b0898514ca25a24a2bc76954">xrpl::InfoSub::getRequest</a></div><div class="ttdeci">std::shared_ptr&lt; InfoSubRequest &gt; const &amp; getRequest()</div><div class="ttdef"><b>Definition</b> <a href="InfoSub_8cpp_source.html#l00113">InfoSub.cpp:113</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&lt; Ledger const &gt; 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_1PathRequests_html_a83f7221028aee27b1e1a83d46efc649c"><div class="ttname"><a href="classxrpl_1_1PathRequests.html#a83f7221028aee27b1e1a83d46efc649c">xrpl::PathRequests::makePathRequest</a></div><div class="ttdeci">Json::Value makePathRequest(std::shared_ptr&lt; InfoSub &gt; const &amp;subscriber, std::shared_ptr&lt; ReadView const &gt; const &amp;ledger, Json::Value const &amp;request)</div><div class="ttdef"><b>Definition</b> <a href="PathRequests_8cpp_source.html#l00231">PathRequests.cpp:231</a></div></div>
<div class="ttc" id="aclassxrpl_1_1PathRequests_html_a83f7221028aee27b1e1a83d46efc649c"><div class="ttname"><a href="classxrpl_1_1PathRequests.html#a83f7221028aee27b1e1a83d46efc649c">xrpl::PathRequests::makePathRequest</a></div><div class="ttdeci">Json::Value makePathRequest(std::shared_ptr&lt; InfoSub &gt; const &amp;subscriber, std::shared_ptr&lt; ReadView const &gt; const &amp;ledger, Json::Value const &amp;request)</div><div class="ttdef"><b>Definition</b> <a href="PathRequests_8cpp_source.html#l00212">PathRequests.cpp:212</a></div></div>
<div class="ttc" id="anamespacexrpl_1_1Resource_html_a356cf47ca4ba93250c9da2e4877fe7c9"><div class="ttname"><a href="namespacexrpl_1_1Resource.html#a356cf47ca4ba93250c9da2e4877fe7c9">xrpl::Resource::feeHeavyBurdenRPC</a></div><div class="ttdeci">Charge const feeHeavyBurdenRPC</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_a6fcb25485a8252a1cd9279de57489687"><div class="ttname"><a href="namespacexrpl.html#a6fcb25485a8252a1cd9279de57489687">xrpl::doPathFind</a></div><div class="ttdeci">Json::Value doPathFind(RPC::JsonContext &amp;)</div><div class="ttdef"><b>Definition</b> <a href="PathFind_8cpp_source.html#l00014">PathFind.cpp:14</a></div></div>