This commit is contained in:
bthomee
2025-05-27 20:51:01 +00:00
parent e735675d4a
commit dbc39cf988
246 changed files with 23613 additions and 22744 deletions

View File

@@ -1286,7 +1286,7 @@ $(function() {
<div class="line"><a id="l01208" name="l01208"></a><span class="lineno"> 1208</span> <span class="keyword">struct </span>Command</div>
<div class="line"><a id="l01209" name="l01209"></a><span class="lineno"> 1209</span> {</div>
<div class="line"><a id="l01210" name="l01210"></a><span class="lineno"> 1210</span> <span class="keywordtype">char</span> <span class="keyword">const</span>* name;</div>
<div class="line"><a id="l01211" name="l01211"></a><span class="lineno"> 1211</span> <a class="code hl_typedef" href="classripple_1_1RPCParser.html#a7299af2bff6d9bfe0e7cb5a3876ba39c">parseFuncPtr</a> <a class="code hl_function" href="namespaceripple_1_1test_1_1jtx.html#adebaab462b6c8ddf35410fb001d96256">parse</a>;</div>
<div class="line"><a id="l01211" name="l01211"></a><span class="lineno"> 1211</span> <a class="code hl_typedef" href="classripple_1_1RPCParser.html#a7299af2bff6d9bfe0e7cb5a3876ba39c">parseFuncPtr</a> parse;</div>
<div class="line"><a id="l01212" name="l01212"></a><span class="lineno"> 1212</span> <span class="keywordtype">int</span> minParams;</div>
<div class="line"><a id="l01213" name="l01213"></a><span class="lineno"> 1213</span> <span class="keywordtype">int</span> maxParams;</div>
<div class="line"><a id="l01214" name="l01214"></a><span class="lineno"> 1214</span> };</div>
@@ -1896,7 +1896,6 @@ $(function() {
<div class="ttc" id="anamespaceripple_1_1RPCCall_html_aa9e61d00d585b337624647db3b44b10d"><div class="ttname"><a href="namespaceripple_1_1RPCCall.html#aa9e61d00d585b337624647db3b44b10d">ripple::RPCCall::fromNetwork</a></div><div class="ttdeci">void fromNetwork(boost::asio::io_service &amp;io_service, std::string const &amp;strIp, std::uint16_t const iPort, std::string const &amp;strUsername, std::string const &amp;strPassword, std::string const &amp;strPath, std::string const &amp;strMethod, Json::Value const &amp;jvParams, bool const bSSL, bool const quiet, Logs &amp;logs, std::function&lt; void(Json::Value const &amp;jvInput)&gt; callbackFuncP, std::unordered_map&lt; std::string, std::string &gt; headers)</div><div class="ttdef"><b>Definition:</b> <a href="RPCCall_8cpp_source.html#l01650">RPCCall.cpp:1650</a></div></div>
<div class="ttc" id="anamespaceripple_1_1RPC_html_a5b6ce0616f6995340f4dd846660c3749"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a5b6ce0616f6995340f4dd846660c3749">ripple::RPC::make_param_error</a></div><div class="ttdeci">Json::Value make_param_error(std::string const &amp;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#l00261">ErrorCodes.h:261</a></div></div>
<div class="ttc" id="anamespaceripple_1_1RPC_html_a626a04a639c6df49e8de0d9d8b569bf3"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a626a04a639c6df49e8de0d9d8b569bf3">ripple::RPC::apiCommandLineVersion</a></div><div class="ttdeci">static constexpr auto apiCommandLineVersion</div><div class="ttdef"><b>Definition:</b> <a href="ApiVersion_8h_source.html#l00060">ApiVersion.h:60</a></div></div>
<div class="ttc" id="anamespaceripple_1_1test_1_1jtx_html_adebaab462b6c8ddf35410fb001d96256"><div class="ttname"><a href="namespaceripple_1_1test_1_1jtx.html#adebaab462b6c8ddf35410fb001d96256">ripple::test::jtx::parse</a></div><div class="ttdeci">STObject parse(Json::Value const &amp;jv)</div><div class="ttdoc">Convert JSON to STObject.</div><div class="ttdef"><b>Definition:</b> <a href="utility_8cpp_source.html#l00038">utility.cpp:38</a></div></div>
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition:</b> <a href="algorithm_8h_source.html#l00026">algorithm.h:26</a></div></div>
<div class="ttc" id="anamespaceripple_html_a02fdc1af16f82fc44ffd3c2a60c4c083"><div class="ttname"><a href="namespaceripple.html#a02fdc1af16f82fc44ffd3c2a60c4c083">ripple::keyTypeFromString</a></div><div class="ttdeci">std::optional&lt; KeyType &gt; keyTypeFromString(std::string const &amp;s)</div><div class="ttdef"><b>Definition:</b> <a href="KeyType_8h_source.html#l00034">KeyType.h:34</a></div></div>
<div class="ttc" id="anamespaceripple_html_a08a13b62b18272366f788632359e8793"><div class="ttname"><a href="namespaceripple.html#a08a13b62b18272366f788632359e8793">ripple::toBase58</a></div><div class="ttdeci">std::string toBase58(AccountID const &amp;v)</div><div class="ttdoc">Convert AccountID to base58 checked string.</div><div class="ttdef"><b>Definition:</b> <a href="AccountID_8cpp_source.html#l00114">AccountID.cpp:114</a></div></div>