mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 03:26:01 +00:00
848 lines
184 KiB
HTML
848 lines
184 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: jss.h Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr id="projectrow">
|
|
<td id="projectalign">
|
|
<div id="projectname">rippled
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.8 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function() { init_codefold(0); });
|
|
/* @license-end */
|
|
</script>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_0103a8ad82dcc2c51f5cde661b4b5cb7.html">xrpl</a></li><li class="navelem"><a class="el" href="dir_8d04e3c0b58cad28d7755ed462d1b6c0.html">protocol</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle"><div class="title">jss.h</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">//------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment">/*</span></div>
|
|
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> This file is part of rippled: https://github.com/ripple/rippled</span></div>
|
|
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> Copyright (c) 2012, 2013 Ripple Labs Inc.</span></div>
|
|
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> Permission to use, copy, modify, and/or distribute this software for any</span></div>
|
|
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment"> purpose with or without fee is hereby granted, provided that the above</span></div>
|
|
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment"> copyright notice and this permission notice appear in all copies.</span></div>
|
|
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment"> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES</span></div>
|
|
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment"> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF</span></div>
|
|
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment"> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR</span></div>
|
|
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment"> ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES</span></div>
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment"> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN</span></div>
|
|
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment"> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF</span></div>
|
|
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment"> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</span></div>
|
|
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment">*/</span></div>
|
|
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment">//==============================================================================</span></div>
|
|
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> </div>
|
|
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="preprocessor">#ifndef RIPPLE_PROTOCOL_JSONFIELDS_H_INCLUDED</span></div>
|
|
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="preprocessor">#define RIPPLE_PROTOCOL_JSONFIELDS_H_INCLUDED</span></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="preprocessor">#include <xrpl/json/json_value.h></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">namespace </span><a class="code hl_namespace" href="namespaceripple.html">ripple</a> {</div>
|
|
<div class="foldopen" id="foldopen00026" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html"> 26</a></span><span class="keyword">namespace </span>jss {</div>
|
|
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> </div>
|
|
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="comment">// JSON static strings</span></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><span class="preprocessor">#define JSS(x) constexpr ::Json::StaticString x(#x)</span></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="comment">/* These "StaticString" field names are used instead of string literals to</span></div>
|
|
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="comment"> optimize the performance of accessing properties of Json::Value objects.</span></div>
|
|
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span><span class="comment"> Most strings have a trailing comment. Here is the legend:</span></div>
|
|
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span><span class="comment"></span> </div>
|
|
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span><span class="comment"> in: Read by the given RPC handler from its `Json::Value` parameter.</span></div>
|
|
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span><span class="comment"> out: Assigned by the given RPC handler in the `Json::Value` it returns.</span></div>
|
|
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span><span class="comment"> field: A field of at least one type of transaction.</span></div>
|
|
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span><span class="comment"> RPC: Common properties of RPC requests and responses.</span></div>
|
|
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span><span class="comment"> error: Common properties of RPC error responses.</span></div>
|
|
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span><span class="comment">*/</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><span class="comment">// clang-format off</span></div>
|
|
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aa3f15d192c86a0f1522a1b98e82cb646"> 45</a></span>JSS(AL_size); <span class="comment">// out: GetCounts</span></div>
|
|
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac61e73edfd5f2e64e6ebf6eb021e81df"> 46</a></span>JSS(AL_hit_rate); <span class="comment">// out: GetCounts</span></div>
|
|
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a30bd33952a022b87041b38aa21224640"> 47</a></span>JSS(AcceptedCredentials); <span class="comment">// out: AccountObjects</span></div>
|
|
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a8db30c15e1db9ea5e0fd5408ba2f2c2c"> 48</a></span>JSS(Account); <span class="comment">// in: TransactionSign; field.</span></div>
|
|
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a2a26c928b8435e7c1a499ac0c818560e"> 49</a></span>JSS(AMMID); <span class="comment">// field</span></div>
|
|
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab07b5297f249d63372389a2f3452896a"> 50</a></span>JSS(Amount); <span class="comment">// in: TransactionSign; field.</span></div>
|
|
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a242a504bb5990799b55f44e72bba50eb"> 51</a></span>JSS(Amount2); <span class="comment">// in/out: AMM IOU/XRP pool, deposit, withdraw amount</span></div>
|
|
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aa9ea631771b78e732470db90783abf92"> 52</a></span>JSS(<a class="code hl_class" href="classripple_1_1Asset.html">Asset</a>); <span class="comment">// in: AMM Asset1</span></div>
|
|
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a9282047493b61e1d86171a34982a67a3"> 53</a></span>JSS(Asset2); <span class="comment">// in: AMM Asset2</span></div>
|
|
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad343842e0d166e165009622009b9ce13"> 54</a></span>JSS(AssetClass); <span class="comment">// in: Oracle</span></div>
|
|
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a90e0c16392748279f5f013ab79e665e3"> 55</a></span>JSS(AssetPrice); <span class="comment">// in: Oracle</span></div>
|
|
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac224b2e4f92485a7ff098cd7cbf9e236"> 56</a></span>JSS(AuthAccount); <span class="comment">// in: AMM Auction Slot</span></div>
|
|
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ae7b2815e4e788988c3ebdc9637174902"> 57</a></span>JSS(AuthAccounts); <span class="comment">// in: AMM Auction Slot</span></div>
|
|
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a91b18573e256f8cf4af674962bb27076"> 58</a></span>JSS(BaseAsset); <span class="comment">// in: Oracle</span></div>
|
|
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a354db2067f6b20c31f2a88d124b43b64"> 59</a></span>JSS(BidMax); <span class="comment">// in: AMM Bid</span></div>
|
|
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a7982c1c0a51ea9a7b4c28f4c598eae01"> 60</a></span>JSS(BidMin); <span class="comment">// in: AMM Bid</span></div>
|
|
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a677a739cb9cb21c44ad922ce99d2ec18"> 61</a></span>JSS(ClearFlag); <span class="comment">// field.</span></div>
|
|
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aac103a7764be56a4ebb3cfe9f0519f3d"> 62</a></span>JSS(DeliverMax); <span class="comment">// out: alias to Amount</span></div>
|
|
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aaf3a34266841e872aed3dd48643ec9d7"> 63</a></span>JSS(DeliverMin); <span class="comment">// in: TransactionSign</span></div>
|
|
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a34b307cccb458abb3c759236cd1f680c"> 64</a></span>JSS(Destination); <span class="comment">// in: TransactionSign; field.</span></div>
|
|
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a8069b1733cd00dc8ea81747af8df7c4a"> 65</a></span>JSS(EPrice); <span class="comment">// in: AMM Deposit option</span></div>
|
|
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a5d027d84a098e41c1569776f89d9ba34"> 66</a></span>JSS(Fee); <span class="comment">// in/out: TransactionSign; field.</span></div>
|
|
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a50b91de2bf71ae5bf58ebc8ccccde418"> 67</a></span>JSS(Flags); <span class="comment">// in/out: TransactionSign; field.</span></div>
|
|
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a2fddddfa3fed5216841cf81283d969ca"> 68</a></span>JSS(Holder); <span class="comment">// field.</span></div>
|
|
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac3e2ec0dacc9e82ff767b714534e785f"> 69</a></span>JSS(<a class="code hl_enumvalue" href="namespaceripple.html#a49003667116eb98c6e966f36e5dd1c77a4bbb8f967da6d1a610596d7257179c2b">Invalid</a>); <span class="comment">//</span></div>
|
|
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#af9037a7abda3212855643ffd4e25101d"> 70</a></span>JSS(Issuer); <span class="comment">// in: Credential transactions</span></div>
|
|
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a61845b371929a8d372ccee14f3da659d"> 71</a></span>JSS(IssuingChainDoor); <span class="comment">// field.</span></div>
|
|
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a886b9f8fcdfd2e4676d6a4898bf51eb6"> 72</a></span>JSS(IssuingChainIssue); <span class="comment">// field.</span></div>
|
|
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aba1bac42850f770c911b803754af95d6"> 73</a></span>JSS(LastLedgerSequence); <span class="comment">// in: TransactionSign; field</span></div>
|
|
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a86a9e3821a91ebdaf9348609d46c0482"> 74</a></span>JSS(LastUpdateTime); <span class="comment">// field.</span></div>
|
|
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a517b1ac3bc55dab67fc46d054d308d0f"> 75</a></span>JSS(LimitAmount); <span class="comment">// field.</span></div>
|
|
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a517f3f8b16f2b39687bc4a6315d963aa"> 76</a></span>JSS(LockingChainDoor); <span class="comment">// field.</span></div>
|
|
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a31bb130325c3c874e643164ebb091591"> 77</a></span>JSS(LockingChainIssue); <span class="comment">// field.</span></div>
|
|
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a36b8342b5fe1834337d298d3536159cd"> 78</a></span>JSS(NetworkID); <span class="comment">// field.</span></div>
|
|
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aaaede17b904e596a1050f163ee643c25"> 79</a></span>JSS(LPTokenOut); <span class="comment">// in: AMM Liquidity Provider deposit tokens</span></div>
|
|
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a7d9cabdd5ae54926dcd93212df9689f9"> 80</a></span>JSS(LPTokenIn); <span class="comment">// in: AMM Liquidity Provider withdraw tokens</span></div>
|
|
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a97538e2d0617d7656e2c5da46e570a77"> 81</a></span>JSS(LPToken); <span class="comment">// out: AMM Liquidity Provider tokens info</span></div>
|
|
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a10481a73fbbd7aa82ac5f8f4da08dc9b"> 82</a></span>JSS(OfferSequence); <span class="comment">// field.</span></div>
|
|
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a43f2b14eff9b203bc6d9d576e10c76da"> 83</a></span>JSS(OracleDocumentID); <span class="comment">// field</span></div>
|
|
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a7be8c12b4610be0d48252db08d6a3a02"> 84</a></span>JSS(Owner); <span class="comment">// field</span></div>
|
|
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aaf85234a34ee722516942773cac03556"> 85</a></span>JSS(Paths); <span class="comment">// in/out: TransactionSign</span></div>
|
|
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a98620c332b89832a2b1bf22a699a77c2"> 86</a></span>JSS(PriceDataSeries); <span class="comment">// field.</span></div>
|
|
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a28cfe069a1809a44ab87f62b306fd25f"> 87</a></span>JSS(PriceData); <span class="comment">// field.</span></div>
|
|
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#af172cc72629b74dc59863c5b6fc6e0af"> 88</a></span>JSS(Provider); <span class="comment">// field.</span></div>
|
|
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab24cbe6ca59ebe04d1b0789e802aadab"> 89</a></span>JSS(QuoteAsset); <span class="comment">// in: Oracle.</span></div>
|
|
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac6ad49db8c6691bb14fe1990b4b66030"> 90</a></span>JSS(RawTransaction); <span class="comment">// in: Batch</span></div>
|
|
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a8e6b6fcc0fa5f111f2841d57383f32b6"> 91</a></span>JSS(RawTransactions); <span class="comment">// in: Batch</span></div>
|
|
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a762b9a30fa5865acb705007d6119416d"> 92</a></span>JSS(SLE_hit_rate); <span class="comment">// out: GetCounts.</span></div>
|
|
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab20c5fe199acea3047e583c0200dd9ed"> 93</a></span>JSS(Scale); <span class="comment">// field.</span></div>
|
|
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a8d27790628b0e3d6999142e1dbb7e364"> 94</a></span>JSS(SettleDelay); <span class="comment">// in: TransactionSign</span></div>
|
|
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aeaeec46c8fcc70a0da27549dd300c585"> 95</a></span>JSS(SendMax); <span class="comment">// in: TransactionSign</span></div>
|
|
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a1e87baad67dbd8e9d7cebcf929f585ff"> 96</a></span>JSS(Sequence); <span class="comment">// in/out: TransactionSign; field.</span></div>
|
|
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac9c94aaa2b70ad19441beeafc514f321"> 97</a></span>JSS(SetFlag); <span class="comment">// field.</span></div>
|
|
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a6478d7de5a97d1a9709e3fd5414189fe"> 98</a></span>JSS(Signer); <span class="comment">// field.</span></div>
|
|
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a26d65ed151354a3c42efa57043d7c145"> 99</a></span>JSS(Signers); <span class="comment">// field.</span></div>
|
|
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#adcbf0a1c425bb779ac641e3447fa1c11"> 100</a></span>JSS(SigningPubKey); <span class="comment">// field.</span></div>
|
|
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a39d6a085c489dd05927ef607a00a4f04"> 101</a></span>JSS(Subject); <span class="comment">// in: Credential transactions</span></div>
|
|
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a6e8e299d7f23355d94776a0887347cbf"> 102</a></span>JSS(TakerGets); <span class="comment">// field.</span></div>
|
|
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aa82b390bb0a103e48bc0d0afc3f1362a"> 103</a></span>JSS(TakerPays); <span class="comment">// field.</span></div>
|
|
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a8bd73401fb5d854ef3d88d674b17357c"> 104</a></span>JSS(TradingFee); <span class="comment">// in/out: AMM trading fee</span></div>
|
|
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aadca9c9073b4c06631f01e6bdf23b983"> 105</a></span>JSS(TransactionType); <span class="comment">// in: TransactionSign.</span></div>
|
|
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a1bb0afe8a513adb11e17df2e7add4df7"> 106</a></span>JSS(TransferRate); <span class="comment">// in: TransferRate.</span></div>
|
|
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a5d8556bf9a3175aa7f6a95b40dd089e3"> 107</a></span>JSS(TxnSignature); <span class="comment">// field.</span></div>
|
|
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab7c04d8d754b20147e4ddeb945327fd2"> 108</a></span>JSS(URI); <span class="comment">// field.</span></div>
|
|
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aaf30344302ec3bbb79b73e8f59901621"> 109</a></span>JSS(VoteSlots); <span class="comment">// out: AMM Vote</span></div>
|
|
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac712f1d90be66bdc07c327a285e31a95"> 110</a></span>JSS(aborted); <span class="comment">// out: InboundLedger</span></div>
|
|
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a8cc4d76f970dbab56ad8cc8952b581a7"> 111</a></span>JSS(<a class="code hl_enumvalue" href="namespaceripple.html#a8a16d6f665a032453ec4cbfca01929b6a3e4d891a5df3d6d0d7dd9432a1bc6470">accepted</a>); <span class="comment">// out: LedgerToJson, OwnerInfo, SubmitTransaction</span></div>
|
|
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a4f68be93e599d1224880936ad033e65b"> 112</a></span>JSS(accountState); <span class="comment">// out: LedgerToJson</span></div>
|
|
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a25f19eb852186e5e5fb4ad2bec13c286"> 113</a></span>JSS(accountTreeHash); <span class="comment">// out: ledger/Ledger.cpp</span></div>
|
|
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab34ed1ee2308c28119b210cd3430ebc0"> 114</a></span>JSS(account_data); <span class="comment">// out: AccountInfo</span></div>
|
|
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a333f87081c8da0bb7edb368ad95180c3"> 115</a></span>JSS(account_flags); <span class="comment">// out: AccountInfo</span></div>
|
|
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a4b9e0df02faf624e6f59a543ace49328"> 116</a></span>JSS(account_hash); <span class="comment">// out: LedgerToJson</span></div>
|
|
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab96081f052c56b37d4afd16dc8d22460"> 117</a></span>JSS(account_id); <span class="comment">// out: WalletPropose</span></div>
|
|
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aec087ae757ba6749af161fbf9e064c9b"> 118</a></span>JSS(account_nfts); <span class="comment">// out: AccountNFTs</span></div>
|
|
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a2673c740f247eb00d49884b60943d9d6"> 119</a></span>JSS(account_objects); <span class="comment">// out: AccountObjects</span></div>
|
|
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac7d0bbd29a6df5afae59c3d33784778d"> 120</a></span>JSS(account_root); <span class="comment">// in: LedgerEntry</span></div>
|
|
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a008137e7571fdf90c002f9e8563d6569"> 121</a></span>JSS(account_sequence_next); <span class="comment">// out: SubmitTransaction</span></div>
|
|
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#af4b967d1b5b3992a3cfd7b5cf71ccebc"> 122</a></span>JSS(account_sequence_available); <span class="comment">// out: SubmitTransaction</span></div>
|
|
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad3a33adca25cf9078fce877138e4ab69"> 123</a></span>JSS(account_history_tx_stream); <span class="comment">// in: Subscribe, Unsubscribe</span></div>
|
|
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad94173ed88f1e34e2bfd03ee98e93dab"> 124</a></span>JSS(account_history_tx_index); <span class="comment">// out: Account txn history subscribe</span></div>
|
|
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> </div>
|
|
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a617092ce024f895abe5f32957de115b4"> 126</a></span>JSS(account_history_tx_first); <span class="comment">// out: Account txn history subscribe</span></div>
|
|
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a9f37c82f40c2ee2a7ff5b0a715d6b222"> 127</a></span>JSS(account_history_boundary); <span class="comment">// out: Account txn history subscribe</span></div>
|
|
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a1cceb08aa3b1ef65fc48b5ee68e087b4"> 128</a></span>JSS(accounts); <span class="comment">// in: LedgerEntry, Subscribe,</span></div>
|
|
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> <span class="comment">// handlers/Ledger, Unsubscribe</span></div>
|
|
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aefb1f16bf3daf8f678cf76d181b40b46"> 130</a></span>JSS(accounts_proposed); <span class="comment">// in: Subscribe, Unsubscribe</span></div>
|
|
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a79876642f9736c3db303f92a91a90bad"> 131</a></span>JSS(action);</div>
|
|
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aba70083161fb6978e3892bb8cbb26076"> 132</a></span>JSS(acquiring); <span class="comment">// out: LedgerRequest</span></div>
|
|
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a7f0559695a7cd6c2432d98e2a02ed320"> 133</a></span>JSS(address); <span class="comment">// out: PeerImp</span></div>
|
|
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a54f412b0d88f112435dcf0086adc03d8"> 134</a></span>JSS(affected); <span class="comment">// out: AcceptedLedgerTx</span></div>
|
|
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a11e83bbfe9c41cf1a4e097dff802e63d"> 135</a></span>JSS(age); <span class="comment">// out: NetworkOPs, Peers</span></div>
|
|
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#af7bb47b5e83616e04ae9114c2d0c3a8e"> 136</a></span>JSS(alternatives); <span class="comment">// out: PathRequest, RipplePathFind</span></div>
|
|
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a78ad17ba9f3cd952c0f995ce716542a2"> 137</a></span>JSS(amendment_blocked); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a49e409352c57b1ff61934b6bf6e51edc"> 138</a></span>JSS(amm_account); <span class="comment">// in: amm_info</span></div>
|
|
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#adf6438aab6db5d1576e44513e50ea1a6"> 139</a></span>JSS(amount); <span class="comment">// out: AccountChannels, amm_info</span></div>
|
|
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#abcb4067a23735451971272b5fb93a205"> 140</a></span>JSS(amount2); <span class="comment">// out: amm_info</span></div>
|
|
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a00a5b11ca23d029ae11ac2521cba99d2"> 141</a></span>JSS(api_version); <span class="comment">// in: many, out: Version</span></div>
|
|
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a475d2415f159a064bca7b7d714545f2a"> 142</a></span>JSS(api_version_low); <span class="comment">// out: Version</span></div>
|
|
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a894e5350a357338043b5543eb05ee5f9"> 143</a></span>JSS(applied); <span class="comment">// out: SubmitTransaction</span></div>
|
|
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aaf73127d96f85403418f2a3a8e9e9780"> 144</a></span>JSS(asks); <span class="comment">// out: Subscribe</span></div>
|
|
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#af70c222376213f7d5f470b297fce5068"> 145</a></span>JSS(asset); <span class="comment">// in: amm_info</span></div>
|
|
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a649d0b581d8734ac270f2ece7d9be774"> 146</a></span>JSS(asset2); <span class="comment">// in: amm_info</span></div>
|
|
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a556712161628a8c62e0bd7796666a426"> 147</a></span>JSS(assets); <span class="comment">// out: GatewayBalances</span></div>
|
|
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a674ad0ef84c2f4e7a91dffee5d289794"> 148</a></span>JSS(asset_frozen); <span class="comment">// out: amm_info</span></div>
|
|
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a134c72a22fcc49a89e53c45e2ad6d419"> 149</a></span>JSS(asset2_frozen); <span class="comment">// out: amm_info</span></div>
|
|
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#afd0ca4cea258996d39f0fe59c1faf300"> 150</a></span>JSS(attestations);</div>
|
|
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac5b33c5f176650d9008940ca6b6e553c"> 151</a></span>JSS(attestation_reward_account);</div>
|
|
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a7d1a075820a8ba749b1c760062764d4d"> 152</a></span>JSS(auction_slot); <span class="comment">// out: amm_info</span></div>
|
|
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aa20cc3fa17795d30395032a15b22abaf"> 153</a></span>JSS(<a class="code hl_function" href="namespaceripple.html#af29446cc3ca3e9303e16a330774f7b76">authorized</a>); <span class="comment">// out: AccountLines</span></div>
|
|
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#acbbdf40c6c0ffe2d78db5bd5ac86b3da"> 154</a></span>JSS(authorize); <span class="comment">// out: delegate</span></div>
|
|
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a566fd20aabf23e5a5f6ade5ebae8a897"> 155</a></span>JSS(authorized_credentials); <span class="comment">// in: ledger_entry DepositPreauth</span></div>
|
|
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a1f517f17ab409414f9a39dd4d8d91812"> 156</a></span>JSS(auth_accounts); <span class="comment">// out: amm_info</span></div>
|
|
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a3fe07845962f562b9351bbfe6337d2bf"> 157</a></span>JSS(auth_change); <span class="comment">// out: AccountInfo</span></div>
|
|
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a1689c6c2501dff6d31411216f4803fc2"> 158</a></span>JSS(auth_change_queued); <span class="comment">// out: AccountInfo</span></div>
|
|
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ada65039482a5cf5ef237f631326a4737"> 159</a></span>JSS(<a class="code hl_enumvalue" href="namespaceripple.html#aaf9d6587e02c610e84a029ad5b5e17b4ae4894ca167b08880bfc35862f18575eb">available</a>); <span class="comment">// out: ValidatorList</span></div>
|
|
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a54a90bc889257dfd81e55ead7318f489"> 160</a></span>JSS(avg_bps_recv); <span class="comment">// out: Peers</span></div>
|
|
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#acb856bd10e512c19d86311b32e736c67"> 161</a></span>JSS(avg_bps_sent); <span class="comment">// out: Peers</span></div>
|
|
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a8d3ac99ecbd10440e8e42fbb9ef3bd33"> 162</a></span>JSS(balance); <span class="comment">// out: AccountLines</span></div>
|
|
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a22d2ca178a31207ea154db35d940e13c"> 163</a></span>JSS(balances); <span class="comment">// out: GatewayBalances</span></div>
|
|
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a98317c55c194b081a21049c0005f1455"> 164</a></span>JSS(base); <span class="comment">// out: LogLevel</span></div>
|
|
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a0722e8446a7d89566ba71da3974d957b"> 165</a></span>JSS(base_asset); <span class="comment">// in: get_aggregate_price</span></div>
|
|
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a95591af524eb233bdb2b67380a262af3"> 166</a></span>JSS(base_fee); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a0dc657f2e92d03564502ca2d33bf9a14"> 167</a></span>JSS(base_fee_xrp); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab53f1e5442b9a607f568a3a7d6a8a1eb"> 168</a></span>JSS(bids); <span class="comment">// out: Subscribe</span></div>
|
|
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#afffa2bf3dd597d522e66d72f4b16715b"> 169</a></span>JSS(binary); <span class="comment">// in: AccountTX, LedgerEntry,</span></div>
|
|
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> <span class="comment">// AccountTxOld, Tx LedgerData</span></div>
|
|
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a2ae0ac445216c042b16acd304e4bba60"> 171</a></span>JSS(blob); <span class="comment">// out: ValidatorList</span></div>
|
|
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a67720dea6165add6786ceed769430d06"> 172</a></span>JSS(blobs_v2); <span class="comment">// out: ValidatorList</span></div>
|
|
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> <span class="comment">// in: UNL</span></div>
|
|
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#afe151e69000427a198547770d2e6a435"> 174</a></span>JSS(books); <span class="comment">// in: Subscribe, Unsubscribe</span></div>
|
|
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#abbe5597d53d3751edcfd0abcd37bbcc5"> 175</a></span>JSS(both); <span class="comment">// in: Subscribe, Unsubscribe</span></div>
|
|
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a16090621156a35f61afd7ffb67566879"> 176</a></span>JSS(both_sides); <span class="comment">// in: Subscribe, Unsubscribe</span></div>
|
|
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a425ebb459806403020bf87d53d652af2"> 177</a></span>JSS(branch); <span class="comment">// out: server_info</span></div>
|
|
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#acb1ba33f0bd6d83ba18fbe47955e1b9a"> 178</a></span>JSS(broadcast); <span class="comment">// out: SubmitTransaction</span></div>
|
|
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab5f108a6555a86a5f4bca3ea52925690"> 179</a></span>JSS(bridge_account); <span class="comment">// in: LedgerEntry</span></div>
|
|
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a2dbe9dcde7829371b2c3fa9d7ae5fa6c"> 180</a></span>JSS(build_path); <span class="comment">// in: TransactionSign</span></div>
|
|
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a5d41f8ada0cd210a47ea5dc84d105b73"> 181</a></span>JSS(build_version); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#af83eafeb049a2f4e091e116b6dce101d"> 182</a></span>JSS(cancel_after); <span class="comment">// out: AccountChannels</span></div>
|
|
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a62f2cce44125b7ab9f1da7503610bb20"> 183</a></span>JSS(can_delete); <span class="comment">// out: CanDelete</span></div>
|
|
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad225d752e7a392703caf11bb1230c664"> 184</a></span>JSS(mpt_amount); <span class="comment">// out: mpt_holders</span></div>
|
|
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a4f071e971b3737b115eec8c50a73eb62"> 185</a></span>JSS(mpt_issuance_id); <span class="comment">// in: Payment, mpt_holders</span></div>
|
|
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a6a9bc70a7746f4d27c67acc7bd9febc6"> 186</a></span>JSS(mptoken_index); <span class="comment">// out: mpt_holders</span></div>
|
|
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a636ea66af76536c1e1ebf421f4771853"> 187</a></span>JSS(changes); <span class="comment">// out: BookChanges</span></div>
|
|
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab20d6181608e37a4485d0d3141880312"> 188</a></span>JSS(channel_id); <span class="comment">// out: AccountChannels</span></div>
|
|
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a1f5dc64f057a7dc4ee6dd2c262c272f3"> 189</a></span>JSS(channels); <span class="comment">// out: AccountChannels</span></div>
|
|
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aceff8d50279309d0b04633645b8e4bbf"> 190</a></span>JSS(check_nodes); <span class="comment">// in: LedgerCleaner</span></div>
|
|
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a018957e41a9c09f4ac9c64a10505d9c3"> 191</a></span>JSS(clear); <span class="comment">// in/out: FetchInfo</span></div>
|
|
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#af151d9fb24624f9b3b7753eb53e2b488"> 192</a></span>JSS(close); <span class="comment">// out: BookChanges</span></div>
|
|
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a18b2db60fa2f7d62bb92f69a27732abc"> 193</a></span>JSS(close_flags); <span class="comment">// out: LedgerToJson</span></div>
|
|
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a79e23f6d60683f30b689dc4d4f296e8f"> 194</a></span>JSS(close_time); <span class="comment">// in: Application, out: NetworkOPs,</span></div>
|
|
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span> <span class="comment">// RCLCxPeerPos, LedgerToJson</span></div>
|
|
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac857ab62b13500c7e0a67f60d80f6d3c"> 196</a></span>JSS(close_time_iso); <span class="comment">// out: Tx, NetworkOPs, TransactionEntry</span></div>
|
|
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> <span class="comment">// AccountTx, LedgerToJson</span></div>
|
|
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad6fd1868c22504ddb2335fe9bdbb964a"> 198</a></span>JSS(close_time_estimated); <span class="comment">// in: Application, out: LedgerToJson</span></div>
|
|
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ae9c49c54d55673fdbe0f98eaf2b1498e"> 199</a></span>JSS(close_time_human); <span class="comment">// out: LedgerToJson</span></div>
|
|
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a828e3e1ac6ed05e4959773ab91cca81a"> 200</a></span>JSS(close_time_offset); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ace51eb83f24e0e9b302a76fe79f8db2f"> 201</a></span>JSS(close_time_resolution); <span class="comment">// in: Application; out: LedgerToJson</span></div>
|
|
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a165df8fbec91afb04a872b3e253b2220"> 202</a></span>JSS(closed); <span class="comment">// out: NetworkOPs, LedgerToJson,</span></div>
|
|
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> <span class="comment">// handlers/Ledger</span></div>
|
|
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a4e2d085d756f1cb68fce0abbc301d593"> 204</a></span>JSS(closed_ledger); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a3ebf1c7c458683d047e84871004e431f"> 205</a></span>JSS(cluster); <span class="comment">// out: PeerImp</span></div>
|
|
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a37ff9544629a3f3f3c9304a4fa6b72e3"> 206</a></span>JSS(code); <span class="comment">// out: errors</span></div>
|
|
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a96b1217aff7b43d946abf67137db4dd1"> 207</a></span>JSS(command); <span class="comment">// in: RPCHandler</span></div>
|
|
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a595e875b3abf64a1e0b1188258b6fec1"> 208</a></span>JSS(complete); <span class="comment">// out: NetworkOPs, InboundLedger</span></div>
|
|
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a8cf35568f265f3ff3e86be414fd59e30"> 209</a></span>JSS(complete_ledgers); <span class="comment">// out: NetworkOPs, PeerImp</span></div>
|
|
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a0c60508e93d100288b77e535dcc68783"> 210</a></span>JSS(consensus); <span class="comment">// out: NetworkOPs, LedgerConsensus</span></div>
|
|
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a8efbbfdebd5c5c73b59183ab96e70327"> 211</a></span>JSS(converge_time); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aba21f8c3da711ddec3e9ff44614b6969"> 212</a></span>JSS(converge_time_s); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a34bcabf9ad6eb489c5ed0748bea87bb1"> 213</a></span>JSS(cookie); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a1c9f4c32e6ff40abb3619b77c3ab6859"> 214</a></span>JSS(count); <span class="comment">// in: AccountTx*, ValidatorList</span></div>
|
|
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a5b4a6ab68dee440737c3d7fdd2602871"> 215</a></span>JSS(counters); <span class="comment">// in/out: retrieve counters</span></div>
|
|
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a9a5b3169985ef5d659426bf661a4695a"> 216</a></span>JSS(credentials); <span class="comment">// in: deposit_authorized</span></div>
|
|
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#adf8c8a9212da44e06f7bd980a5acfaf8"> 217</a></span>JSS(credential_type); <span class="comment">// in: LedgerEntry DepositPreauth</span></div>
|
|
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac5a6ec42bf1cdfa96059f9f3ae570d54"> 218</a></span>JSS(ctid); <span class="comment">// in/out: Tx RPC</span></div>
|
|
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a692112be4dc2b3084a866259a0ee0b65"> 219</a></span>JSS(currency_a); <span class="comment">// out: BookChanges</span></div>
|
|
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a9e01b2b112f22799e576f73ed32558c2"> 220</a></span>JSS(currency_b); <span class="comment">// out: BookChanges</span></div>
|
|
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#afaf1f1eb0d7d3d1366a80de132c9539a"> 221</a></span>JSS(currency); <span class="comment">// in: paths/PathRequest, STAmount</span></div>
|
|
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> <span class="comment">// out: STPathSet, STAmount,</span></div>
|
|
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> <span class="comment">// AccountLines</span></div>
|
|
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a36b04fc468f4165afdca8582c12b8661"> 224</a></span>JSS(<a class="code hl_enumvalue" href="namespaceripple.html#a6434c1a0fd22b77e2e4a228c0eca79eba43b5c9175984c071f30b873fdce0a000">current</a>); <span class="comment">// out: OwnerInfo</span></div>
|
|
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#abc322074e7bc31b172ca148510ee211b"> 225</a></span>JSS(current_activities);</div>
|
|
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac3feb332f7a784c7bdcc65ea1bb59c5f"> 226</a></span>JSS(current_ledger_size); <span class="comment">// out: TxQ</span></div>
|
|
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#adb9262572038a865a8a96972740373d4"> 227</a></span>JSS(current_queue_size); <span class="comment">// out: TxQ</span></div>
|
|
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aec5a2a0a34243ed7abdbf9c1b190faaf"> 228</a></span>JSS(data); <span class="comment">// out: LedgerData</span></div>
|
|
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad3773ddc6bd0f25864e58702fe15effb"> 229</a></span>JSS(date); <span class="comment">// out: tx/Transaction, NetworkOPs</span></div>
|
|
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a59351c42acf7193d30ea8c697aec84e2"> 230</a></span>JSS(dbKBLedger); <span class="comment">// out: getCounts</span></div>
|
|
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#afd28b513ff83ed8471f354e177c27877"> 231</a></span>JSS(dbKBTotal); <span class="comment">// out: getCounts</span></div>
|
|
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ae65c4ec94c53671c4e7c37a9b130b451"> 232</a></span>JSS(dbKBTransaction); <span class="comment">// out: getCounts</span></div>
|
|
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad3d18b1e79b66cec6a80ee3c9fc6fe58"> 233</a></span>JSS(debug_signing); <span class="comment">// in: TransactionSign</span></div>
|
|
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a9cd813dc373394e7afc835e1f5810266"> 234</a></span>JSS(deletion_blockers_only); <span class="comment">// in: AccountObjects</span></div>
|
|
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad49f4c69287015ee8925188acc6477df"> 235</a></span>JSS(delivered_amount); <span class="comment">// out: insertDeliveredAmount</span></div>
|
|
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ae8a81aea60229512eea47b8703b9d9e1"> 236</a></span>JSS(deposit_authorized); <span class="comment">// out: deposit_authorized</span></div>
|
|
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a6fff84046845c0b5d67b93a47ccdd857"> 237</a></span>JSS(deprecated); <span class="comment">// out</span></div>
|
|
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a3d3975b0ac0a60af806c166d73fb9473"> 238</a></span>JSS(descending); <span class="comment">// in: AccountTx*</span></div>
|
|
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#acfb39a018c819fefb53c0f3592714c7f"> 239</a></span>JSS(description); <span class="comment">// in/out: Reservations</span></div>
|
|
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a8fd8eb022bdb13345c6faff5b045a2bc"> 240</a></span>JSS(destination); <span class="comment">// in: nft_buy_offers, nft_sell_offers</span></div>
|
|
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a8b454341a1834cf0c1e04dbf198a68ee"> 241</a></span>JSS(destination_account); <span class="comment">// in: PathRequest, RipplePathFind, account_lines</span></div>
|
|
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span> <span class="comment">// out: AccountChannels</span></div>
|
|
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a98b0c210c816cedcd84833b7352a81d8"> 243</a></span>JSS(destination_amount); <span class="comment">// in: PathRequest, RipplePathFind</span></div>
|
|
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a5d3f0125e3f6ea39bba35cd91adcebf6"> 244</a></span>JSS(destination_currencies); <span class="comment">// in: PathRequest, RipplePathFind</span></div>
|
|
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a93e20077e82505daddf76639df83f270"> 245</a></span>JSS(destination_tag); <span class="comment">// in: PathRequest</span></div>
|
|
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span> <span class="comment">// out: AccountChannels</span></div>
|
|
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a33f43524db42b7b02b0a66d6dfb03a32"> 247</a></span>JSS(details); <span class="comment">// out: Manifest, server_info</span></div>
|
|
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a875aa8bd78378ce579f180f1134abfe6"> 248</a></span>JSS(dir_entry); <span class="comment">// out: DirectoryEntryIterator</span></div>
|
|
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aecaf77ad6aa35e4523db08d31a8d0359"> 249</a></span>JSS(dir_index); <span class="comment">// out: DirectoryEntryIterator</span></div>
|
|
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aa1b1c547651f7d0534ce00c3d045e84e"> 250</a></span>JSS(dir_root); <span class="comment">// out: DirectoryEntryIterator</span></div>
|
|
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a95fa6aabbdad7562999b76e0af24f60f"> 251</a></span>JSS(discounted_fee); <span class="comment">// out: amm_info</span></div>
|
|
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a2add4259b579ec0b7b577ac79cd4547b"> 252</a></span>JSS(domain); <span class="comment">// out: ValidatorInfo, Manifest</span></div>
|
|
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#afb7c4905c64523f9257b4e3ad37c96e7"> 253</a></span>JSS(drops); <span class="comment">// out: TxQ</span></div>
|
|
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#acd0817ff6c9da856d6a7198b1507b7bf"> 254</a></span>JSS(duration_us); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad68912f634979603fa9734eeb6512655"> 255</a></span>JSS(effective); <span class="comment">// out: ValidatorList</span></div>
|
|
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> <span class="comment">// in: UNL</span></div>
|
|
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a398e71b098c4089a757958062738d764"> 257</a></span>JSS(enabled); <span class="comment">// out: AmendmentTable</span></div>
|
|
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ae5118b2033ffb5fce9d6710965a319a3"> 258</a></span>JSS(engine_result); <span class="comment">// out: NetworkOPs, TransactionSign, Submit</span></div>
|
|
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#afeb39ec5fcd8c2355e89ca0fc8cae300"> 259</a></span>JSS(engine_result_code); <span class="comment">// out: NetworkOPs, TransactionSign, Submit</span></div>
|
|
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a0b4fe6d4a69b64493bc49c78619229e1"> 260</a></span>JSS(engine_result_message); <span class="comment">// out: NetworkOPs, TransactionSign, Submit</span></div>
|
|
<div class="line"><a id="l00261" name="l00261"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ade669aaaa07d03b54a462d58594c2593"> 261</a></span>JSS(entire_set); <span class="comment">// out: get_aggregate_price</span></div>
|
|
<div class="line"><a id="l00262" name="l00262"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a29f075af7a947aa1eeb9c9c017aa1c5b"> 262</a></span>JSS(ephemeral_key); <span class="comment">// out: ValidatorInfo</span></div>
|
|
<div class="line"><a id="l00263" name="l00263"></a><span class="lineno"> 263</span> <span class="comment">// in/out: Manifest</span></div>
|
|
<div class="line"><a id="l00264" name="l00264"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aae6e3761f93b5fcfb075e67f99b4602e"> 264</a></span>JSS(error); <span class="comment">// out: error</span></div>
|
|
<div class="line"><a id="l00265" name="l00265"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a0370f775a0d14ee0c9dfeac8b4806a16"> 265</a></span>JSS(errored);</div>
|
|
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a6d5680deffd5a636d1c563d939e27dde"> 266</a></span>JSS(error_code); <span class="comment">// out: error</span></div>
|
|
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a2704d55bdbedc84e1cc40d1357fa788a"> 267</a></span>JSS(error_exception); <span class="comment">// out: Submit</span></div>
|
|
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a61623fb7591f317d23f3811bb3caef2b"> 268</a></span>JSS(error_message); <span class="comment">// out: error</span></div>
|
|
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a0b774122d2fae57d48a179cceda99c65"> 269</a></span>JSS(expand); <span class="comment">// in: handler/Ledger</span></div>
|
|
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a21cf049d34c243a54727c4b6a8650253"> 270</a></span>JSS(expected_date); <span class="comment">// out: any (warnings)</span></div>
|
|
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#af0ec96bf32d542e3bf27120e5a0538f2"> 271</a></span>JSS(expected_date_UTC); <span class="comment">// out: any (warnings)</span></div>
|
|
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad3faef86179a660bc23170e096a212fd"> 272</a></span>JSS(expected_ledger_size); <span class="comment">// out: TxQ</span></div>
|
|
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a2951f3d0d0e756b9623b03e10cc83e13"> 273</a></span>JSS(expiration); <span class="comment">// out: AccountOffers, AccountChannels,</span></div>
|
|
<div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> <span class="comment">// ValidatorList, amm_info</span></div>
|
|
<div class="line"><a id="l00275" name="l00275"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#afb656d6325fef64a1e10399568735a0b"> 275</a></span>JSS(fail_hard); <span class="comment">// in: Sign, Submit</span></div>
|
|
<div class="line"><a id="l00276" name="l00276"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac15059fe46cbfcd61fd073c0af432a7c"> 276</a></span>JSS(failed); <span class="comment">// out: InboundLedger</span></div>
|
|
<div class="line"><a id="l00277" name="l00277"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab7ad13f436fe30db027ba0ee37f4f33f"> 277</a></span>JSS(feature); <span class="comment">// in: Feature</span></div>
|
|
<div class="line"><a id="l00278" name="l00278"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a0b4d7ef0eed5b9d06c02d6c883fcd387"> 278</a></span>JSS(features); <span class="comment">// out: Feature</span></div>
|
|
<div class="line"><a id="l00279" name="l00279"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ae6d0c17a1b5c98b3a1f482f1205d9a12"> 279</a></span>JSS(fee_base); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00280" name="l00280"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a391fe9a28d31e33c6fc13475f57cf2c9"> 280</a></span>JSS(fee_div_max); <span class="comment">// in: TransactionSign</span></div>
|
|
<div class="line"><a id="l00281" name="l00281"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#af0b1e7a8d76a926b01b7eaa028bbea46"> 281</a></span>JSS(fee_level); <span class="comment">// out: AccountInfo</span></div>
|
|
<div class="line"><a id="l00282" name="l00282"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aca8f86c3e5e6eb887899e7ee8bc0df7e"> 282</a></span>JSS(fee_mult_max); <span class="comment">// in: TransactionSign</span></div>
|
|
<div class="line"><a id="l00283" name="l00283"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a215d4f60eff867cd2c084e47e50a634e"> 283</a></span>JSS(fee_ref); <span class="comment">// out: NetworkOPs, DEPRECATED</span></div>
|
|
<div class="line"><a id="l00284" name="l00284"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a18a9254962f7b987daca625b58b97ab7"> 284</a></span>JSS(fetch_pack); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00285" name="l00285"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aaad19ef542b0bf092e962ca9b0418d23"> 285</a></span>JSS(FIELDS); <span class="comment">// out: RPC server_definitions</span></div>
|
|
<div class="line"><a id="l00286" name="l00286"></a><span class="lineno"> 286</span> <span class="comment">// matches definitions.json format</span></div>
|
|
<div class="line"><a id="l00287" name="l00287"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a1d3b972f322b00065a0ef477ae22ba7b"> 287</a></span>JSS(first); <span class="comment">// out: rpc/Version</span></div>
|
|
<div class="line"><a id="l00288" name="l00288"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a032838c5d8db1bdc76bcab5468995e9c"> 288</a></span>JSS(finished);</div>
|
|
<div class="line"><a id="l00289" name="l00289"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a46bf0460849388d3c788a79475da7b9e"> 289</a></span>JSS(fix_txns); <span class="comment">// in: LedgerCleaner</span></div>
|
|
<div class="line"><a id="l00290" name="l00290"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab015225765c7465956d7248de13fa836"> 290</a></span>JSS(flags); <span class="comment">// out: AccountOffers,</span></div>
|
|
<div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span> <span class="comment">// NetworkOPs</span></div>
|
|
<div class="line"><a id="l00292" name="l00292"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#abb4f36b2f14a61c19f6cb026fb5a2cde"> 292</a></span>JSS(<a class="code hl_enumvalue" href="namespaceripple.html#a2fca0f72cfacc04d15ad41d84ebf46fda965dbaac085fc891bfbbd4f9d145bbc8">forward</a>); <span class="comment">// in: AccountTx</span></div>
|
|
<div class="line"><a id="l00293" name="l00293"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ae11bc6df38ffffd6cdba11058d9f450e"> 293</a></span>JSS(freeze); <span class="comment">// out: AccountLines</span></div>
|
|
<div class="line"><a id="l00294" name="l00294"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#abadfba906869530654549a2903f3b467"> 294</a></span>JSS(freeze_peer); <span class="comment">// out: AccountLines</span></div>
|
|
<div class="line"><a id="l00295" name="l00295"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#add1ab7eb0006bc93240edf88db563c5f"> 295</a></span>JSS(deep_freeze); <span class="comment">// out: AccountLines</span></div>
|
|
<div class="line"><a id="l00296" name="l00296"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a4057790e4df53e6bf77b98aeb98a7e5f"> 296</a></span>JSS(deep_freeze_peer); <span class="comment">// out: AccountLines</span></div>
|
|
<div class="line"><a id="l00297" name="l00297"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#abae39ee9010b7cecf956add9ae5c9e81"> 297</a></span>JSS(frozen_balances); <span class="comment">// out: GatewayBalances</span></div>
|
|
<div class="line"><a id="l00298" name="l00298"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad5c07ed50d451e1da919232d119c0966"> 298</a></span>JSS(full); <span class="comment">// in: LedgerClearer, handlers/Ledger</span></div>
|
|
<div class="line"><a id="l00299" name="l00299"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#adc78f312cddb8bb99c88c21db7cb7d4e"> 299</a></span>JSS(full_reply); <span class="comment">// out: PathFind</span></div>
|
|
<div class="line"><a id="l00300" name="l00300"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a237dcb272333b56a5ee89cc6147a5ecd"> 300</a></span>JSS(fullbelow_size); <span class="comment">// out: GetCounts</span></div>
|
|
<div class="line"><a id="l00301" name="l00301"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a07e1464ab83c8973d63fb77dcf628df9"> 301</a></span>JSS(git); <span class="comment">// out: server_info</span></div>
|
|
<div class="line"><a id="l00302" name="l00302"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a83ae7878ac025ef9562deca56776439f"> 302</a></span>JSS(good); <span class="comment">// out: RPCVersion</span></div>
|
|
<div class="line"><a id="l00303" name="l00303"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad39f40f57e1aaa1121515da7cce1cac9"> 303</a></span>JSS(hash); <span class="comment">// out: NetworkOPs, InboundLedger,</span></div>
|
|
<div class="line"><a id="l00304" name="l00304"></a><span class="lineno"> 304</span> <span class="comment">// LedgerToJson, STTx; field</span></div>
|
|
<div class="line"><a id="l00305" name="l00305"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a29703852e6ac4d8e5e4c0adeb7a03632"> 305</a></span>JSS(have_header); <span class="comment">// out: InboundLedger</span></div>
|
|
<div class="line"><a id="l00306" name="l00306"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a0ed3527e30f4af562c1b52210d9a22f8"> 306</a></span>JSS(have_state); <span class="comment">// out: InboundLedger</span></div>
|
|
<div class="line"><a id="l00307" name="l00307"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad9e4342ddb4e120f1f2deba85b8888b0"> 307</a></span>JSS(have_transactions); <span class="comment">// out: InboundLedger</span></div>
|
|
<div class="line"><a id="l00308" name="l00308"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#afba54f374631b9f33350dce8c358f447"> 308</a></span>JSS(high); <span class="comment">// out: BookChanges</span></div>
|
|
<div class="line"><a id="l00309" name="l00309"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac2d270ee51d74be36d4a1a6ecc9a33d5"> 309</a></span>JSS(highest_sequence); <span class="comment">// out: AccountInfo</span></div>
|
|
<div class="line"><a id="l00310" name="l00310"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a820e84cdb69d387b1cc0e3836df0742f"> 310</a></span>JSS(highest_ticket); <span class="comment">// out: AccountInfo</span></div>
|
|
<div class="line"><a id="l00311" name="l00311"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#afc5eb500ed30b44d1cdba061f4cbf59f"> 311</a></span>JSS(historical_perminute); <span class="comment">// historical_perminute.</span></div>
|
|
<div class="line"><a id="l00312" name="l00312"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a52fbdd6289bd016ad67260b8ccb45dc7"> 312</a></span>JSS(holders); <span class="comment">// out: MPTHolders</span></div>
|
|
<div class="line"><a id="l00313" name="l00313"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a46834411d84b7901465087a4ad98043a"> 313</a></span>JSS(hostid); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00314" name="l00314"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ae1d31e9c62441a6aa13535443476724c"> 314</a></span>JSS(hotwallet); <span class="comment">// in: GatewayBalances</span></div>
|
|
<div class="line"><a id="l00315" name="l00315"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aec7d9c55f43c8b74ed535a2cbd8efeb0"> 315</a></span>JSS(<span class="keywordtype">id</span>); <span class="comment">// websocket.</span></div>
|
|
<div class="line"><a id="l00316" name="l00316"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aafdbabe0d2d3fbcc03944c6cce33e9f3"> 316</a></span>JSS(ident); <span class="comment">// in: AccountCurrencies, AccountInfo,</span></div>
|
|
<div class="line"><a id="l00317" name="l00317"></a><span class="lineno"> 317</span> <span class="comment">// OwnerInfo</span></div>
|
|
<div class="line"><a id="l00318" name="l00318"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aaa69a01a572916e73ccf2f4d513f9ab6"> 318</a></span>JSS(ignore_default); <span class="comment">// in: AccountLines</span></div>
|
|
<div class="line"><a id="l00319" name="l00319"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#abef52d6643f645cbb8864a134912bb25"> 319</a></span>JSS(inLedger); <span class="comment">// out: tx/Transaction</span></div>
|
|
<div class="line"><a id="l00320" name="l00320"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac124c60c2739c9837a88336162221c0b"> 320</a></span>JSS(inbound); <span class="comment">// out: PeerImp</span></div>
|
|
<div class="line"><a id="l00321" name="l00321"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a34e8647bf74e7c136db537717e02f8f7"> 321</a></span>JSS(index); <span class="comment">// in: LedgerEntry</span></div>
|
|
<div class="line"><a id="l00322" name="l00322"></a><span class="lineno"> 322</span> <span class="comment">// out: STLedgerEntry,</span></div>
|
|
<div class="line"><a id="l00323" name="l00323"></a><span class="lineno"> 323</span> <span class="comment">// LedgerEntry, TxHistory, LedgerData</span></div>
|
|
<div class="line"><a id="l00324" name="l00324"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a6f04c49d9122ed3be42c66692af3b3ae"> 324</a></span>JSS(info); <span class="comment">// out: ServerInfo, ConsensusInfo, FetchInfo</span></div>
|
|
<div class="line"><a id="l00325" name="l00325"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a98b32b94f74b793aa56b9b38c754e0c4"> 325</a></span>JSS(initial_sync_duration_us);</div>
|
|
<div class="line"><a id="l00326" name="l00326"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a2a907e5f04837f9c2388b648d1c3eeb2"> 326</a></span>JSS(internal_command); <span class="comment">// in: Internal</span></div>
|
|
<div class="line"><a id="l00327" name="l00327"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac8a338bdcf84803d61a5bc78810372fb"> 327</a></span>JSS(invalid_API_version); <span class="comment">// out: Many, when a request has an invalid</span></div>
|
|
<div class="line"><a id="l00328" name="l00328"></a><span class="lineno"> 328</span> <span class="comment">// version</span></div>
|
|
<div class="line"><a id="l00329" name="l00329"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#af1177a9dfd442428127cf177737736a2"> 329</a></span>JSS(io_latency_ms); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00330" name="l00330"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a862f68b5891afa2eb547ec3f9b682d5f"> 330</a></span>JSS(ip); <span class="comment">// in: Connect, out: OverlayImpl</span></div>
|
|
<div class="line"><a id="l00331" name="l00331"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a55399ebcf05a87e03b2d88cd73196e7d"> 331</a></span>JSS(is_burned); <span class="comment">// out: nft_info (clio)</span></div>
|
|
<div class="line"><a id="l00332" name="l00332"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a021b626a35c9eeeb5e8a0cd2c79bb54f"> 332</a></span>JSS(isSerialized); <span class="comment">// out: RPC server_definitions</span></div>
|
|
<div class="line"><a id="l00333" name="l00333"></a><span class="lineno"> 333</span> <span class="comment">// matches definitions.json format</span></div>
|
|
<div class="line"><a id="l00334" name="l00334"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aace808c76a3ed9574f6b0e648b56ba4b"> 334</a></span>JSS(isSigningField); <span class="comment">// out: RPC server_definitions</span></div>
|
|
<div class="line"><a id="l00335" name="l00335"></a><span class="lineno"> 335</span> <span class="comment">// matches definitions.json format</span></div>
|
|
<div class="line"><a id="l00336" name="l00336"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a4948c4dd3cb41bcf3244b660b2f20549"> 336</a></span>JSS(isVLEncoded); <span class="comment">// out: RPC server_definitions</span></div>
|
|
<div class="line"><a id="l00337" name="l00337"></a><span class="lineno"> 337</span> <span class="comment">// matches definitions.json format</span></div>
|
|
<div class="line"><a id="l00338" name="l00338"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a7e299a1871aecf886aa10b578c6545c0"> 338</a></span>JSS(issuer); <span class="comment">// in: RipplePathFind, Subscribe,</span></div>
|
|
<div class="line"><a id="l00339" name="l00339"></a><span class="lineno"> 339</span> <span class="comment">// Unsubscribe, BookOffers</span></div>
|
|
<div class="line"><a id="l00340" name="l00340"></a><span class="lineno"> 340</span> <span class="comment">// out: STPathSet, STAmount</span></div>
|
|
<div class="line"><a id="l00341" name="l00341"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a8e2c359715479cdc1457576fcdaa1bce"> 341</a></span>JSS(job);</div>
|
|
<div class="line"><a id="l00342" name="l00342"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a173c811816e2dc2171e713b4cb4ca8bf"> 342</a></span>JSS(job_queue);</div>
|
|
<div class="line"><a id="l00343" name="l00343"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a4180ceb26394ec47ed00284996c9b5d8"> 343</a></span>JSS(jobs);</div>
|
|
<div class="line"><a id="l00344" name="l00344"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a0afcf3006ab72333c31530b7351857c6"> 344</a></span>JSS(jsonrpc); <span class="comment">// json version</span></div>
|
|
<div class="line"><a id="l00345" name="l00345"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a641417496c5a7634abfc852bbd0eb9d7"> 345</a></span>JSS(jq_trans_overflow); <span class="comment">// JobQueue transaction limit overflow.</span></div>
|
|
<div class="line"><a id="l00346" name="l00346"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#adecb26ce36b6b9762d766e2ab3396dc9"> 346</a></span>JSS(kept); <span class="comment">// out: SubmitTransaction</span></div>
|
|
<div class="line"><a id="l00347" name="l00347"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a406f85e2c5ae01882773cb4b09070f2b"> 347</a></span>JSS(key); <span class="comment">// out</span></div>
|
|
<div class="line"><a id="l00348" name="l00348"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a427a778204fa66a55c3683ed000c1e9c"> 348</a></span>JSS(key_type); <span class="comment">// in/out: WalletPropose, TransactionSign</span></div>
|
|
<div class="line"><a id="l00349" name="l00349"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aeae6972c9a347179222e4c3ca437ea42"> 349</a></span>JSS(latency); <span class="comment">// out: PeerImp</span></div>
|
|
<div class="line"><a id="l00350" name="l00350"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a3ff236a09100028b3cf7649f08742e01"> 350</a></span>JSS(last); <span class="comment">// out: RPCVersion</span></div>
|
|
<div class="line"><a id="l00351" name="l00351"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab46428949d3e39914238f5f8cc0f2551"> 351</a></span>JSS(last_close); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00352" name="l00352"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a7ee6521d32812087edec35dc47ca1781"> 352</a></span>JSS(last_refresh_time); <span class="comment">// out: ValidatorSite</span></div>
|
|
<div class="line"><a id="l00353" name="l00353"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aef21c6b9d2a8339207b1cb4949f24e72"> 353</a></span>JSS(last_refresh_status); <span class="comment">// out: ValidatorSite</span></div>
|
|
<div class="line"><a id="l00354" name="l00354"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a1714928cf2b78f86feaf169a5a52c644"> 354</a></span>JSS(last_refresh_message); <span class="comment">// out: ValidatorSite</span></div>
|
|
<div class="line"><a id="l00355" name="l00355"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a992bc8de5c39f87a28aa26d343c11e32"> 355</a></span>JSS(ledger); <span class="comment">// in: NetworkOPs, LedgerCleaner,</span></div>
|
|
<div class="line"><a id="l00356" name="l00356"></a><span class="lineno"> 356</span> <span class="comment">// RPCHelpers</span></div>
|
|
<div class="line"><a id="l00357" name="l00357"></a><span class="lineno"> 357</span> <span class="comment">// out: NetworkOPs, PeerImp</span></div>
|
|
<div class="line"><a id="l00358" name="l00358"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a675bf95ddfed251aeedce8eaaa748cbe"> 358</a></span>JSS(ledger_current_index); <span class="comment">// out: NetworkOPs, RPCHelpers,</span></div>
|
|
<div class="line"><a id="l00359" name="l00359"></a><span class="lineno"> 359</span> <span class="comment">// LedgerCurrent, LedgerAccept,</span></div>
|
|
<div class="line"><a id="l00360" name="l00360"></a><span class="lineno"> 360</span> <span class="comment">// AccountLines</span></div>
|
|
<div class="line"><a id="l00361" name="l00361"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#af3306e6b1b2d6b4ee00372b94eb7ef0a"> 361</a></span>JSS(ledger_data); <span class="comment">// out: LedgerHeader</span></div>
|
|
<div class="line"><a id="l00362" name="l00362"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aaeb14d8510ef99859f296a789e51f088"> 362</a></span>JSS(ledger_hash); <span class="comment">// in: RPCHelpers, LedgerRequest,</span></div>
|
|
<div class="line"><a id="l00363" name="l00363"></a><span class="lineno"> 363</span> <span class="comment">// RipplePathFind, TransactionEntry,</span></div>
|
|
<div class="line"><a id="l00364" name="l00364"></a><span class="lineno"> 364</span> <span class="comment">// handlers/Ledger</span></div>
|
|
<div class="line"><a id="l00365" name="l00365"></a><span class="lineno"> 365</span> <span class="comment">// out: NetworkOPs, RPCHelpers,</span></div>
|
|
<div class="line"><a id="l00366" name="l00366"></a><span class="lineno"> 366</span> <span class="comment">// LedgerClosed, LedgerData,</span></div>
|
|
<div class="line"><a id="l00367" name="l00367"></a><span class="lineno"> 367</span> <span class="comment">// AccountLines</span></div>
|
|
<div class="line"><a id="l00368" name="l00368"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a08df679178e9ac6201ca5d85d3bf8e38"> 368</a></span>JSS(ledger_hit_rate); <span class="comment">// out: GetCounts</span></div>
|
|
<div class="line"><a id="l00369" name="l00369"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a2c7231c67e2a5a5dab79fde4e24ce6d5"> 369</a></span>JSS(ledger_index); <span class="comment">// in/out: many</span></div>
|
|
<div class="line"><a id="l00370" name="l00370"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a047aecac6e8b1272f2f1bd6bd4f59b6b"> 370</a></span>JSS(ledger_index_max); <span class="comment">// in, out: AccountTx*</span></div>
|
|
<div class="line"><a id="l00371" name="l00371"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac4d1c3618248ee0fadfc5ebdaf90ab21"> 371</a></span>JSS(ledger_index_min); <span class="comment">// in, out: AccountTx*</span></div>
|
|
<div class="line"><a id="l00372" name="l00372"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab06c7c81e25495e0466163e3b6cc5ecc"> 372</a></span>JSS(ledger_max); <span class="comment">// in, out: AccountTx*</span></div>
|
|
<div class="line"><a id="l00373" name="l00373"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a8f9dcace83a46f1f1e12e10bafaec465"> 373</a></span>JSS(ledger_min); <span class="comment">// in, out: AccountTx*</span></div>
|
|
<div class="line"><a id="l00374" name="l00374"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a5b7555b733a4e1a0c5ec94f30751f470"> 374</a></span>JSS(ledger_time); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00375" name="l00375"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a6091f7a15b62b2256d439718a61ea8a0"> 375</a></span>JSS(LEDGER_ENTRY_TYPES); <span class="comment">// out: RPC server_definitions</span></div>
|
|
<div class="line"><a id="l00376" name="l00376"></a><span class="lineno"> 376</span> <span class="comment">// matches definitions.json format</span></div>
|
|
<div class="line"><a id="l00377" name="l00377"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a72b110f05042e0e6da706fe6aadac75d"> 377</a></span>JSS(levels); <span class="comment">// LogLevels</span></div>
|
|
<div class="line"><a id="l00378" name="l00378"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aa3afe635c40b7eba919b88f7d6ffa058"> 378</a></span>JSS(limit); <span class="comment">// in/out: AccountTx*, AccountOffers,</span></div>
|
|
<div class="line"><a id="l00379" name="l00379"></a><span class="lineno"> 379</span> <span class="comment">// AccountLines, AccountObjects</span></div>
|
|
<div class="line"><a id="l00380" name="l00380"></a><span class="lineno"> 380</span> <span class="comment">// in: LedgerData, BookOffers</span></div>
|
|
<div class="line"><a id="l00381" name="l00381"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a5bea40cc26d67ea2f069fd6bc22d4b98"> 381</a></span>JSS(limit_peer); <span class="comment">// out: AccountLines</span></div>
|
|
<div class="line"><a id="l00382" name="l00382"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab9c3372089b08854d1edc3d7a8ac442c"> 382</a></span>JSS(lines); <span class="comment">// out: AccountLines</span></div>
|
|
<div class="line"><a id="l00383" name="l00383"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a556ba5c427b4de420ba4fa95ccc8588b"> 383</a></span>JSS(list); <span class="comment">// out: ValidatorList</span></div>
|
|
<div class="line"><a id="l00384" name="l00384"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a4c6cccb2d97e9d74e0e7b84e638f4cbb"> 384</a></span>JSS(load); <span class="comment">// out: NetworkOPs, PeerImp</span></div>
|
|
<div class="line"><a id="l00385" name="l00385"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a383ec9b21645a71314feed235281ec3d"> 385</a></span>JSS(load_base); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00386" name="l00386"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#abf0c49f3f1d0b325d70e51bcad949eed"> 386</a></span>JSS(load_factor); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00387" name="l00387"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a6802d5c244124e8668e648c1eb35d13f"> 387</a></span>JSS(load_factor_cluster); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00388" name="l00388"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a90d596bc1be1e33aae7c1b4bbab85788"> 388</a></span>JSS(load_factor_fee_escalation); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00389" name="l00389"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aa34ec46a165e26160681a9bf02f47e8e"> 389</a></span>JSS(load_factor_fee_queue); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00390" name="l00390"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a13ba923543ae78606621a921f6d73f2f"> 390</a></span>JSS(load_factor_fee_reference); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00391" name="l00391"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a6a11292900910bfbc6250dc4b64dcadc"> 391</a></span>JSS(load_factor_local); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00392" name="l00392"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a4ed9602bfc5613fb72bba4bf6578b9b6"> 392</a></span>JSS(load_factor_net); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00393" name="l00393"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a245b4eda0af317f71dd64201e5de6c85"> 393</a></span>JSS(load_factor_server); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00394" name="l00394"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a373f4468b245935e969e055534b02dac"> 394</a></span>JSS(load_fee); <span class="comment">// out: LoadFeeTrackImp, NetworkOPs</span></div>
|
|
<div class="line"><a id="l00395" name="l00395"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#abd1f5c593f4a84b51f61fb98b1947f3f"> 395</a></span>JSS(local); <span class="comment">// out: resource/Logic.h</span></div>
|
|
<div class="line"><a id="l00396" name="l00396"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aac8e8f4c448f28283f3260e5726e16b7"> 396</a></span>JSS(local_txs); <span class="comment">// out: GetCounts</span></div>
|
|
<div class="line"><a id="l00397" name="l00397"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a066a511baab3a42710ee18b1467d0e64"> 397</a></span>JSS(local_static_keys); <span class="comment">// out: ValidatorList</span></div>
|
|
<div class="line"><a id="l00398" name="l00398"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#adb134623d2140c4d80871fbb52280ecc"> 398</a></span>JSS(locked); <span class="comment">// out: GatewayBalances</span></div>
|
|
<div class="line"><a id="l00399" name="l00399"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac5483f7a3d46b7255c08b6ed06b59328"> 399</a></span>JSS(low); <span class="comment">// out: BookChanges</span></div>
|
|
<div class="line"><a id="l00400" name="l00400"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ae22c1de160239666c2978a4ed8d0c08d"> 400</a></span>JSS(lowest_sequence); <span class="comment">// out: AccountInfo</span></div>
|
|
<div class="line"><a id="l00401" name="l00401"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a390ad84f4ee9211b8dfc8f9ba4afb1c9"> 401</a></span>JSS(lowest_ticket); <span class="comment">// out: AccountInfo</span></div>
|
|
<div class="line"><a id="l00402" name="l00402"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#abbab5cdb87150292730c2fd2150b5d4d"> 402</a></span>JSS(lp_token); <span class="comment">// out: amm_info</span></div>
|
|
<div class="line"><a id="l00403" name="l00403"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#af626284ae3dc6049b95e9b0e4f7a2e15"> 403</a></span>JSS(majority); <span class="comment">// out: RPC feature</span></div>
|
|
<div class="line"><a id="l00404" name="l00404"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad2bd13dd26ddb7dcbab1a30d0ad5d585"> 404</a></span>JSS(<a class="code hl_enumvalue" href="namespaceripple.html#ad5143ceada01141772ae4aab984f94bda7f5cb74af5d7f4b82200738fdbdc5a45">manifest</a>); <span class="comment">// out: ValidatorInfo, Manifest</span></div>
|
|
<div class="line"><a id="l00405" name="l00405"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac0bfb550d212b03bfd8e2148bd045177"> 405</a></span>JSS(marker); <span class="comment">// in/out: AccountTx, AccountOffers,</span></div>
|
|
<div class="line"><a id="l00406" name="l00406"></a><span class="lineno"> 406</span> <span class="comment">// AccountLines, AccountObjects,</span></div>
|
|
<div class="line"><a id="l00407" name="l00407"></a><span class="lineno"> 407</span> <span class="comment">// LedgerData</span></div>
|
|
<div class="line"><a id="l00408" name="l00408"></a><span class="lineno"> 408</span> <span class="comment">// in: BookOffers</span></div>
|
|
<div class="line"><a id="l00409" name="l00409"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#adc0d3b81f16a66efb835a20963fa7a91"> 409</a></span>JSS(master_key); <span class="comment">// out: WalletPropose, NetworkOPs,</span></div>
|
|
<div class="line"><a id="l00410" name="l00410"></a><span class="lineno"> 410</span> <span class="comment">// ValidatorInfo</span></div>
|
|
<div class="line"><a id="l00411" name="l00411"></a><span class="lineno"> 411</span> <span class="comment">// in/out: Manifest</span></div>
|
|
<div class="line"><a id="l00412" name="l00412"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a6ffbe65da7d08e8aa9fbdd569c3f803f"> 412</a></span>JSS(master_seed); <span class="comment">// out: WalletPropose</span></div>
|
|
<div class="line"><a id="l00413" name="l00413"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a90cb226d586e3a3974187f5a4917ccb8"> 413</a></span>JSS(master_seed_hex); <span class="comment">// out: WalletPropose</span></div>
|
|
<div class="line"><a id="l00414" name="l00414"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a2bb59f1e2ccc8fcf1022765b055ac8e8"> 414</a></span>JSS(master_signature); <span class="comment">// out: pubManifest</span></div>
|
|
<div class="line"><a id="l00415" name="l00415"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a8c5be9f9c158869fbe745859a13c0a39"> 415</a></span>JSS(max_ledger); <span class="comment">// in/out: LedgerCleaner</span></div>
|
|
<div class="line"><a id="l00416" name="l00416"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#af778b000f84666324b93a0c06a98b6e1"> 416</a></span>JSS(max_queue_size); <span class="comment">// out: TxQ</span></div>
|
|
<div class="line"><a id="l00417" name="l00417"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a8c3c692cc17a76c63a0961c9dcfd8792"> 417</a></span>JSS(max_spend_drops); <span class="comment">// out: AccountInfo</span></div>
|
|
<div class="line"><a id="l00418" name="l00418"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a2a597026393c9d7ab75e808201a8e7ed"> 418</a></span>JSS(max_spend_drops_total); <span class="comment">// out: AccountInfo</span></div>
|
|
<div class="line"><a id="l00419" name="l00419"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a2cceb890ae6d9584fd5693534f05922b"> 419</a></span>JSS(mean); <span class="comment">// out: get_aggregate_price</span></div>
|
|
<div class="line"><a id="l00420" name="l00420"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a62c21a1d2ca5a5811a90c2f8902995cd"> 420</a></span>JSS(median); <span class="comment">// out: get_aggregate_price</span></div>
|
|
<div class="line"><a id="l00421" name="l00421"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aedb5564b792c8255001275b457df1cd7"> 421</a></span>JSS(median_fee); <span class="comment">// out: TxQ</span></div>
|
|
<div class="line"><a id="l00422" name="l00422"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a4f81aef1a9bcae2f074b31ee373b94d9"> 422</a></span>JSS(median_level); <span class="comment">// out: TxQ</span></div>
|
|
<div class="line"><a id="l00423" name="l00423"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a5cd54ed1066847300869c4f6f4b624be"> 423</a></span>JSS(message); <span class="comment">// error.</span></div>
|
|
<div class="line"><a id="l00424" name="l00424"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a5a96309cb3f861cef5cd4f2ac6a44625"> 424</a></span>JSS(meta); <span class="comment">// out: NetworkOPs, AccountTx*, Tx</span></div>
|
|
<div class="line"><a id="l00425" name="l00425"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#af17a9a407dca4683fe11982586521f9c"> 425</a></span>JSS(meta_blob); <span class="comment">// out: NetworkOPs, AccountTx*, Tx</span></div>
|
|
<div class="line"><a id="l00426" name="l00426"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a90582d8dae6b02654a960471c58a6dfd"> 426</a></span>JSS(metaData);</div>
|
|
<div class="line"><a id="l00427" name="l00427"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a7bdf102a1b27098110dead1372aa9b5e"> 427</a></span>JSS(metadata); <span class="comment">// out: TransactionEntry</span></div>
|
|
<div class="line"><a id="l00428" name="l00428"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a5d9075b1c58ae9c75f9592da61924c93"> 428</a></span>JSS(method); <span class="comment">// RPC</span></div>
|
|
<div class="line"><a id="l00429" name="l00429"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a8681bb5e03eefa86e3659a614ebd07ff"> 429</a></span>JSS(methods);</div>
|
|
<div class="line"><a id="l00430" name="l00430"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#afd388f8eb1116c9890c0b9b66f9b4698"> 430</a></span>JSS(metrics); <span class="comment">// out: Peers</span></div>
|
|
<div class="line"><a id="l00431" name="l00431"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a0036690b962026ff10c95307a5a65b87"> 431</a></span>JSS(min_count); <span class="comment">// in: GetCounts</span></div>
|
|
<div class="line"><a id="l00432" name="l00432"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a544b34a294393261eed39f96860ef21d"> 432</a></span>JSS(min_ledger); <span class="comment">// in: LedgerCleaner</span></div>
|
|
<div class="line"><a id="l00433" name="l00433"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a3ec35c73fd9a79fbd39d141d9490f1b5"> 433</a></span>JSS(minimum_fee); <span class="comment">// out: TxQ</span></div>
|
|
<div class="line"><a id="l00434" name="l00434"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a43c27472d5aa7bfd0268742c7fa9d78a"> 434</a></span>JSS(minimum_level); <span class="comment">// out: TxQ</span></div>
|
|
<div class="line"><a id="l00435" name="l00435"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a435c67595d4fb9eda997fc38148c5992"> 435</a></span>JSS(missingCommand); <span class="comment">// error</span></div>
|
|
<div class="line"><a id="l00436" name="l00436"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a7d4c42927e3deaf2718257b187945bd1"> 436</a></span>JSS(name); <span class="comment">// out: AmendmentTableImpl, PeerImp</span></div>
|
|
<div class="line"><a id="l00437" name="l00437"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a4d1bee255ff817c13039f01b578bd04e"> 437</a></span>JSS(needed_state_hashes); <span class="comment">// out: InboundLedger</span></div>
|
|
<div class="line"><a id="l00438" name="l00438"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a0873b466701543ba534e57b4f29c87ce"> 438</a></span>JSS(needed_transaction_hashes); <span class="comment">// out: InboundLedger</span></div>
|
|
<div class="line"><a id="l00439" name="l00439"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ade22bdc9faf2b34a0ad6895de567b17e"> 439</a></span>JSS(network_id); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00440" name="l00440"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a70f97400a3740fd6ff4a4808d96fa385"> 440</a></span>JSS(network_ledger); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00441" name="l00441"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a5314dd903b04bfb0be2a2fb5e9f5e943"> 441</a></span>JSS(next_refresh_time); <span class="comment">// out: ValidatorSite</span></div>
|
|
<div class="line"><a id="l00442" name="l00442"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a0f208889b443f105e3d4d2a37d89dff2"> 442</a></span>JSS(nft_id); <span class="comment">// in: nft_sell_offers, nft_buy_offers</span></div>
|
|
<div class="line"><a id="l00443" name="l00443"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#af96e6b8ada045d9895c3b13e2fdd1f5f"> 443</a></span>JSS(nft_offer_index); <span class="comment">// out nft_buy_offers, nft_sell_offers</span></div>
|
|
<div class="line"><a id="l00444" name="l00444"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac903b8674b95c58a9bf72e1f54a78ac7"> 444</a></span>JSS(nft_serial); <span class="comment">// out: account_nfts</span></div>
|
|
<div class="line"><a id="l00445" name="l00445"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a92069238edaa24537d734c8401bf1e08"> 445</a></span>JSS(nft_taxon); <span class="comment">// out: nft_info (clio)</span></div>
|
|
<div class="line"><a id="l00446" name="l00446"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#adef643d18e3e22d3ce96274c004540b3"> 446</a></span>JSS(nftoken_id); <span class="comment">// out: insertNFTokenID</span></div>
|
|
<div class="line"><a id="l00447" name="l00447"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a3ab6201c7e304dde668c82cf9a8556e2"> 447</a></span>JSS(nftoken_ids); <span class="comment">// out: insertNFTokenID</span></div>
|
|
<div class="line"><a id="l00448" name="l00448"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a098e303535d59f2a1c222346648af4e1"> 448</a></span>JSS(no_ripple); <span class="comment">// out: AccountLines</span></div>
|
|
<div class="line"><a id="l00449" name="l00449"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a62085c1b921768741e00af54424dabe8"> 449</a></span>JSS(no_ripple_peer); <span class="comment">// out: AccountLines</span></div>
|
|
<div class="line"><a id="l00450" name="l00450"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a5ce1412776f6628085ada99ae860c496"> 450</a></span>JSS(node); <span class="comment">// out: LedgerEntry</span></div>
|
|
<div class="line"><a id="l00451" name="l00451"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a0cdc2371c0dd8d4f4faa58126a532193"> 451</a></span>JSS(node_binary); <span class="comment">// out: LedgerEntry</span></div>
|
|
<div class="line"><a id="l00452" name="l00452"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a89afdea55b77ffd7c0c5f92ec55f6f06"> 452</a></span>JSS(node_read_bytes); <span class="comment">// out: GetCounts</span></div>
|
|
<div class="line"><a id="l00453" name="l00453"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a1f76320b1f860ab0e2510496b25f84d5"> 453</a></span>JSS(node_read_errors); <span class="comment">// out: GetCounts</span></div>
|
|
<div class="line"><a id="l00454" name="l00454"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a4d767ff4480ea95fef87f65280c32341"> 454</a></span>JSS(node_read_retries); <span class="comment">// out: GetCounts</span></div>
|
|
<div class="line"><a id="l00455" name="l00455"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a37c493225502be5ff30227fb6f5a8ea9"> 455</a></span>JSS(node_reads_hit); <span class="comment">// out: GetCounts</span></div>
|
|
<div class="line"><a id="l00456" name="l00456"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a22fac9837a20d746c926090feccfde41"> 456</a></span>JSS(node_reads_total); <span class="comment">// out: GetCounts</span></div>
|
|
<div class="line"><a id="l00457" name="l00457"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a2d1927386a4f598a1fac81248719eb29"> 457</a></span>JSS(node_reads_duration_us); <span class="comment">// out: GetCounts</span></div>
|
|
<div class="line"><a id="l00458" name="l00458"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ade0100e0c0f7185673cb60099f69ef39"> 458</a></span>JSS(node_size); <span class="comment">// out: server_info</span></div>
|
|
<div class="line"><a id="l00459" name="l00459"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a1154af7880e86dc85bb43c688e9f9fed"> 459</a></span>JSS(nodes); <span class="comment">// out: VaultInfo</span></div>
|
|
<div class="line"><a id="l00460" name="l00460"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a115fc43a11cbf6662f80bc28e7cf9cb7"> 460</a></span>JSS(nodestore); <span class="comment">// out: GetCounts</span></div>
|
|
<div class="line"><a id="l00461" name="l00461"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aebc8390afa967a29debdc5bf919f29a5"> 461</a></span>JSS(node_writes); <span class="comment">// out: GetCounts</span></div>
|
|
<div class="line"><a id="l00462" name="l00462"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ae1a55e6dc828b545c246bce2fd5f612b"> 462</a></span>JSS(node_written_bytes); <span class="comment">// out: GetCounts</span></div>
|
|
<div class="line"><a id="l00463" name="l00463"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a77238346f1b44643500210cd3d424553"> 463</a></span>JSS(node_writes_duration_us); <span class="comment">// out: GetCounts</span></div>
|
|
<div class="line"><a id="l00464" name="l00464"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#af32cc33872d30172ae95d39280f76c0d"> 464</a></span>JSS(node_write_retries); <span class="comment">// out: GetCounts</span></div>
|
|
<div class="line"><a id="l00465" name="l00465"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a344b30d62916b0ac04ca7c99322b4c4d"> 465</a></span>JSS(node_writes_delayed); <span class="comment">// out::GetCounts</span></div>
|
|
<div class="line"><a id="l00466" name="l00466"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a436684afdd839c04bbe23dfb17e0f2ab"> 466</a></span>JSS(nth); <span class="comment">// out: RPC server_definitions</span></div>
|
|
<div class="line"><a id="l00467" name="l00467"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a4c1c6394675679df4cbccfcf6669e415"> 467</a></span>JSS(obligations); <span class="comment">// out: GatewayBalances</span></div>
|
|
<div class="line"><a id="l00468" name="l00468"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a0d05c76a6523c8b9322876f900118c12"> 468</a></span>JSS(offers); <span class="comment">// out: NetworkOPs, AccountOffers, Subscribe</span></div>
|
|
<div class="line"><a id="l00469" name="l00469"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a006d39abc0514ebcb18286a65283b752"> 469</a></span>JSS(offer_id); <span class="comment">// out: insertNFTokenOfferID</span></div>
|
|
<div class="line"><a id="l00470" name="l00470"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#add2923b71f2b172f1194f98309a2e241"> 470</a></span>JSS(offline); <span class="comment">// in: TransactionSign</span></div>
|
|
<div class="line"><a id="l00471" name="l00471"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a6cbba2e11f288b221785c2ba8c7ef660"> 471</a></span>JSS(offset); <span class="comment">// in/out: AccountTxOld</span></div>
|
|
<div class="line"><a id="l00472" name="l00472"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a74a2a83ae37909eea587bb4fc93d4d3d"> 472</a></span>JSS(<a class="code hl_enumvalue" href="namespaceripple.html#a77adb10ef53a2e25195ccd38b46bfe9ba7cef8a734855777c2a9d0caf42666e69">open</a>); <span class="comment">// out: handlers/Ledger</span></div>
|
|
<div class="line"><a id="l00473" name="l00473"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a17303714c81b985a736e2a6d4a377ed7"> 473</a></span>JSS(open_ledger_cost); <span class="comment">// out: SubmitTransaction</span></div>
|
|
<div class="line"><a id="l00474" name="l00474"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a1958ad7592fcfbe13fdceb1e965b54cf"> 474</a></span>JSS(open_ledger_fee); <span class="comment">// out: TxQ</span></div>
|
|
<div class="line"><a id="l00475" name="l00475"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a1f5eeb938cd57eaec4f680ec5e626051"> 475</a></span>JSS(open_ledger_level); <span class="comment">// out: TxQ</span></div>
|
|
<div class="line"><a id="l00476" name="l00476"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a179e4161165842e8a860f05d11d65b71"> 476</a></span>JSS(oracles); <span class="comment">// in: get_aggregate_price</span></div>
|
|
<div class="line"><a id="l00477" name="l00477"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a37b8e7741d86452a4f70b4fcfaa61143"> 477</a></span>JSS(oracle_document_id); <span class="comment">// in: get_aggregate_price</span></div>
|
|
<div class="line"><a id="l00478" name="l00478"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aa9cfe2151c29a8c510fc66523d88c409"> 478</a></span>JSS(owner); <span class="comment">// in: LedgerEntry, out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00479" name="l00479"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a6984e6a016f86b4559beb39101d970ad"> 479</a></span>JSS(owner_funds); <span class="comment">// in/out: Ledger, NetworkOPs, AcceptedLedgerTx</span></div>
|
|
<div class="line"><a id="l00480" name="l00480"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a54d8e4416540559d3b2c7f68e9160303"> 480</a></span>JSS(page_index);</div>
|
|
<div class="line"><a id="l00481" name="l00481"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#af39b84953ad76f2caab306726e10cdce"> 481</a></span>JSS(params); <span class="comment">// RPC</span></div>
|
|
<div class="line"><a id="l00482" name="l00482"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a72de494d7ba36760386c50b2d947fd18"> 482</a></span>JSS(parent_close_time); <span class="comment">// out: LedgerToJson</span></div>
|
|
<div class="line"><a id="l00483" name="l00483"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aa9ba5e244629a133b8c6c24dd5388e6d"> 483</a></span>JSS(parent_hash); <span class="comment">// out: LedgerToJson</span></div>
|
|
<div class="line"><a id="l00484" name="l00484"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#afd0df8b37f6f52b0f690338508187086"> 484</a></span>JSS(partition); <span class="comment">// in: LogLevel</span></div>
|
|
<div class="line"><a id="l00485" name="l00485"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a86461ac8d22c5d7011d8a5a2438095b3"> 485</a></span>JSS(passphrase); <span class="comment">// in: WalletPropose</span></div>
|
|
<div class="line"><a id="l00486" name="l00486"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a41a4b92b7d4a072018c395e42d7eb867"> 486</a></span>JSS(password); <span class="comment">// in: Subscribe</span></div>
|
|
<div class="line"><a id="l00487" name="l00487"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#af624b4728b1943720cbe71f5ff390943"> 487</a></span>JSS(paths); <span class="comment">// in: RipplePathFind</span></div>
|
|
<div class="line"><a id="l00488" name="l00488"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#abb3be6225bed3b89300ea12e3d48fc16"> 488</a></span>JSS(paths_canonical); <span class="comment">// out: RipplePathFind</span></div>
|
|
<div class="line"><a id="l00489" name="l00489"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a6c0933e11f6a25f959ff939a3045e0ac"> 489</a></span>JSS(paths_computed); <span class="comment">// out: PathRequest, RipplePathFind</span></div>
|
|
<div class="line"><a id="l00490" name="l00490"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a59b7bc58e5605b228176d8b7509a8c65"> 490</a></span>JSS(peer); <span class="comment">// in: AccountLines</span></div>
|
|
<div class="line"><a id="l00491" name="l00491"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad8ff0d62f2883de7f8905311ed406103"> 491</a></span>JSS(peer_authorized); <span class="comment">// out: AccountLines</span></div>
|
|
<div class="line"><a id="l00492" name="l00492"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad8bb0359456f031169a4c6ddec5c129a"> 492</a></span>JSS(peer_id); <span class="comment">// out: RCLCxPeerPos</span></div>
|
|
<div class="line"><a id="l00493" name="l00493"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a7e1a66a281df46a5ed4e01b14c899e38"> 493</a></span>JSS(peers); <span class="comment">// out: InboundLedger, handlers/Peers, Overlay</span></div>
|
|
<div class="line"><a id="l00494" name="l00494"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a88d37f07b853e2c1f60a31f424ffd5ce"> 494</a></span>JSS(peer_disconnects); <span class="comment">// Severed peer connection counter.</span></div>
|
|
<div class="line"><a id="l00495" name="l00495"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a129c4f438a7222b0d4ab097a9b4bd814"> 495</a></span>JSS(peer_disconnects_resources); <span class="comment">// Severed peer connections because of</span></div>
|
|
<div class="line"><a id="l00496" name="l00496"></a><span class="lineno"> 496</span> <span class="comment">// excess resource consumption.</span></div>
|
|
<div class="line"><a id="l00497" name="l00497"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aadf5b61855beac3c7038de8009f4ce73"> 497</a></span>JSS(port); <span class="comment">// in: Connect, out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00498" name="l00498"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#af5c8cca3a23cc5e525f8ba4f1cebabc8"> 498</a></span>JSS(ports); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00499" name="l00499"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#afdb2d45c51e33968c1ff8ae7253e74f6"> 499</a></span>JSS(previous); <span class="comment">// out: Reservations</span></div>
|
|
<div class="line"><a id="l00500" name="l00500"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#acdeff6961b45ef1da68dce5b1e7335de"> 500</a></span>JSS(previous_ledger); <span class="comment">// out: LedgerPropose</span></div>
|
|
<div class="line"><a id="l00501" name="l00501"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a7d94eb864fe834ab6f7ddb914431c0fe"> 501</a></span>JSS(price); <span class="comment">// out: amm_info, AuctionSlot</span></div>
|
|
<div class="line"><a id="l00502" name="l00502"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aae7a0aeb3b8036a6a881a0e8d5154625"> 502</a></span>JSS(proof); <span class="comment">// in: BookOffers</span></div>
|
|
<div class="line"><a id="l00503" name="l00503"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a3a888a411dcef169a956cae089a33573"> 503</a></span>JSS(propose_seq); <span class="comment">// out: LedgerPropose</span></div>
|
|
<div class="line"><a id="l00504" name="l00504"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a109e160e7f01eda1c4e0b2f62b044f3c"> 504</a></span>JSS(proposers); <span class="comment">// out: NetworkOPs, LedgerConsensus</span></div>
|
|
<div class="line"><a id="l00505" name="l00505"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#addd2ba49519cf4c184288ab57b3a4115"> 505</a></span>JSS(<a class="code hl_namespace" href="namespaceprotocol.html">protocol</a>); <span class="comment">// out: NetworkOPs, PeerImp</span></div>
|
|
<div class="line"><a id="l00506" name="l00506"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aca834f8a93d2b4610b0da7c0095978af"> 506</a></span>JSS(proxied); <span class="comment">// out: RPC ping</span></div>
|
|
<div class="line"><a id="l00507" name="l00507"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a156846a12e4481025f044acf1382c383"> 507</a></span>JSS(pubkey_node); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00508" name="l00508"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a40e55c8a5223e39f492bfb1215cbc9aa"> 508</a></span>JSS(pubkey_publisher); <span class="comment">// out: ValidatorList</span></div>
|
|
<div class="line"><a id="l00509" name="l00509"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aebc6a9c0935c49aba5010b9026ce880e"> 509</a></span>JSS(pubkey_validator); <span class="comment">// out: NetworkOPs, ValidatorList</span></div>
|
|
<div class="line"><a id="l00510" name="l00510"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ae45158a42c79f0f50aed8c8cc0553d30"> 510</a></span>JSS(public_key); <span class="comment">// out: OverlayImpl, PeerImp, WalletPropose,</span></div>
|
|
<div class="line"><a id="l00511" name="l00511"></a><span class="lineno"> 511</span> <span class="comment">// ValidatorInfo</span></div>
|
|
<div class="line"><a id="l00512" name="l00512"></a><span class="lineno"> 512</span> <span class="comment">// in/out: Manifest</span></div>
|
|
<div class="line"><a id="l00513" name="l00513"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a6a2f90321e9be56fd5a344c431aa95ea"> 513</a></span>JSS(public_key_hex); <span class="comment">// out: WalletPropose</span></div>
|
|
<div class="line"><a id="l00514" name="l00514"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a671b12f8ca23cfd12363ec4b1f723d6b"> 514</a></span>JSS(published_ledger); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00515" name="l00515"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aa75a8d5cb609d4cceb2d15eb13212e43"> 515</a></span>JSS(publisher_lists); <span class="comment">// out: ValidatorList</span></div>
|
|
<div class="line"><a id="l00516" name="l00516"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a27f2611bb5cb26cb7dd7523bc0ad0dee"> 516</a></span>JSS(quality); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00517" name="l00517"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad03aa2d2fd83909d2e237a463010f121"> 517</a></span>JSS(quality_in); <span class="comment">// out: AccountLines</span></div>
|
|
<div class="line"><a id="l00518" name="l00518"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a65e4d5e35f00f6cdae89ba256619d4ef"> 518</a></span>JSS(quality_out); <span class="comment">// out: AccountLines</span></div>
|
|
<div class="line"><a id="l00519" name="l00519"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a7151e1b6cd5e6b1be198a56cd01597ef"> 519</a></span>JSS(queue); <span class="comment">// in: AccountInfo</span></div>
|
|
<div class="line"><a id="l00520" name="l00520"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a1b1fb3bd7ac8c3663af34bd384ae2355"> 520</a></span>JSS(queue_data); <span class="comment">// out: AccountInfo</span></div>
|
|
<div class="line"><a id="l00521" name="l00521"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad88d8e74f87b163bf99549092aaf4b20"> 521</a></span>JSS(queued); <span class="comment">// out: SubmitTransaction</span></div>
|
|
<div class="line"><a id="l00522" name="l00522"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a9ccfabf15341bdacf0ac717557a0af23"> 522</a></span>JSS(queued_duration_us);</div>
|
|
<div class="line"><a id="l00523" name="l00523"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab4026c227fea7503dce12efbce033605"> 523</a></span>JSS(quote_asset); <span class="comment">// in: get_aggregate_price</span></div>
|
|
<div class="line"><a id="l00524" name="l00524"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ae32a9da487a082aff61a78419b1a4b44"> 524</a></span>JSS(random); <span class="comment">// out: Random</span></div>
|
|
<div class="line"><a id="l00525" name="l00525"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ae2351e897c6dca3c3aab25bb17086100"> 525</a></span>JSS(raw_meta); <span class="comment">// out: AcceptedLedgerTx</span></div>
|
|
<div class="line"><a id="l00526" name="l00526"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a47b7654a9a4eef538dc7f309780e061c"> 526</a></span>JSS(receive_currencies); <span class="comment">// out: AccountCurrencies</span></div>
|
|
<div class="line"><a id="l00527" name="l00527"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a4b7000091c118b53355d3b8d198d3971"> 527</a></span>JSS(reference_level); <span class="comment">// out: TxQ</span></div>
|
|
<div class="line"><a id="l00528" name="l00528"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a266812190eb5b39cf50d8cff6301fd68"> 528</a></span>JSS(refresh_interval); <span class="comment">// in: UNL</span></div>
|
|
<div class="line"><a id="l00529" name="l00529"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a853d712e533630145a9070d8de85c79c"> 529</a></span>JSS(refresh_interval_min); <span class="comment">// out: ValidatorSites</span></div>
|
|
<div class="line"><a id="l00530" name="l00530"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a946b6283b24392f9786b2ca7e61d11be"> 530</a></span>JSS(regular_seed); <span class="comment">// in/out: LedgerEntry</span></div>
|
|
<div class="line"><a id="l00531" name="l00531"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a16710749bcca2b74e4ce87362c895550"> 531</a></span>JSS(remaining); <span class="comment">// out: ValidatorList</span></div>
|
|
<div class="line"><a id="l00532" name="l00532"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aaa1fb1f97e994f096b2720c0177b1b64"> 532</a></span>JSS(remote); <span class="comment">// out: Logic.h</span></div>
|
|
<div class="line"><a id="l00533" name="l00533"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a1ddddc3f0a35d9b0dc63eefe5d329ece"> 533</a></span>JSS(request); <span class="comment">// RPC</span></div>
|
|
<div class="line"><a id="l00534" name="l00534"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a031ab5db8b438db6e044bb615dcd437f"> 534</a></span>JSS(requested); <span class="comment">// out: Manifest</span></div>
|
|
<div class="line"><a id="l00535" name="l00535"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a23b89ac7132b73c99b2c4eeb6a7d5ba8"> 535</a></span>JSS(reservations); <span class="comment">// out: Reservations</span></div>
|
|
<div class="line"><a id="l00536" name="l00536"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a06e38430b8efacb449dae68e3e4bd719"> 536</a></span>JSS(reserve_base); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00537" name="l00537"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad3f0b63bc2dc00989d74e5e2a98d8cef"> 537</a></span>JSS(reserve_base_xrp); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00538" name="l00538"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a434d67df095e4b93d2888329a312f249"> 538</a></span>JSS(reserve_inc); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00539" name="l00539"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a30d26962060ab84f953bd174d741ef35"> 539</a></span>JSS(reserve_inc_xrp); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00540" name="l00540"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#afa9140cf9fc26b240b3cf9d7fd9a543a"> 540</a></span>JSS(response); <span class="comment">// websocket</span></div>
|
|
<div class="line"><a id="l00541" name="l00541"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab002c1b47c7b6c1196acae240c368fd8"> 541</a></span>JSS(result); <span class="comment">// RPC</span></div>
|
|
<div class="line"><a id="l00542" name="l00542"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aad2d58ba32ffb0f05e20ec574f739730"> 542</a></span>JSS(ripple_lines); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00543" name="l00543"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a833d63c2022621a71bca7c976fcbe2c4"> 543</a></span>JSS(ripple_state); <span class="comment">// in: LedgerEntr</span></div>
|
|
<div class="line"><a id="l00544" name="l00544"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aceed5baff161853077dd6dc6156a59c7"> 544</a></span>JSS(ripplerpc); <span class="comment">// ripple RPC version</span></div>
|
|
<div class="line"><a id="l00545" name="l00545"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ae0d5803772678f19be9d7f4bd8b39fac"> 545</a></span>JSS(role); <span class="comment">// out: Ping.cpp</span></div>
|
|
<div class="line"><a id="l00546" name="l00546"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#acfb087c654466263af799d1ef4415621"> 546</a></span>JSS(rpc);</div>
|
|
<div class="line"><a id="l00547" name="l00547"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aee7d0dc691e3014ab6e0241581527dd0"> 547</a></span>JSS(rt_accounts); <span class="comment">// in: Subscribe, Unsubscribe</span></div>
|
|
<div class="line"><a id="l00548" name="l00548"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac10cf2f8c791afac756962bfdf0f0e03"> 548</a></span>JSS(running_duration_us);</div>
|
|
<div class="line"><a id="l00549" name="l00549"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac20f25e4c6699c9a11bb2dbdbfbd35b9"> 549</a></span>JSS(search_depth); <span class="comment">// in: RipplePathFind</span></div>
|
|
<div class="line"><a id="l00550" name="l00550"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a33fdabee7255bc9cc0e6e02e969fd299"> 550</a></span>JSS(searched_all); <span class="comment">// out: Tx</span></div>
|
|
<div class="line"><a id="l00551" name="l00551"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab4bf22346e3ce730490fbac54e554319"> 551</a></span>JSS(secret); <span class="comment">// in: TransactionSign,</span></div>
|
|
<div class="line"><a id="l00552" name="l00552"></a><span class="lineno"> 552</span> <span class="comment">// ValidationCreate, ValidationSeed,</span></div>
|
|
<div class="line"><a id="l00553" name="l00553"></a><span class="lineno"> 553</span> <span class="comment">// channel_authorize</span></div>
|
|
<div class="line"><a id="l00554" name="l00554"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a769765c53f57269b83469eb86fc43a2a"> 554</a></span>JSS(seed); <span class="comment">//</span></div>
|
|
<div class="line"><a id="l00555" name="l00555"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a18388591c49bdd58426717b896454422"> 555</a></span>JSS(seed_hex); <span class="comment">// in: WalletPropose, TransactionSign</span></div>
|
|
<div class="line"><a id="l00556" name="l00556"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a19c5c81ca6ad9e1d521ffe82d8bc82bf"> 556</a></span>JSS(send_currencies); <span class="comment">// out: AccountCurrencies</span></div>
|
|
<div class="line"><a id="l00557" name="l00557"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a6558b4b11170f4fcde5bd6785543db00"> 557</a></span>JSS(send_max); <span class="comment">// in: PathRequest, RipplePathFind</span></div>
|
|
<div class="line"><a id="l00558" name="l00558"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a21e87d098bb9496f57815da1ed358268"> 558</a></span>JSS(seq); <span class="comment">// in: LedgerEntry;</span></div>
|
|
<div class="line"><a id="l00559" name="l00559"></a><span class="lineno"> 559</span> <span class="comment">// out: NetworkOPs, RPCSub, AccountOffers,</span></div>
|
|
<div class="line"><a id="l00560" name="l00560"></a><span class="lineno"> 560</span> <span class="comment">// ValidatorList, ValidatorInfo, Manifest</span></div>
|
|
<div class="line"><a id="l00561" name="l00561"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ae76e64937bdbbe06eb62cb73d3db5b44"> 561</a></span>JSS(sequence); <span class="comment">// in: UNL</span></div>
|
|
<div class="line"><a id="l00562" name="l00562"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a6bcffda6c02a858abbeecdf9e58d6d19"> 562</a></span>JSS(sequence_count); <span class="comment">// out: AccountInfo</span></div>
|
|
<div class="line"><a id="l00563" name="l00563"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a87398173e2f3a0763f49b9144f247394"> 563</a></span>JSS(server_domain); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00564" name="l00564"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ae8685ce87a27424455d732e70d6749e9"> 564</a></span>JSS(server_state); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00565" name="l00565"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a72748915540b0400ebdfd7d350940dd5"> 565</a></span>JSS(server_state_duration_us);<span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00566" name="l00566"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#af11133bbbb71606c744f48cf7cc73ffc"> 566</a></span>JSS(server_status); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00567" name="l00567"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aaaf7f7ce7cef0bc80576bce7dd083191"> 567</a></span>JSS(server_version); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00568" name="l00568"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a215e9223a6ae3e03e928c0052194dce2"> 568</a></span>JSS(settle_delay); <span class="comment">// out: AccountChannels</span></div>
|
|
<div class="line"><a id="l00569" name="l00569"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab446d169fde4c5d39607f455ef7409d1"> 569</a></span>JSS(severity); <span class="comment">// in: LogLevel</span></div>
|
|
<div class="line"><a id="l00570" name="l00570"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab4c66afa99abdb75b506130471bd8274"> 570</a></span>JSS(shares); <span class="comment">// out: VaultInfo</span></div>
|
|
<div class="line"><a id="l00571" name="l00571"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad1550695b4ced1ef2148768548629164"> 571</a></span>JSS(signature); <span class="comment">// out: NetworkOPs, ChannelAuthorize</span></div>
|
|
<div class="line"><a id="l00572" name="l00572"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a27e7424f63a6ba421a741a060883a9eb"> 572</a></span>JSS(signature_verified); <span class="comment">// out: ChannelVerify</span></div>
|
|
<div class="line"><a id="l00573" name="l00573"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a33cf28c33911e126a41f5a52cc2aa76f"> 573</a></span>JSS(signing_key); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00574" name="l00574"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a0774d2833b9d21039c9d915b80ba5fd6"> 574</a></span>JSS(signing_keys); <span class="comment">// out: ValidatorList</span></div>
|
|
<div class="line"><a id="l00575" name="l00575"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a04d13dd9fcb31ff9cd99da7ef25ea89c"> 575</a></span>JSS(signing_time); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00576" name="l00576"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a5077d3e4db756f7aa886582b511f3e89"> 576</a></span>JSS(signer_lists); <span class="comment">// in/out: AccountInfo</span></div>
|
|
<div class="line"><a id="l00577" name="l00577"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a018cba8ecd903015c438d5d1b3df8181"> 577</a></span>JSS(size); <span class="comment">// out: get_aggregate_price</span></div>
|
|
<div class="line"><a id="l00578" name="l00578"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a1c5210d6f3f79fd228eba85b3feabe0c"> 578</a></span>JSS(snapshot); <span class="comment">// in: Subscribe</span></div>
|
|
<div class="line"><a id="l00579" name="l00579"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a61c4b74cb35954d878c11c38dbb0254f"> 579</a></span>JSS(source_account); <span class="comment">// in: PathRequest, RipplePathFind</span></div>
|
|
<div class="line"><a id="l00580" name="l00580"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad8a759db804a103c90e042ab4608311d"> 580</a></span>JSS(source_amount); <span class="comment">// in: PathRequest, RipplePathFind</span></div>
|
|
<div class="line"><a id="l00581" name="l00581"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a968ac5fa6e358f5193e20dc6a101f976"> 581</a></span>JSS(source_currencies); <span class="comment">// in: PathRequest, RipplePathFind</span></div>
|
|
<div class="line"><a id="l00582" name="l00582"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ae01769c00a852c87146be4838c09ee5a"> 582</a></span>JSS(source_tag); <span class="comment">// out: AccountChannels</span></div>
|
|
<div class="line"><a id="l00583" name="l00583"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a1f82e43f1a1cc57d6a8041df58147f4b"> 583</a></span>JSS(stand_alone); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00584" name="l00584"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad71e402b2d9b1d0fff12a45f5c3c5d10"> 584</a></span>JSS(standard_deviation); <span class="comment">// out: get_aggregate_price</span></div>
|
|
<div class="line"><a id="l00585" name="l00585"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ae05699a4fc7b4f776ec152d5b669d1d4"> 585</a></span>JSS(start); <span class="comment">// in: TxHistory</span></div>
|
|
<div class="line"><a id="l00586" name="l00586"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a5beb9c603c6cfda1046a50f82afe9cc1"> 586</a></span>JSS(started);</div>
|
|
<div class="line"><a id="l00587" name="l00587"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac084abe0606a3c9744be7b65bfeaacb3"> 587</a></span>JSS(state_accounting); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00588" name="l00588"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aa99a557008270f1242d9b52f96f4be9c"> 588</a></span>JSS(state_now); <span class="comment">// in: Subscribe</span></div>
|
|
<div class="line"><a id="l00589" name="l00589"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a99c005c5372a36bdc9701d33927a8ef1"> 589</a></span>JSS(status); <span class="comment">// error</span></div>
|
|
<div class="line"><a id="l00590" name="l00590"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a6c3c1b21b83ecd9cde9b44c88d122a54"> 590</a></span>JSS(stop); <span class="comment">// in: LedgerCleaner</span></div>
|
|
<div class="line"><a id="l00591" name="l00591"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac86d222f149d24b7d9e76f3130eb1269"> 591</a></span>JSS(stop_history_tx_only); <span class="comment">// in: Unsubscribe, stop history tx stream</span></div>
|
|
<div class="line"><a id="l00592" name="l00592"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a6acad949a2216ac90b3dad8d1adfadbf"> 592</a></span>JSS(streams); <span class="comment">// in: Subscribe, Unsubscribe</span></div>
|
|
<div class="line"><a id="l00593" name="l00593"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aa24b295ccb87952511a3765611ee8a15"> 593</a></span>JSS(strict); <span class="comment">// in: AccountCurrencies, AccountInfo</span></div>
|
|
<div class="line"><a id="l00594" name="l00594"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a581b4c11fce8f5c5b4f29f6bccce313e"> 594</a></span>JSS(sub_index); <span class="comment">// in: LedgerEntry</span></div>
|
|
<div class="line"><a id="l00595" name="l00595"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aaaced786b6acbd66d6abc597e30aa44b"> 595</a></span>JSS(subcommand); <span class="comment">// in: PathFind</span></div>
|
|
<div class="line"><a id="l00596" name="l00596"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a15d484051b3bacfdd5a6ba6a0da32d96"> 596</a></span>JSS(subject); <span class="comment">// in: LedgerEntry Credential</span></div>
|
|
<div class="line"><a id="l00597" name="l00597"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#adabda57626831652b07085fc47e18696"> 597</a></span>JSS(<a class="code hl_enumvalue" href="namespaceripple.html#a8f71b86b6529e14eaa595d90bc74ae52a260ca9dd8a4577fc00b7bd5810298076">success</a>); <span class="comment">// rpc</span></div>
|
|
<div class="line"><a id="l00598" name="l00598"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a171adf01fa70537328e34d8bdf5dfd57"> 598</a></span>JSS(supported); <span class="comment">// out: AmendmentTableImpl</span></div>
|
|
<div class="line"><a id="l00599" name="l00599"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aadc8fba1f5e3eb9edefed2d832519ce8"> 599</a></span>JSS(sync_mode); <span class="comment">// in: Submit</span></div>
|
|
<div class="line"><a id="l00600" name="l00600"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a178fffb2f1426d3203e6e390e4d117fd"> 600</a></span>JSS(system_time_offset); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00601" name="l00601"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a8617ac2597ab5a7a90518b677b6b42a7"> 601</a></span>JSS(tag); <span class="comment">// out: Peers</span></div>
|
|
<div class="line"><a id="l00602" name="l00602"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a701bdeea142b039b979776a828d16eba"> 602</a></span>JSS(taker); <span class="comment">// in: Subscribe, BookOffers</span></div>
|
|
<div class="line"><a id="l00603" name="l00603"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a02821ca009e61f5a8252b97b9e4180f7"> 603</a></span>JSS(taker_gets); <span class="comment">// in: Subscribe, Unsubscribe, BookOffers</span></div>
|
|
<div class="line"><a id="l00604" name="l00604"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a64796224848c31756b72ea7b94b33a16"> 604</a></span>JSS(taker_gets_funded); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00605" name="l00605"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#adbe5fd10d28a75bd2d459892e99a6dd6"> 605</a></span>JSS(taker_pays); <span class="comment">// in: Subscribe, Unsubscribe, BookOffers</span></div>
|
|
<div class="line"><a id="l00606" name="l00606"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aba7b6f1e4b78fe190129102c0555c036"> 606</a></span>JSS(taker_pays_funded); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00607" name="l00607"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#af4a7790c97568179536f320eb5495607"> 607</a></span>JSS(threshold); <span class="comment">// in: Blacklist</span></div>
|
|
<div class="line"><a id="l00608" name="l00608"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aaca215628a9d1510b6a5f393e8b64938"> 608</a></span>JSS(ticket_count); <span class="comment">// out: AccountInfo</span></div>
|
|
<div class="line"><a id="l00609" name="l00609"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a37bc74d8038b2baf2a4a203ae5a98d14"> 609</a></span>JSS(ticket_seq); <span class="comment">// in: LedgerEntry</span></div>
|
|
<div class="line"><a id="l00610" name="l00610"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aa0aefbfa4e0f02fdbd53c8212991e02e"> 610</a></span>JSS(time);</div>
|
|
<div class="line"><a id="l00611" name="l00611"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aae8c9fa4189cd14b5481764a80418d7f"> 611</a></span>JSS(timeouts); <span class="comment">// out: InboundLedger</span></div>
|
|
<div class="line"><a id="l00612" name="l00612"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a73013d8b12becf8ac18cefa4d73c3542"> 612</a></span>JSS(time_threshold); <span class="comment">// in/out: Oracle aggregate</span></div>
|
|
<div class="line"><a id="l00613" name="l00613"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a1b61c581e0d5044c1127ccec39d3fa31"> 613</a></span>JSS(time_interval); <span class="comment">// out: AMM Auction Slot</span></div>
|
|
<div class="line"><a id="l00614" name="l00614"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a77cbaa22a5bdecbd66da66fb5820905f"> 614</a></span>JSS(track); <span class="comment">// out: PeerImp</span></div>
|
|
<div class="line"><a id="l00615" name="l00615"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#abc7bcf1d46991c52aab8ed71c2c39592"> 615</a></span>JSS(traffic); <span class="comment">// out: Overlay</span></div>
|
|
<div class="line"><a id="l00616" name="l00616"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a11d7afd71d2a7869bf1d2962c9368c02"> 616</a></span>JSS(trim); <span class="comment">// in: get_aggregate_price</span></div>
|
|
<div class="line"><a id="l00617" name="l00617"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a9c92fcb8d690df4022df6f3418216368"> 617</a></span>JSS(trimmed_set); <span class="comment">// out: get_aggregate_price</span></div>
|
|
<div class="line"><a id="l00618" name="l00618"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a2712ee652daa312fbbe0ea559fc7a244"> 618</a></span>JSS(total); <span class="comment">// out: counters</span></div>
|
|
<div class="line"><a id="l00619" name="l00619"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a116f5be949510e9ba0b5bc2cb2174815"> 619</a></span>JSS(total_bytes_recv); <span class="comment">// out: Peers</span></div>
|
|
<div class="line"><a id="l00620" name="l00620"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a6653e44f5fbc21357fc41f0906d3b8ff"> 620</a></span>JSS(total_bytes_sent); <span class="comment">// out: Peers</span></div>
|
|
<div class="line"><a id="l00621" name="l00621"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a5ab7a11fe58d083882f5ef160a96152d"> 621</a></span>JSS(total_coins); <span class="comment">// out: LedgerToJson</span></div>
|
|
<div class="line"><a id="l00622" name="l00622"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a11f7772bd29446e151bccad14a9fe440"> 622</a></span>JSS(trading_fee); <span class="comment">// out: amm_info</span></div>
|
|
<div class="line"><a id="l00623" name="l00623"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a09708673233aa9b917055a4a053c486c"> 623</a></span>JSS(transTreeHash); <span class="comment">// out: ledger/Ledger.cpp</span></div>
|
|
<div class="line"><a id="l00624" name="l00624"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a4fc64264521261517967946a0bd3e630"> 624</a></span>JSS(transaction); <span class="comment">// in: Tx</span></div>
|
|
<div class="line"><a id="l00625" name="l00625"></a><span class="lineno"> 625</span> <span class="comment">// out: NetworkOPs, AcceptedLedgerTx,</span></div>
|
|
<div class="line"><a id="l00626" name="l00626"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a42451283f3361e807289eb9f4941e93c"> 626</a></span>JSS(transaction_hash); <span class="comment">// out: RCLCxPeerPos, LedgerToJson</span></div>
|
|
<div class="line"><a id="l00627" name="l00627"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a8b6af48f3017969cae2253810d4d51fe"> 627</a></span>JSS(transactions); <span class="comment">// out: LedgerToJson,</span></div>
|
|
<div class="line"><a id="l00628" name="l00628"></a><span class="lineno"> 628</span> <span class="comment">// in: AccountTx*, Unsubscribe</span></div>
|
|
<div class="line"><a id="l00629" name="l00629"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ae1bacae1fb1fe3292c1402893b906865"> 629</a></span>JSS(TRANSACTION_RESULTS); <span class="comment">// out: RPC server_definitions</span></div>
|
|
<div class="line"><a id="l00630" name="l00630"></a><span class="lineno"> 630</span> <span class="comment">// matches definitions.json format</span></div>
|
|
<div class="line"><a id="l00631" name="l00631"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a514f81aba21b0a63c55eff6f483444f1"> 631</a></span>JSS(TRANSACTION_TYPES); <span class="comment">// out: RPC server_definitions</span></div>
|
|
<div class="line"><a id="l00632" name="l00632"></a><span class="lineno"> 632</span> <span class="comment">// matches definitions.json format</span></div>
|
|
<div class="line"><a id="l00633" name="l00633"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a32e2f07f4153028d83e4cb1ae9cd826e"> 633</a></span>JSS(TYPES); <span class="comment">// out: RPC server_definitions</span></div>
|
|
<div class="line"><a id="l00634" name="l00634"></a><span class="lineno"> 634</span> <span class="comment">// matches definitions.json format</span></div>
|
|
<div class="line"><a id="l00635" name="l00635"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a18b9bdc1fadfcc4749ea3a3394f7aac9"> 635</a></span>JSS(transfer_rate); <span class="comment">// out: nft_info (clio)</span></div>
|
|
<div class="line"><a id="l00636" name="l00636"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab5eda56ff95b22c358e5a237d8849f99"> 636</a></span>JSS(transitions); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00637" name="l00637"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a34d8eae8d2b916452314077d756f3a33"> 637</a></span>JSS(treenode_cache_size); <span class="comment">// out: GetCounts</span></div>
|
|
<div class="line"><a id="l00638" name="l00638"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad11e2e38cee9bfb6e85d9332bf546673"> 638</a></span>JSS(treenode_track_size); <span class="comment">// out: GetCounts</span></div>
|
|
<div class="line"><a id="l00639" name="l00639"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aec7fcc1cd1de8307905ccedc76087536"> 639</a></span>JSS(trusted); <span class="comment">// out: UnlList</span></div>
|
|
<div class="line"><a id="l00640" name="l00640"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#acf98fda3acdd812fc38f3d88405c973a"> 640</a></span>JSS(trusted_validator_keys); <span class="comment">// out: ValidatorList</span></div>
|
|
<div class="line"><a id="l00641" name="l00641"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aff19f11ae3e412c143fd802ce95e3463"> 641</a></span>JSS(tx); <span class="comment">// out: STTx, AccountTx*</span></div>
|
|
<div class="line"><a id="l00642" name="l00642"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a2486fcbdabb916a03d2029ab7e334341"> 642</a></span>JSS(tx_blob); <span class="comment">// in/out: Submit,</span></div>
|
|
<div class="line"><a id="l00643" name="l00643"></a><span class="lineno"> 643</span> <span class="comment">// in: TransactionSign, AccountTx*</span></div>
|
|
<div class="line"><a id="l00644" name="l00644"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab00747a2463a29db7c24115668e4a218"> 644</a></span>JSS(tx_hash); <span class="comment">// in: TransactionEntry</span></div>
|
|
<div class="line"><a id="l00645" name="l00645"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aaebee3c317fcd8d7fbf7835bc4885aaf"> 645</a></span>JSS(tx_json); <span class="comment">// in/out: TransactionSign</span></div>
|
|
<div class="line"><a id="l00646" name="l00646"></a><span class="lineno"> 646</span> <span class="comment">// out: TransactionEntry</span></div>
|
|
<div class="line"><a id="l00647" name="l00647"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ae1b09a0893f0887b848b8f153881eabb"> 647</a></span>JSS(tx_signing_hash); <span class="comment">// out: TransactionSign</span></div>
|
|
<div class="line"><a id="l00648" name="l00648"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab690506c55f1c3dea2366caa593f8618"> 648</a></span>JSS(tx_unsigned); <span class="comment">// out: TransactionSign</span></div>
|
|
<div class="line"><a id="l00649" name="l00649"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a296e5fddfe53df3407fb75d46dee564f"> 649</a></span>JSS(txn_count); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00650" name="l00650"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#acab1e95b00be21ffedd8aa078dde7cd5"> 650</a></span>JSS(txr_tx_cnt); <span class="comment">// out: protocol message tx's count</span></div>
|
|
<div class="line"><a id="l00651" name="l00651"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a52d18a5e83bf6ab15ecce1334560c7e3"> 651</a></span>JSS(txr_tx_sz); <span class="comment">// out: protocol message tx's size</span></div>
|
|
<div class="line"><a id="l00652" name="l00652"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a41af8cbc748a25f66931d1d33409901e"> 652</a></span>JSS(txr_have_txs_cnt); <span class="comment">// out: protocol message have tx count</span></div>
|
|
<div class="line"><a id="l00653" name="l00653"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a0cf79a4087e506da0c5b72625f01d192"> 653</a></span>JSS(txr_have_txs_sz); <span class="comment">// out: protocol message have tx size</span></div>
|
|
<div class="line"><a id="l00654" name="l00654"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a41e744430bf72f353fc2072a4ccc7d9e"> 654</a></span>JSS(txr_get_ledger_cnt); <span class="comment">// out: protocol message get ledger count</span></div>
|
|
<div class="line"><a id="l00655" name="l00655"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#abd86cc67feedb69c1f907a1e7063f45f"> 655</a></span>JSS(txr_get_ledger_sz); <span class="comment">// out: protocol message get ledger size</span></div>
|
|
<div class="line"><a id="l00656" name="l00656"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#acf0f73154e59a125ffc0c878e4998dd1"> 656</a></span>JSS(txr_ledger_data_cnt); <span class="comment">// out: protocol message ledger data count</span></div>
|
|
<div class="line"><a id="l00657" name="l00657"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a42d3c6ff6d89f4297a15ee9d4b937158"> 657</a></span>JSS(txr_ledger_data_sz); <span class="comment">// out: protocol message ledger data size</span></div>
|
|
<div class="line"><a id="l00658" name="l00658"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a9bb4d6e35e93700daecb12fd88b612c6"> 658</a></span>JSS(txr_transactions_cnt); <span class="comment">// out: protocol message get object count</span></div>
|
|
<div class="line"><a id="l00659" name="l00659"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac1abacd761ec7abfde83e583a70b0ea4"> 659</a></span>JSS(txr_transactions_sz); <span class="comment">// out: protocol message get object size</span></div>
|
|
<div class="line"><a id="l00660" name="l00660"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a7932ad94678f2e615bf4559597c7f747"> 660</a></span>JSS(txr_selected_cnt); <span class="comment">// out: selected peers count</span></div>
|
|
<div class="line"><a id="l00661" name="l00661"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a38e7e398a4f5f39c70ad238f9a1e1284"> 661</a></span>JSS(txr_suppressed_cnt); <span class="comment">// out: suppressed peers count</span></div>
|
|
<div class="line"><a id="l00662" name="l00662"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a98440d1c5861994f6ed7fe83d579fc7b"> 662</a></span>JSS(txr_not_enabled_cnt); <span class="comment">// out: peers with tx reduce-relay disabled count</span></div>
|
|
<div class="line"><a id="l00663" name="l00663"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aef1d8a23e1687341917fb9868494a3ca"> 663</a></span>JSS(txr_missing_tx_freq); <span class="comment">// out: missing tx frequency average</span></div>
|
|
<div class="line"><a id="l00664" name="l00664"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aeea2f2283a26d946766e83a715a9d682"> 664</a></span>JSS(txs); <span class="comment">// out: TxHistory</span></div>
|
|
<div class="line"><a id="l00665" name="l00665"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a4d947f1743784ee61ebf4090d71fddc5"> 665</a></span>JSS(type); <span class="comment">// in: AccountObjects</span></div>
|
|
<div class="line"><a id="l00666" name="l00666"></a><span class="lineno"> 666</span> <span class="comment">// out: NetworkOPs, RPC server_definitions</span></div>
|
|
<div class="line"><a id="l00667" name="l00667"></a><span class="lineno"> 667</span> <span class="comment">// OverlayImpl, Logic</span></div>
|
|
<div class="line"><a id="l00668" name="l00668"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a4fd5d1d92b073012943c2c6321067a6a"> 668</a></span>JSS(type_hex); <span class="comment">// out: STPathSet</span></div>
|
|
<div class="line"><a id="l00669" name="l00669"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac9f70ad0f04a1e5c013454fe8498136a"> 669</a></span>JSS(unl); <span class="comment">// out: UnlList</span></div>
|
|
<div class="line"><a id="l00670" name="l00670"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a18b6349dc9baba53df47742046f87b84"> 670</a></span>JSS(unlimited); <span class="comment">// out: Connection.h</span></div>
|
|
<div class="line"><a id="l00671" name="l00671"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a49b9cf76b96ecb10fd56ca60a5ca4a90"> 671</a></span>JSS(uptime); <span class="comment">// out: GetCounts</span></div>
|
|
<div class="line"><a id="l00672" name="l00672"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a931f36a44b3befdf1144cb23079a5778"> 672</a></span>JSS(uri); <span class="comment">// out: ValidatorSites</span></div>
|
|
<div class="line"><a id="l00673" name="l00673"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a19aa5a2ded46fc0bbdef06f94519307b"> 673</a></span>JSS(url); <span class="comment">// in/out: Subscribe, Unsubscribe</span></div>
|
|
<div class="line"><a id="l00674" name="l00674"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a7efaf53739fb251d5f8c0a3e39749128"> 674</a></span>JSS(url_password); <span class="comment">// in: Subscribe</span></div>
|
|
<div class="line"><a id="l00675" name="l00675"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad99fed5324eb171dda2b0485f9e196ed"> 675</a></span>JSS(url_username); <span class="comment">// in: Subscribe</span></div>
|
|
<div class="line"><a id="l00676" name="l00676"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#afcc64ff37edbdcae6d325f795c329fa6"> 676</a></span>JSS(urlgravatar); <span class="comment">//</span></div>
|
|
<div class="line"><a id="l00677" name="l00677"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a21df51066f1bd04f2f46de6c835a3745"> 677</a></span>JSS(username); <span class="comment">// in: Subscribe</span></div>
|
|
<div class="line"><a id="l00678" name="l00678"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a19f7bcc12694cce39b5cb2f691e19d93"> 678</a></span>JSS(validated); <span class="comment">// out: NetworkOPs, RPCHelpers, AccountTx*</span></div>
|
|
<div class="line"><a id="l00679" name="l00679"></a><span class="lineno"> 679</span> <span class="comment">// Tx</span></div>
|
|
<div class="line"><a id="l00680" name="l00680"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#af7dfda6a45ee8bf86a52a5c6ef1103ae"> 680</a></span>JSS(validator_list_expires); <span class="comment">// out: NetworkOps, ValidatorList</span></div>
|
|
<div class="line"><a id="l00681" name="l00681"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a82c322f00316e6c5ec9efca237643c0c"> 681</a></span>JSS(validator_list); <span class="comment">// out: NetworkOps, ValidatorList</span></div>
|
|
<div class="line"><a id="l00682" name="l00682"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aa096955b80eb72f6ba4270ceef77de6e"> 682</a></span>JSS(validators);</div>
|
|
<div class="line"><a id="l00683" name="l00683"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a77fc5cca493d30ace52fcffcc257cb66"> 683</a></span>JSS(validated_hash); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00684" name="l00684"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a123b084cc0a9278567659d15eb1b02f4"> 684</a></span>JSS(validated_ledger); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00685" name="l00685"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac26a6a1588aa98da4764463cd1ccf8cb"> 685</a></span>JSS(validated_ledger_index); <span class="comment">// out: SubmitTransaction</span></div>
|
|
<div class="line"><a id="l00686" name="l00686"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a92af4ce13e5469199a2792e123c5093a"> 686</a></span>JSS(validated_ledgers); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00687" name="l00687"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a65a44ddaf50cbb605df0ecb6100c6dad"> 687</a></span>JSS(validation_key); <span class="comment">// out: ValidationCreate, ValidationSeed</span></div>
|
|
<div class="line"><a id="l00688" name="l00688"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a4097f5bd132eba42ac020894dcdebbbc"> 688</a></span>JSS(validation_private_key); <span class="comment">// out: ValidationCreate</span></div>
|
|
<div class="line"><a id="l00689" name="l00689"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#afc2e2ddf081505d3f3953c453134c4a3"> 689</a></span>JSS(validation_public_key); <span class="comment">// out: ValidationCreate, ValidationSeed</span></div>
|
|
<div class="line"><a id="l00690" name="l00690"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a39ee6d6525f21b026d3acde9640f4d01"> 690</a></span>JSS(validation_quorum); <span class="comment">// out: NetworkOPs</span></div>
|
|
<div class="line"><a id="l00691" name="l00691"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ac1c4476298f3af82f4862a751b6a5c51"> 691</a></span>JSS(validation_seed); <span class="comment">// out: ValidationCreate, ValidationSeed</span></div>
|
|
<div class="line"><a id="l00692" name="l00692"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a4fad99c083f9a0d3c893dc182b6c9b7e"> 692</a></span>JSS(validations); <span class="comment">// out: AmendmentTableImpl</span></div>
|
|
<div class="line"><a id="l00693" name="l00693"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ad642616a83cd1abe7906906972bf8fdb"> 693</a></span>JSS(validator_list_threshold); <span class="comment">// out: ValidatorList</span></div>
|
|
<div class="line"><a id="l00694" name="l00694"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a1026d74d260210a1a72b293a83c62540"> 694</a></span>JSS(validator_sites); <span class="comment">// out: ValidatorSites</span></div>
|
|
<div class="line"><a id="l00695" name="l00695"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#ab779bcbb56f78f33545b48dafc909b46"> 695</a></span>JSS(value); <span class="comment">// out: STAmount</span></div>
|
|
<div class="line"><a id="l00696" name="l00696"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a83082b5af1f6c9ec1e0bd855d28bb318"> 696</a></span>JSS(vault_id); <span class="comment">// in: VaultInfo</span></div>
|
|
<div class="line"><a id="l00697" name="l00697"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a691ab416cda11bd50eb11d79d3d6421e"> 697</a></span>JSS(version); <span class="comment">// out: RPCVersion</span></div>
|
|
<div class="line"><a id="l00698" name="l00698"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a4d492f7cf0e166e2e77c94a868a5722f"> 698</a></span>JSS(vetoed); <span class="comment">// out: AmendmentTableImpl</span></div>
|
|
<div class="line"><a id="l00699" name="l00699"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a40ea182ffa1551e97f1550a227ab568a"> 699</a></span>JSS(volume_a); <span class="comment">// out: BookChanges</span></div>
|
|
<div class="line"><a id="l00700" name="l00700"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a5f19a805966938981c73fb822b7322c9"> 700</a></span>JSS(volume_b); <span class="comment">// out: BookChanges</span></div>
|
|
<div class="line"><a id="l00701" name="l00701"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aa9754b78ba9927ed4dfc2e84dbdde57a"> 701</a></span>JSS(vote); <span class="comment">// in: Feature</span></div>
|
|
<div class="line"><a id="l00702" name="l00702"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a45a3622c4238f3755ec4e0568efc578d"> 702</a></span>JSS(vote_slots); <span class="comment">// out: amm_info</span></div>
|
|
<div class="line"><a id="l00703" name="l00703"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aecc049014305ea2629a14cd0684baef7"> 703</a></span>JSS(vote_weight); <span class="comment">// out: amm_info</span></div>
|
|
<div class="line"><a id="l00704" name="l00704"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a12c2d74d1d3bd19009bb51812ae9660b"> 704</a></span>JSS(warning); <span class="comment">// rpc:</span></div>
|
|
<div class="line"><a id="l00705" name="l00705"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a5256b8c6a73d3df50ed6cbe9e30017d2"> 705</a></span>JSS(warnings); <span class="comment">// out: server_info, server_state</span></div>
|
|
<div class="line"><a id="l00706" name="l00706"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#a9f11131401702545899bbb3c2d60c93f"> 706</a></span>JSS(workers);</div>
|
|
<div class="line"><a id="l00707" name="l00707"></a><span class="lineno"><a class="line" href="namespaceripple_1_1jss.html#aee00e3f88c564bb0f87afeac6f1a3dff"> 707</a></span>JSS(write_load); <span class="comment">// out: GetCounts</span></div>
|
|
<div class="line"><a id="l00708" name="l00708"></a><span class="lineno"> 708</span><span class="comment">// clang-format on</span></div>
|
|
<div class="line"><a id="l00709" name="l00709"></a><span class="lineno"> 709</span> </div>
|
|
<div class="line"><a id="l00710" name="l00710"></a><span class="lineno"> 710</span><span class="preprocessor">#pragma push_macro("TRANSACTION")</span></div>
|
|
<div class="line"><a id="l00711" name="l00711"></a><span class="lineno"> 711</span><span class="preprocessor">#undef TRANSACTION</span></div>
|
|
<div class="line"><a id="l00712" name="l00712"></a><span class="lineno"> 712</span> </div>
|
|
<div class="line"><a id="l00713" name="l00713"></a><span class="lineno"> 713</span><span class="preprocessor">#define TRANSACTION(tag, value, name, ...) JSS(name);</span></div>
|
|
<div class="line"><a id="l00714" name="l00714"></a><span class="lineno"> 714</span> </div>
|
|
<div class="line"><a id="l00715" name="l00715"></a><span class="lineno"> 715</span><span class="preprocessor">#include <xrpl/protocol/detail/transactions.macro></span></div>
|
|
<div class="line"><a id="l00716" name="l00716"></a><span class="lineno"> 716</span> </div>
|
|
<div class="line"><a id="l00717" name="l00717"></a><span class="lineno"> 717</span><span class="preprocessor">#undef TRANSACTION</span></div>
|
|
<div class="line"><a id="l00718" name="l00718"></a><span class="lineno"> 718</span><span class="preprocessor">#pragma pop_macro("TRANSACTION")</span></div>
|
|
<div class="line"><a id="l00719" name="l00719"></a><span class="lineno"> 719</span> </div>
|
|
<div class="line"><a id="l00720" name="l00720"></a><span class="lineno"> 720</span><span class="preprocessor">#pragma push_macro("LEDGER_ENTRY")</span></div>
|
|
<div class="line"><a id="l00721" name="l00721"></a><span class="lineno"> 721</span><span class="preprocessor">#undef LEDGER_ENTRY</span></div>
|
|
<div class="line"><a id="l00722" name="l00722"></a><span class="lineno"> 722</span><span class="preprocessor">#pragma push_macro("LEDGER_ENTRY_DUPLICATE")</span></div>
|
|
<div class="line"><a id="l00723" name="l00723"></a><span class="lineno"> 723</span><span class="preprocessor">#undef LEDGER_ENTRY_DUPLICATE</span></div>
|
|
<div class="line"><a id="l00724" name="l00724"></a><span class="lineno"> 724</span> </div>
|
|
<div class="line"><a id="l00725" name="l00725"></a><span class="lineno"> 725</span><span class="preprocessor">#define LEDGER_ENTRY(tag, value, name, rpcName, ...) \</span></div>
|
|
<div class="line"><a id="l00726" name="l00726"></a><span class="lineno"> 726</span><span class="preprocessor"> JSS(name); \</span></div>
|
|
<div class="line"><a id="l00727" name="l00727"></a><span class="lineno"> 727</span><span class="preprocessor"> JSS(rpcName);</span></div>
|
|
<div class="line"><a id="l00728" name="l00728"></a><span class="lineno"> 728</span> </div>
|
|
<div class="line"><a id="l00729" name="l00729"></a><span class="lineno"> 729</span><span class="preprocessor">#define LEDGER_ENTRY_DUPLICATE(tag, value, name, rpcName, ...) JSS(rpcName);</span></div>
|
|
<div class="line"><a id="l00730" name="l00730"></a><span class="lineno"> 730</span> </div>
|
|
<div class="line"><a id="l00731" name="l00731"></a><span class="lineno"> 731</span><span class="preprocessor">#include <xrpl/protocol/detail/ledger_entries.macro></span></div>
|
|
<div class="line"><a id="l00732" name="l00732"></a><span class="lineno"> 732</span> </div>
|
|
<div class="line"><a id="l00733" name="l00733"></a><span class="lineno"> 733</span><span class="preprocessor">#undef LEDGER_ENTRY</span></div>
|
|
<div class="line"><a id="l00734" name="l00734"></a><span class="lineno"> 734</span><span class="preprocessor">#pragma pop_macro("LEDGER_ENTRY")</span></div>
|
|
<div class="line"><a id="l00735" name="l00735"></a><span class="lineno"> 735</span><span class="preprocessor">#undef LEDGER_ENTRY_DUPLICATE</span></div>
|
|
<div class="line"><a id="l00736" name="l00736"></a><span class="lineno"> 736</span><span class="preprocessor">#pragma pop_macro("LEDGER_ENTRY_DUPLICATE")</span></div>
|
|
<div class="line"><a id="l00737" name="l00737"></a><span class="lineno"> 737</span> </div>
|
|
<div class="line"><a id="l00738" name="l00738"></a><span class="lineno"> 738</span><span class="preprocessor">#undef JSS</span></div>
|
|
<div class="line"><a id="l00739" name="l00739"></a><span class="lineno"> 739</span> </div>
|
|
<div class="line"><a id="l00740" name="l00740"></a><span class="lineno"> 740</span>} <span class="comment">// namespace jss</span></div>
|
|
</div>
|
|
<div class="line"><a id="l00741" name="l00741"></a><span class="lineno"> 741</span>} <span class="comment">// namespace ripple</span></div>
|
|
<div class="line"><a id="l00742" name="l00742"></a><span class="lineno"> 742</span> </div>
|
|
<div class="line"><a id="l00743" name="l00743"></a><span class="lineno"> 743</span><span class="preprocessor">#endif</span></div>
|
|
<div class="ttc" id="aclassripple_1_1Asset_html"><div class="ttname"><a href="classripple_1_1Asset.html">ripple::Asset</a></div><div class="ttdef"><b>Definition</b> <a href="Asset_8h_source.html#l00047">Asset.h:48</a></div></div>
|
|
<div class="ttc" id="anamespaceprotocol_html"><div class="ttname"><a href="namespaceprotocol.html">protocol</a></div><div class="ttdef"><b>Definition</b> <a href="ValidatorList_8h_source.html#l00038">ValidatorList.h: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#l00025">algorithm.h:25</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a2fca0f72cfacc04d15ad41d84ebf46fda965dbaac085fc891bfbbd4f9d145bbc8"><div class="ttname"><a href="namespaceripple.html#a2fca0f72cfacc04d15ad41d84ebf46fda965dbaac085fc891bfbbd4f9d145bbc8">ripple::StrandDirection::forward</a></div><div class="ttdeci">@ forward</div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a49003667116eb98c6e966f36e5dd1c77a4bbb8f967da6d1a610596d7257179c2b"><div class="ttname"><a href="namespaceripple.html#a49003667116eb98c6e966f36e5dd1c77a4bbb8f967da6d1a610596d7257179c2b">ripple::SHAMapState::Invalid</a></div><div class="ttdeci">@ Invalid</div><div class="ttdoc">The map is known to not be valid.</div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a6434c1a0fd22b77e2e4a228c0eca79eba43b5c9175984c071f30b873fdce0a000"><div class="ttname"><a href="namespaceripple.html#a6434c1a0fd22b77e2e4a228c0eca79eba43b5c9175984c071f30b873fdce0a000">ripple::ValStatus::current</a></div><div class="ttdeci">@ current</div><div class="ttdoc">This was a new validation and was added.</div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a77adb10ef53a2e25195ccd38b46bfe9ba7cef8a734855777c2a9d0caf42666e69"><div class="ttname"><a href="namespaceripple.html#a77adb10ef53a2e25195ccd38b46bfe9ba7cef8a734855777c2a9d0caf42666e69">ripple::ConsensusPhase::open</a></div><div class="ttdeci">@ open</div><div class="ttdoc">We haven't closed our ledger yet, but others might have.</div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a8a16d6f665a032453ec4cbfca01929b6a3e4d891a5df3d6d0d7dd9432a1bc6470"><div class="ttname"><a href="namespaceripple.html#a8a16d6f665a032453ec4cbfca01929b6a3e4d891a5df3d6d0d7dd9432a1bc6470">ripple::ManifestDisposition::accepted</a></div><div class="ttdeci">@ accepted</div><div class="ttdoc">Manifest is valid.</div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a8f71b86b6529e14eaa595d90bc74ae52a260ca9dd8a4577fc00b7bd5810298076"><div class="ttname"><a href="namespaceripple.html#a8f71b86b6529e14eaa595d90bc74ae52a260ca9dd8a4577fc00b7bd5810298076">ripple::TokenCodecErrc::success</a></div><div class="ttdeci">@ success</div></div>
|
|
<div class="ttc" id="anamespaceripple_html_aaf9d6587e02c610e84a029ad5b5e17b4ae4894ca167b08880bfc35862f18575eb"><div class="ttname"><a href="namespaceripple.html#aaf9d6587e02c610e84a029ad5b5e17b4ae4894ca167b08880bfc35862f18575eb">ripple::PublisherStatus::available</a></div><div class="ttdeci">@ available</div></div>
|
|
<div class="ttc" id="anamespaceripple_html_ad5143ceada01141772ae4aab984f94bda7f5cb74af5d7f4b82200738fdbdc5a45"><div class="ttname"><a href="namespaceripple.html#ad5143ceada01141772ae4aab984f94bda7f5cb74af5d7f4b82200738fdbdc5a45">ripple::HashPrefix::manifest</a></div><div class="ttdeci">@ manifest</div><div class="ttdoc">Manifest.</div></div>
|
|
<div class="ttc" id="anamespaceripple_html_af29446cc3ca3e9303e16a330774f7b76"><div class="ttname"><a href="namespaceripple.html#af29446cc3ca3e9303e16a330774f7b76">ripple::authorized</a></div><div class="ttdeci">static bool authorized(Port const &port, std::map< std::string, std::string > const &h)</div><div class="ttdef"><b>Definition</b> <a href="ServerHandler_8cpp_source.html#l00085">ServerHandler.cpp:85</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>
|