mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
deploy: b18dece145
This commit is contained in:
@@ -222,97 +222,55 @@ $(document).ready(function() { init_codefold(0); });
|
||||
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<Seed></a></div>
|
||||
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span><a class="code hl_function" href="namespaceripple_1_1RPC.html#af8384f050c0cc9f8be2fae281035f85f">parseRippleLibSeed</a>(<a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a> <span class="keyword">const</span>& params);</div>
|
||||
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> </div>
|
||||
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC.html#a0fe56e1b63393e6849bd6780f5f8c8f9"> 207</a></span><span class="keyword">extern</span> <a class="code hl_class" href="classbeast_1_1SemanticVersion.html">beast::SemanticVersion</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple_1_1RPC.html#a0fe56e1b63393e6849bd6780f5f8c8f9">firstVersion</a>;</div>
|
||||
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC.html#a914dcfec5209f33f2e6aacf690bd3abe"> 208</a></span><span class="keyword">extern</span> <a class="code hl_class" href="classbeast_1_1SemanticVersion.html">beast::SemanticVersion</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple_1_1RPC.html#a914dcfec5209f33f2e6aacf690bd3abe">goodVersion</a>;</div>
|
||||
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC.html#a25e737de7bc96ebd54d81fd259c428ad"> 209</a></span><span class="keyword">extern</span> <a class="code hl_class" href="classbeast_1_1SemanticVersion.html">beast::SemanticVersion</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple_1_1RPC.html#a25e737de7bc96ebd54d81fd259c428ad">lastVersion</a>;</div>
|
||||
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> </div>
|
||||
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span><span class="keyword">template</span> <<span class="keyword">class</span> Object></div>
|
||||
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span><span class="keywordtype">void</span></div>
|
||||
<div class="foldopen" id="foldopen00213" data-start="{" data-end="}">
|
||||
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"><a class="line" href="namespaceripple_1_1RPC.html#a952d28abf431af0330afa7db13e7253d"> 213</a></span><a class="code hl_function" href="namespaceripple_1_1RPC.html#a952d28abf431af0330afa7db13e7253d">setVersion</a>(Object& parent, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code hl_variable" href="namespaceripple_1_1RPC.html#a47dbdaa21d9c40b369424e671ccd7e20">apiVersion</a>, <span class="keywordtype">bool</span> betaEnabled)</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> XRPL_ASSERT(</div>
|
||||
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> <a class="code hl_variable" href="namespaceripple_1_1RPC.html#a47dbdaa21d9c40b369424e671ccd7e20">apiVersion</a> != <a class="code hl_variable" href="namespaceripple_1_1RPC.html#ac444ee3babf6fcf2604699ee4ae2e777">apiInvalidVersion</a>,</div>
|
||||
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span> <span class="stringliteral">"ripple::RPC::setVersion : input is valid"</span>);</div>
|
||||
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span> <span class="keyword">auto</span>&& <span class="keywordtype">object</span> = addObject(parent, jss::version);</div>
|
||||
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span> <span class="keywordflow">if</span> (<a class="code hl_variable" href="namespaceripple_1_1RPC.html#a47dbdaa21d9c40b369424e671ccd7e20">apiVersion</a> == <a class="code hl_variable" href="namespaceripple_1_1RPC.html#a9e992ce4d974403f94f4daf62aa18761">apiVersionIfUnspecified</a>)</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="keywordtype">object</span>[jss::first] = <a class="code hl_variable" href="namespaceripple_1_1RPC.html#a0fe56e1b63393e6849bd6780f5f8c8f9">firstVersion</a>.<a class="code hl_function" href="classbeast_1_1SemanticVersion.html#aab2063f8b5f916d56d34c81bad003ec3">print</a>();</div>
|
||||
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> <span class="keywordtype">object</span>[jss::good] = <a class="code hl_variable" href="namespaceripple_1_1RPC.html#a914dcfec5209f33f2e6aacf690bd3abe">goodVersion</a>.<a class="code hl_function" href="classbeast_1_1SemanticVersion.html#aab2063f8b5f916d56d34c81bad003ec3">print</a>();</div>
|
||||
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> <span class="keywordtype">object</span>[jss::last] = <a class="code hl_variable" href="namespaceripple_1_1RPC.html#a25e737de7bc96ebd54d81fd259c428ad">lastVersion</a>.<a class="code hl_function" href="classbeast_1_1SemanticVersion.html#aab2063f8b5f916d56d34c81bad003ec3">print</a>();</div>
|
||||
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> }</div>
|
||||
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> <span class="keywordflow">else</span></div>
|
||||
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> {</div>
|
||||
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> <span class="keywordtype">object</span>[jss::first] = <a class="code hl_variable" href="namespaceripple_1_1RPC.html#ad9e8e104e82c67f071a254fa6849afe6">apiMinimumSupportedVersion</a>.value;</div>
|
||||
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> <span class="keywordtype">object</span>[jss::last] =</div>
|
||||
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> betaEnabled ? <a class="code hl_variable" href="namespaceripple_1_1RPC.html#a63c1a4ab8820cf80f6f0e49ca041e9a0">apiBetaVersion</a> : <a class="code hl_variable" href="namespaceripple_1_1RPC.html#a2b3ccf6ba58d8b93038397557338bc32">apiMaximumSupportedVersion</a>;</div>
|
||||
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> }</div>
|
||||
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span>}</div>
|
||||
</div>
|
||||
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> </div>
|
||||
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/pair.html">std::pair<RPC::Status, LedgerEntryType></a></div>
|
||||
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span><a class="code hl_function" href="namespaceripple_1_1RPC.html#a75647cbae9e0bae5c52d8b8288d78028">chooseLedgerEntryType</a>(<a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a> <span class="keyword">const</span>& params);</div>
|
||||
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> </div>
|
||||
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span><span class="keywordtype">bool</span></div>
|
||||
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span><a class="code hl_function" href="namespaceripple_1_1RPC.html#a449a1f72668a0d861d60f136efa09db9">isAccountObjectsValidType</a>(<a class="code hl_enumeration" href="namespaceripple.html#ac151bf19e1f4daae2b04c65c65117139">LedgerEntryType</a> <span class="keyword">const</span>& type);</div>
|
||||
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span> </div>
|
||||
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"> 259</span><span class="keywordtype">unsigned</span> <span class="keywordtype">int</span></div>
|
||||
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span><a class="code hl_function" href="namespaceripple_1_1RPC.html#a4f4d5d12384c7c76f873c16166c8da43">getAPIVersionNumber</a>(<a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a> <span class="keyword">const</span>& value, <span class="keywordtype">bool</span> betaEnabled);</div>
|
||||
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"> 261</span> </div>
|
||||
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/variant.html">std::variant<std::shared_ptr<Ledger const></a>, <a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a>></div>
|
||||
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"> 265</span><a class="code hl_function" href="namespaceripple_1_1RPC.html#a3d184448118cdb346afad3a14ac36ddd">getLedgerByContext</a>(<a class="code hl_struct" href="structripple_1_1RPC_1_1JsonContext.html">RPC::JsonContext</a>& context);</div>
|
||||
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span> </div>
|
||||
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<std::pair<PublicKey, SecretKey></a>></div>
|
||||
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span><a class="code hl_function" href="namespaceripple_1_1RPC.html#af894bdbf60a077993d884fd31cf6e694">keypairForSignature</a>(</div>
|
||||
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span> <a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a> <span class="keyword">const</span>& params,</div>
|
||||
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span> <a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a>& error,</div>
|
||||
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code hl_variable" href="namespaceripple_1_1RPC.html#a47dbdaa21d9c40b369424e671ccd7e20">apiVersion</a> = <a class="code hl_variable" href="namespaceripple_1_1RPC.html#a9e992ce4d974403f94f4daf62aa18761">apiVersionIfUnspecified</a>);</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="comment">// namespace RPC</span></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>} <span class="comment">// namespace ripple</span></div>
|
||||
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span> </div>
|
||||
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"> 277</span><span class="preprocessor">#endif</span></div>
|
||||
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"> 204</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/pair.html">std::pair<RPC::Status, LedgerEntryType></a></div>
|
||||
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span><a class="code hl_function" href="namespaceripple_1_1RPC.html#a75647cbae9e0bae5c52d8b8288d78028">chooseLedgerEntryType</a>(<a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a> <span class="keyword">const</span>& params);</div>
|
||||
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span> </div>
|
||||
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span><span class="keywordtype">bool</span></div>
|
||||
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span><a class="code hl_function" href="namespaceripple_1_1RPC.html#a449a1f72668a0d861d60f136efa09db9">isAccountObjectsValidType</a>(<a class="code hl_enumeration" href="namespaceripple.html#ac151bf19e1f4daae2b04c65c65117139">LedgerEntryType</a> <span class="keyword">const</span>& type);</div>
|
||||
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span> </div>
|
||||
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/variant.html">std::variant<std::shared_ptr<Ledger const></a>, <a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a>></div>
|
||||
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span><a class="code hl_function" href="namespaceripple_1_1RPC.html#a3d184448118cdb346afad3a14ac36ddd">getLedgerByContext</a>(<a class="code hl_struct" href="structripple_1_1RPC_1_1JsonContext.html">RPC::JsonContext</a>& context);</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><a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional<std::pair<PublicKey, SecretKey></a>></div>
|
||||
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span><a class="code hl_function" href="namespaceripple_1_1RPC.html#af894bdbf60a077993d884fd31cf6e694">keypairForSignature</a>(</div>
|
||||
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> <a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a> <span class="keyword">const</span>& params,</div>
|
||||
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> <a class="code hl_class" href="classJson_1_1Value.html">Json::Value</a>& error,</div>
|
||||
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code hl_variable" href="namespaceripple_1_1RPC.html#a47dbdaa21d9c40b369424e671ccd7e20">apiVersion</a> = <a class="code hl_variable" href="namespaceripple_1_1RPC.html#a9e992ce4d974403f94f4daf62aa18761">apiVersionIfUnspecified</a>);</div>
|
||||
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> </div>
|
||||
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span>} <span class="comment">// namespace RPC</span></div>
|
||||
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> </div>
|
||||
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span>} <span class="comment">// namespace ripple</span></div>
|
||||
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> </div>
|
||||
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span><span class="preprocessor">#endif</span></div>
|
||||
<div class="ttc" id="abasic_string_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div></div>
|
||||
<div class="ttc" id="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#l00148">json_value.h:149</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1SemanticVersion_html"><div class="ttname"><a href="classbeast_1_1SemanticVersion.html">beast::SemanticVersion</a></div><div class="ttdoc">A Semantic Version number.</div><div class="ttdef"><b>Definition</b> <a href="SemanticVersion_8h_source.html#l00035">SemanticVersion.h:36</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1SemanticVersion_html_aab2063f8b5f916d56d34c81bad003ec3"><div class="ttname"><a href="classbeast_1_1SemanticVersion.html#aab2063f8b5f916d56d34c81bad003ec3">beast::SemanticVersion::print</a></div><div class="ttdeci">std::string print() const</div><div class="ttdoc">Produce a string from semantic version components.</div><div class="ttdef"><b>Definition</b> <a href="SemanticVersion_8cpp_source.html#l00240">SemanticVersion.cpp:240</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STLedgerEntry_html"><div class="ttname"><a href="classripple_1_1STLedgerEntry.html">ripple::STLedgerEntry</a></div><div class="ttdef"><b>Definition</b> <a href="STLedgerEntry_8h_source.html#l00033">STLedgerEntry.h:34</a></div></div>
|
||||
<div class="ttc" id="ainteger_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint64_t</a></div></div>
|
||||
<div class="ttc" id="anamespaceJson_html"><div class="ttname"><a href="namespaceJson.html">Json</a></div><div class="ttdoc">JSON (JavaScript Object Notation).</div><div class="ttdef"><b>Definition</b> <a href="json__errors_8h_source.html#l00025">json_errors.h:25</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1NodeStore_html_af127c2e4fc73b5d35647147ef45b350c"><div class="ttname"><a href="namespaceripple_1_1NodeStore.html#af127c2e4fc73b5d35647147ef45b350c">ripple::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#l00044">nodestore/Types.h:44</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a0fe56e1b63393e6849bd6780f5f8c8f9"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a0fe56e1b63393e6849bd6780f5f8c8f9">ripple::RPC::firstVersion</a></div><div class="ttdeci">beast::SemanticVersion const firstVersion("1.0.0")</div><div class="ttdoc">API version numbers used in API version 1.</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8h_source.html#l00207">RPCHelpers.h:207</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a104dbc5195143f3a17ab8b9af1ada0fc"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a104dbc5195143f3a17ab8b9af1ada0fc">ripple::RPC::ledgerFromRequest</a></div><div class="ttdeci">Status ledgerFromRequest(T &ledger, GRPCContext< R > &context)</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8cpp_source.html#l00411">RPCHelpers.cpp:411</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a19a7026fa315242cf5175e50408f90f7"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a19a7026fa315242cf5175e50408f90f7">ripple::RPC::accountFromStringWithCode</a></div><div class="ttdeci">error_code_i accountFromStringWithCode(AccountID &result, std::string const &strIdent, bool bStrict)</div><div class="ttdoc">Decode account ID from string.</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8cpp_source.html#l00060">RPCHelpers.cpp:60</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a21a7a8635c70c3b03697d3be9ef7e168"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a21a7a8635c70c3b03697d3be9ef7e168">ripple::RPC::getSeedFromRPC</a></div><div class="ttdeci">std::optional< Seed > getSeedFromRPC(Json::Value const &params, Json::Value &error)</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8cpp_source.html#l00745">RPCHelpers.cpp:745</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a25e737de7bc96ebd54d81fd259c428ad"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a25e737de7bc96ebd54d81fd259c428ad">ripple::RPC::lastVersion</a></div><div class="ttdeci">beast::SemanticVersion const lastVersion("1.0.0")</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8h_source.html#l00209">RPCHelpers.h:209</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a2b3ccf6ba58d8b93038397557338bc32"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a2b3ccf6ba58d8b93038397557338bc32">ripple::RPC::apiMaximumSupportedVersion</a></div><div class="ttdeci">static constexpr auto apiMaximumSupportedVersion</div><div class="ttdef"><b>Definition</b> <a href="ApiVersion_8h_source.html#l00057">ApiVersion.h:57</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a3d184448118cdb346afad3a14ac36ddd"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a3d184448118cdb346afad3a14ac36ddd">ripple::RPC::getLedgerByContext</a></div><div class="ttdeci">std::variant< std::shared_ptr< Ledger const >, Json::Value > getLedgerByContext(RPC::JsonContext &context)</div><div class="ttdoc">Return a ledger based on ledger_hash or ledger_index, or an RPC error.</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8cpp_source.html#l01036">RPCHelpers.cpp:1036</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a3d184448118cdb346afad3a14ac36ddd"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a3d184448118cdb346afad3a14ac36ddd">ripple::RPC::getLedgerByContext</a></div><div class="ttdeci">std::variant< std::shared_ptr< Ledger const >, Json::Value > getLedgerByContext(RPC::JsonContext &context)</div><div class="ttdoc">Return a ledger based on ledger_hash or ledger_index, or an RPC error.</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8cpp_source.html#l01011">RPCHelpers.cpp:1011</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a449a1f72668a0d861d60f136efa09db9"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a449a1f72668a0d861d60f136efa09db9">ripple::RPC::isAccountObjectsValidType</a></div><div class="ttdeci">bool isAccountObjectsValidType(LedgerEntryType const &type)</div><div class="ttdoc">Check if the type is a valid filtering type for account_objects method.</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8cpp_source.html#l00995">RPCHelpers.cpp:995</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a47dbdaa21d9c40b369424e671ccd7e20"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a47dbdaa21d9c40b369424e671ccd7e20">ripple::RPC::apiVersion</a></div><div class="ttdeci">static constexpr std::integral_constant< unsigned, Version > apiVersion</div><div class="ttdef"><b>Definition</b> <a href="ApiVersion_8h_source.html#l00053">ApiVersion.h:53</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a47dbdaa21d9c40b369424e671ccd7e20"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a47dbdaa21d9c40b369424e671ccd7e20">ripple::RPC::apiVersion</a></div><div class="ttdeci">static constexpr std::integral_constant< unsigned, Version > apiVersion</div><div class="ttdef"><b>Definition</b> <a href="ApiVersion_8h_source.html#l00058">ApiVersion.h:58</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a48a28f18f24e91e6a1cb5b8a1aefdd01"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a48a28f18f24e91e6a1cb5b8a1aefdd01">ripple::RPC::isRelatedToAccount</a></div><div class="ttdeci">bool isRelatedToAccount(ReadView const &ledger, std::shared_ptr< SLE const > const &sle, AccountID const &accountID)</div><div class="ttdoc">Tests if a SLE is owned by accountID.</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8cpp_source.html#l00115">RPCHelpers.cpp:115</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a4c04e509451d50d9449cff3d477ff4f2"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a4c04e509451d50d9449cff3d477ff4f2">ripple::RPC::LedgerShortcut</a></div><div class="ttdeci">LedgerShortcut</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8h_source.html#l00130">RPCHelpers.h:130</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a4c04e509451d50d9449cff3d477ff4f2a1ccbdd5cbc00ad939048ccd47f9c6d8a"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a4c04e509451d50d9449cff3d477ff4f2a1ccbdd5cbc00ad939048ccd47f9c6d8a">ripple::RPC::CURRENT</a></div><div class="ttdeci">@ CURRENT</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8h_source.html#l00130">RPCHelpers.h:130</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a4c04e509451d50d9449cff3d477ff4f2a87e3e9655998bfcbbed2d92d3c4d42c9"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a4c04e509451d50d9449cff3d477ff4f2a87e3e9655998bfcbbed2d92d3c4d42c9">ripple::RPC::CLOSED</a></div><div class="ttdeci">@ CLOSED</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8h_source.html#l00130">RPCHelpers.h:130</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a4c04e509451d50d9449cff3d477ff4f2af275a9f97d64cc8d9bbec02e4a361755"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a4c04e509451d50d9449cff3d477ff4f2af275a9f97d64cc8d9bbec02e4a361755">ripple::RPC::VALIDATED</a></div><div class="ttdeci">@ VALIDATED</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8h_source.html#l00130">RPCHelpers.h:130</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a4ea6d08c0d50d738a6a55130a09ec238"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a4ea6d08c0d50d738a6a55130a09ec238">ripple::RPC::injectSLE</a></div><div class="ttdeci">void injectSLE(Json::Value &jv, SLE const &sle)</div><div class="ttdoc">Inject JSON describing ledger entry.</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8cpp_source.html#l00676">RPCHelpers.cpp:676</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a4f4d5d12384c7c76f873c16166c8da43"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a4f4d5d12384c7c76f873c16166c8da43">ripple::RPC::getAPIVersionNumber</a></div><div class="ttdeci">unsigned int getAPIVersionNumber(Json::Value const &jv, bool betaEnabled)</div><div class="ttdoc">Retrieve the api version number from the json value.</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8cpp_source.html#l01015">RPCHelpers.cpp:1015</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a5ca3ee8ffc28dc10f963ceefc50aaf39"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a5ca3ee8ffc28dc10f963ceefc50aaf39">ripple::RPC::getLedger</a></div><div class="ttdeci">Status getLedger(T &ledger, uint256 const &ledgerHash, Context &context)</div><div class="ttdoc">Get ledger by hash If there is no error in the return value, the ledger pointer will have been filled...</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8cpp_source.html#l00491">RPCHelpers.cpp:491</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a63c1a4ab8820cf80f6f0e49ca041e9a0"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a63c1a4ab8820cf80f6f0e49ca041e9a0">ripple::RPC::apiBetaVersion</a></div><div class="ttdeci">static constexpr auto apiBetaVersion</div><div class="ttdef"><b>Definition</b> <a href="ApiVersion_8h_source.html#l00061">ApiVersion.h:61</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a75647cbae9e0bae5c52d8b8288d78028"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a75647cbae9e0bae5c52d8b8288d78028">ripple::RPC::chooseLedgerEntryType</a></div><div class="ttdeci">std::pair< RPC::Status, LedgerEntryType > chooseLedgerEntryType(Json::Value const &params)</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8cpp_source.html#l00940">RPCHelpers.cpp:940</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a8357793802bdb5dc41c19160d17943c1"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a8357793802bdb5dc41c19160d17943c1">ripple::RPC::getAccountObjects</a></div><div class="ttdeci">bool getAccountObjects(ReadView const &ledger, AccountID const &account, std::optional< std::vector< LedgerEntryType > > const &typeFilter, uint256 dirIndex, uint256 entryIndex, std::uint32_t const limit, Json::Value &jvResult)</div><div class="ttdoc">Gathers all objects for an account in a ledger.</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8cpp_source.html#l00153">RPCHelpers.cpp:153</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a8ee18e94aa5290134fbc7f373ded485e"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a8ee18e94aa5290134fbc7f373ded485e">ripple::RPC::readLimitField</a></div><div class="ttdeci">std::optional< Json::Value > readLimitField(unsigned int &limit, Tuning::LimitRange const &range, JsonContext const &context)</div><div class="ttdoc">Retrieve the limit value from a JsonContext, or set a default - then restrict the limit by max and mi...</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8cpp_source.html#l00701">RPCHelpers.cpp:701</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a914dcfec5209f33f2e6aacf690bd3abe"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a914dcfec5209f33f2e6aacf690bd3abe">ripple::RPC::goodVersion</a></div><div class="ttdeci">beast::SemanticVersion const goodVersion("1.0.0")</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8h_source.html#l00208">RPCHelpers.h:208</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a952d28abf431af0330afa7db13e7253d"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a952d28abf431af0330afa7db13e7253d">ripple::RPC::setVersion</a></div><div class="ttdeci">void setVersion(Object &parent, unsigned int apiVersion, bool betaEnabled)</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8h_source.html#l00213">RPCHelpers.h:213</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a9dc259937a004b30e88f41a95756bee0"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a9dc259937a004b30e88f41a95756bee0">ripple::RPC::accountFromString</a></div><div class="ttdeci">Json::Value accountFromString(AccountID &result, std::string const &strIdent, bool bStrict)</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8cpp_source.html#l00088">RPCHelpers.cpp:88</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a9e992ce4d974403f94f4daf62aa18761"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a9e992ce4d974403f94f4daf62aa18761">ripple::RPC::apiVersionIfUnspecified</a></div><div class="ttdeci">static constexpr auto apiVersionIfUnspecified</div><div class="ttdef"><b>Definition</b> <a href="ApiVersion_8h_source.html#l00058">ApiVersion.h:58</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_a9e992ce4d974403f94f4daf62aa18761"><div class="ttname"><a href="namespaceripple_1_1RPC.html#a9e992ce4d974403f94f4daf62aa18761">ripple::RPC::apiVersionIfUnspecified</a></div><div class="ttdeci">static constexpr auto apiVersionIfUnspecified</div><div class="ttdef"><b>Definition</b> <a href="ApiVersion_8h_source.html#l00063">ApiVersion.h:63</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_aaebfaaee35308269fab499f4e203a8c9"><div class="ttname"><a href="namespaceripple_1_1RPC.html#aaebfaaee35308269fab499f4e203a8c9">ripple::RPC::lookupLedger</a></div><div class="ttdeci">Status lookupLedger(std::shared_ptr< ReadView const > &ledger, JsonContext &context, Json::Value &result)</div><div class="ttdoc">Look up a ledger from a request and fill a Json::Result with the data representing a ledger.</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8cpp_source.html#l00625">RPCHelpers.cpp:625</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_aaf2f3f7b2146f293d76f09249d86334f"><div class="ttname"><a href="namespaceripple_1_1RPC.html#aaf2f3f7b2146f293d76f09249d86334f">ripple::RPC::ledgerFromSpecifier</a></div><div class="ttdeci">Status ledgerFromSpecifier(T &ledger, org::xrpl::rpc::v1::LedgerSpecifier const &specifier, Context &context)</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8cpp_source.html#l00437">RPCHelpers.cpp:437</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_ab296c114ef59099643a10df577e71a30"><div class="ttname"><a href="namespaceripple_1_1RPC.html#ab296c114ef59099643a10df577e71a30">ripple::RPC::accountFromStringStrict</a></div><div class="ttdeci">std::optional< AccountID > accountFromStringStrict(std::string const &account)</div><div class="ttdoc">Get an AccountID from an account ID or public key.</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8cpp_source.html#l00044">RPCHelpers.cpp:44</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_ab56a444079d769fd33fdd04aa0c8baf3"><div class="ttname"><a href="namespaceripple_1_1RPC.html#ab56a444079d769fd33fdd04aa0c8baf3">ripple::RPC::parseAccountIds</a></div><div class="ttdeci">hash_set< AccountID > parseAccountIds(Json::Value const &jvArray)</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8cpp_source.html#l00660">RPCHelpers.cpp:660</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_ac444ee3babf6fcf2604699ee4ae2e777"><div class="ttname"><a href="namespaceripple_1_1RPC.html#ac444ee3babf6fcf2604699ee4ae2e777">ripple::RPC::apiInvalidVersion</a></div><div class="ttdeci">static constexpr auto apiInvalidVersion</div><div class="ttdef"><b>Definition</b> <a href="ApiVersion_8h_source.html#l00055">ApiVersion.h:55</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_ad7e2c5bdd160ac430d40ff151be3d329"><div class="ttname"><a href="namespaceripple_1_1RPC.html#ad7e2c5bdd160ac430d40ff151be3d329">ripple::RPC::getStartHint</a></div><div class="ttdeci">std::uint64_t getStartHint(std::shared_ptr< SLE const > const &sle, AccountID const &accountID)</div><div class="ttdoc">Gets the start hint for traversing account objects.</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8cpp_source.html#l00098">RPCHelpers.cpp:98</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_ad9e8e104e82c67f071a254fa6849afe6"><div class="ttname"><a href="namespaceripple_1_1RPC.html#ad9e8e104e82c67f071a254fa6849afe6">ripple::RPC::apiMinimumSupportedVersion</a></div><div class="ttdeci">static constexpr auto apiMinimumSupportedVersion</div><div class="ttdef"><b>Definition</b> <a href="ApiVersion_8h_source.html#l00056">ApiVersion.h:56</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_af0d8f7023aadd4a6fd6a24af152f856f"><div class="ttname"><a href="namespaceripple_1_1RPC.html#af0d8f7023aadd4a6fd6a24af152f856f">ripple::RPC::isHexTxID</a></div><div class="ttdeci">bool isHexTxID(std::string const &txid)</div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_af8384f050c0cc9f8be2fae281035f85f"><div class="ttname"><a href="namespaceripple_1_1RPC.html#af8384f050c0cc9f8be2fae281035f85f">ripple::RPC::parseRippleLibSeed</a></div><div class="ttdeci">std::optional< Seed > parseRippleLibSeed(Json::Value const &value)</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8cpp_source.html#l00726">RPCHelpers.cpp:726</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_1_1RPC_html_af894bdbf60a077993d884fd31cf6e694"><div class="ttname"><a href="namespaceripple_1_1RPC.html#af894bdbf60a077993d884fd31cf6e694">ripple::RPC::keypairForSignature</a></div><div class="ttdeci">std::optional< std::pair< PublicKey, SecretKey > > keypairForSignature(Json::Value const &params, Json::Value &error, unsigned int apiVersion)</div><div class="ttdef"><b>Definition</b> <a href="RPCHelpers_8cpp_source.html#l00804">RPCHelpers.cpp:804</a></div></div>
|
||||
|
||||
Reference in New Issue
Block a user