mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 20:15:51 +00:00
199 lines
30 KiB
HTML
199 lines
30 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">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.8.17"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>rippled: PayChan.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 style="height: 56px;">
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">rippled
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.17 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @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:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
<!-- 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">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_df9c78dcf3f59a33b12284f95992a64b.html">ripple</a></li><li class="navelem"><a class="el" href="dir_9f69212e4c6e2ca9ec5ab59cd7b6275c.html">app</a></li><li class="navelem"><a class="el" href="dir_08bd996c7140e5d4c4a2548bd66a393f.html">tx</a></li><li class="navelem"><a class="el" href="dir_03680b44059da148632e530fc6dc63c7.html">impl</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">app/tx/impl/PayChan.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">/*</span></div>
|
|
<div class="line"><a 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 name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> Copyright (c) 2012, 2013 Ripple Labs Inc.</span></div>
|
|
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"></span> </div>
|
|
<div class="line"><a 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 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 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 name="l00009"></a><span class="lineno"> 9</span> <span class="comment"></span> </div>
|
|
<div class="line"><a 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 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 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 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 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 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 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 name="l00017"></a><span class="lineno"> 17</span> <span class="comment">*/</span></div>
|
|
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">//==============================================================================</span></div>
|
|
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  </div>
|
|
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#ifndef RIPPLE_TX_PAYCHAN_H_INCLUDED</span></div>
|
|
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#define RIPPLE_TX_PAYCHAN_H_INCLUDED</span></div>
|
|
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  </div>
|
|
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <ripple/app/tx/impl/Transactor.h></span></div>
|
|
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  </div>
|
|
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
|
|
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  </div>
|
|
<div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="classripple_1_1PayChanCreate.html"> 27</a></span> <span class="keyword">class </span><a class="code" href="classripple_1_1PayChanCreate.html">PayChanCreate</a> : <span class="keyword">public</span> <a class="code" href="classripple_1_1Transactor.html">Transactor</a></div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> {</div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="classripple_1_1PayChanCreate.html#ab115190e3463e0cd920cdb7addc745ad"> 30</a></span>  <span class="keyword">static</span> constexpr <a class="code" href="classripple_1_1Transactor.html#a5c6d16e9402d182a835f50b37ce9a938">ConsequencesFactoryType</a> <a class="code" href="classripple_1_1PayChanCreate.html#ab115190e3463e0cd920cdb7addc745ad">ConsequencesFactory</a>{<a class="code" href="classripple_1_1Transactor.html#a5c6d16e9402d182a835f50b37ce9a938a429832eac6b9ee7b50a1265131cd2845">Custom</a>};</div>
|
|
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  </div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="classripple_1_1PayChanCreate.html#af2e0842f3bc4ea9967efe34dc7617d0f"> 32</a></span>  <span class="keyword">explicit</span> <a class="code" href="classripple_1_1PayChanCreate.html#af2e0842f3bc4ea9967efe34dc7617d0f">PayChanCreate</a>(<a class="code" href="classripple_1_1ApplyContext.html">ApplyContext</a>& ctx) : <a class="code" href="classripple_1_1Transactor.html">Transactor</a>(ctx)</div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  {</div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  }</div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  </div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  <span class="keyword">static</span> <a class="code" href="classripple_1_1TxConsequences.html">TxConsequences</a></div>
|
|
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  <a class="code" href="classripple_1_1PayChanCreate.html#a61200a3cb017fcb77d2683073f611040">makeTxConsequences</a>(<a class="code" href="structripple_1_1PreflightContext.html">PreflightContext</a> <span class="keyword">const</span>& ctx);</div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  </div>
|
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <span class="keyword">static</span> <a class="code" href="classripple_1_1TERSubset.html">NotTEC</a></div>
|
|
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  <a class="code" href="classripple_1_1PayChanCreate.html#a100007a162931dbbe02277d140e9588c">preflight</a>(<a class="code" href="structripple_1_1PreflightContext.html">PreflightContext</a> <span class="keyword">const</span>& ctx);</div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  </div>
|
|
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  <span class="keyword">static</span> <a class="code" href="classripple_1_1TERSubset.html">TER</a></div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  <a class="code" href="classripple_1_1PayChanCreate.html#af7524b4feea74e292e317e3851e4b3e0">preclaim</a>(<a class="code" href="structripple_1_1PreclaimContext.html">PreclaimContext</a> <span class="keyword">const</span>& ctx);</div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  </div>
|
|
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  <a class="code" href="classripple_1_1TERSubset.html">TER</a></div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <a class="code" href="classripple_1_1PayChanCreate.html#a5a3e72770467d7ade7919ea20b7d14e6">doApply</a>() <span class="keyword">override</span>;</div>
|
|
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> };</div>
|
|
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  </div>
|
|
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="comment">//------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  </div>
|
|
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="classripple_1_1PayChanFund.html"> 51</a></span> <span class="keyword">class </span><a class="code" href="classripple_1_1PayChanFund.html">PayChanFund</a> : <span class="keyword">public</span> <a class="code" href="classripple_1_1Transactor.html">Transactor</a></div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> {</div>
|
|
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="classripple_1_1PayChanFund.html#ab8a909d06041b97e7f25f5a303b0925f"> 54</a></span>  <span class="keyword">static</span> constexpr <a class="code" href="classripple_1_1Transactor.html#a5c6d16e9402d182a835f50b37ce9a938">ConsequencesFactoryType</a> <a class="code" href="classripple_1_1PayChanFund.html#ab8a909d06041b97e7f25f5a303b0925f">ConsequencesFactory</a>{<a class="code" href="classripple_1_1Transactor.html#a5c6d16e9402d182a835f50b37ce9a938a429832eac6b9ee7b50a1265131cd2845">Custom</a>};</div>
|
|
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  </div>
|
|
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classripple_1_1PayChanFund.html#a12bda57852aedf7baf733cc7e7d80a00"> 56</a></span>  <span class="keyword">explicit</span> <a class="code" href="classripple_1_1PayChanFund.html#a12bda57852aedf7baf733cc7e7d80a00">PayChanFund</a>(<a class="code" href="classripple_1_1ApplyContext.html">ApplyContext</a>& ctx) : <a class="code" href="classripple_1_1Transactor.html">Transactor</a>(ctx)</div>
|
|
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  {</div>
|
|
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  }</div>
|
|
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  </div>
|
|
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <span class="keyword">static</span> <a class="code" href="classripple_1_1TxConsequences.html">TxConsequences</a></div>
|
|
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <a class="code" href="classripple_1_1PayChanFund.html#ac9dfd9d6da5df72b46250c9d0fcfdf88">makeTxConsequences</a>(<a class="code" href="structripple_1_1PreflightContext.html">PreflightContext</a> <span class="keyword">const</span>& ctx);</div>
|
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  </div>
|
|
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <span class="keyword">static</span> <a class="code" href="classripple_1_1TERSubset.html">NotTEC</a></div>
|
|
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <a class="code" href="classripple_1_1PayChanFund.html#ac97faffcacb01733a89480412b8ab05a">preflight</a>(<a class="code" href="structripple_1_1PreflightContext.html">PreflightContext</a> <span class="keyword">const</span>& ctx);</div>
|
|
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  </div>
|
|
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <a class="code" href="classripple_1_1TERSubset.html">TER</a></div>
|
|
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  <a class="code" href="classripple_1_1PayChanFund.html#a702b4e1b289ac8ff050dcfb008fa9c84">doApply</a>() <span class="keyword">override</span>;</div>
|
|
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span> };</div>
|
|
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  </div>
|
|
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span> <span class="comment">//------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  </div>
|
|
<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="classripple_1_1PayChanClaim.html"> 72</a></span> <span class="keyword">class </span><a class="code" href="classripple_1_1PayChanClaim.html">PayChanClaim</a> : <span class="keyword">public</span> <a class="code" href="classripple_1_1Transactor.html">Transactor</a></div>
|
|
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> {</div>
|
|
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span> <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="classripple_1_1PayChanClaim.html#a5642041e6508628f4ed3d04abe7664e7"> 75</a></span>  <span class="keyword">static</span> constexpr <a class="code" href="classripple_1_1Transactor.html#a5c6d16e9402d182a835f50b37ce9a938">ConsequencesFactoryType</a> <a class="code" href="classripple_1_1PayChanClaim.html#a5642041e6508628f4ed3d04abe7664e7">ConsequencesFactory</a>{<a class="code" href="classripple_1_1Transactor.html#a5c6d16e9402d182a835f50b37ce9a938aa45cb725337de0d627f42b7ebf4be91f">Normal</a>};</div>
|
|
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  </div>
|
|
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="classripple_1_1PayChanClaim.html#a35dfa25f5596ee65214b6b33f5e9a141"> 77</a></span>  <span class="keyword">explicit</span> <a class="code" href="classripple_1_1PayChanClaim.html#a35dfa25f5596ee65214b6b33f5e9a141">PayChanClaim</a>(<a class="code" href="classripple_1_1ApplyContext.html">ApplyContext</a>& ctx) : <a class="code" href="classripple_1_1Transactor.html">Transactor</a>(ctx)</div>
|
|
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  {</div>
|
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  }</div>
|
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  </div>
|
|
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  <span class="keyword">static</span> <a class="code" href="classripple_1_1TERSubset.html">NotTEC</a></div>
|
|
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <a class="code" href="classripple_1_1PayChanClaim.html#a0006537ac44175639f27628012da1edf">preflight</a>(<a class="code" href="structripple_1_1PreflightContext.html">PreflightContext</a> <span class="keyword">const</span>& ctx);</div>
|
|
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  </div>
|
|
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <a class="code" href="classripple_1_1TERSubset.html">TER</a></div>
|
|
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  <a class="code" href="classripple_1_1PayChanClaim.html#aec5562efa3f7b1e3e4de2edbbd93aeb2">doApply</a>() <span class="keyword">override</span>;</div>
|
|
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span> };</div>
|
|
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  </div>
|
|
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span> } <span class="comment">// namespace ripple</span></div>
|
|
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  </div>
|
|
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span> <span class="preprocessor">#endif</span></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<div class="ttc" id="aclassripple_1_1PayChanClaim_html"><div class="ttname"><a href="classripple_1_1PayChanClaim.html">ripple::PayChanClaim</a></div><div class="ttdef"><b>Definition:</b> <a href="app_2tx_2impl_2PayChan_8h_source.html#l00072">app/tx/impl/PayChan.h:72</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PayChanCreate_html_a5a3e72770467d7ade7919ea20b7d14e6"><div class="ttname"><a href="classripple_1_1PayChanCreate.html#a5a3e72770467d7ade7919ea20b7d14e6">ripple::PayChanCreate::doApply</a></div><div class="ttdeci">TER doApply() override</div><div class="ttdef"><b>Definition:</b> <a href="PayChan_8cpp_source.html#l00235">PayChan.cpp:235</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PayChanCreate_html_af2e0842f3bc4ea9967efe34dc7617d0f"><div class="ttname"><a href="classripple_1_1PayChanCreate.html#af2e0842f3bc4ea9967efe34dc7617d0f">ripple::PayChanCreate::PayChanCreate</a></div><div class="ttdeci">PayChanCreate(ApplyContext &ctx)</div><div class="ttdef"><b>Definition:</b> <a href="app_2tx_2impl_2PayChan_8h_source.html#l00032">app/tx/impl/PayChan.h:32</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PayChanClaim_html_a35dfa25f5596ee65214b6b33f5e9a141"><div class="ttname"><a href="classripple_1_1PayChanClaim.html#a35dfa25f5596ee65214b6b33f5e9a141">ripple::PayChanClaim::PayChanClaim</a></div><div class="ttdeci">PayChanClaim(ApplyContext &ctx)</div><div class="ttdef"><b>Definition:</b> <a href="app_2tx_2impl_2PayChan_8h_source.html#l00077">app/tx/impl/PayChan.h:77</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Transactor_html"><div class="ttname"><a href="classripple_1_1Transactor.html">ripple::Transactor</a></div><div class="ttdef"><b>Definition:</b> <a href="Transactor_8h_source.html#l00085">Transactor.h:85</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PayChanClaim_html_a0006537ac44175639f27628012da1edf"><div class="ttname"><a href="classripple_1_1PayChanClaim.html#a0006537ac44175639f27628012da1edf">ripple::PayChanClaim::preflight</a></div><div class="ttdeci">static NotTEC preflight(PreflightContext const &ctx)</div><div class="ttdef"><b>Definition:</b> <a href="PayChan_8cpp_source.html#l00394">PayChan.cpp:394</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PayChanClaim_html_aec5562efa3f7b1e3e4de2edbbd93aeb2"><div class="ttname"><a href="classripple_1_1PayChanClaim.html#aec5562efa3f7b1e3e4de2edbbd93aeb2">ripple::PayChanClaim::doApply</a></div><div class="ttdeci">TER doApply() override</div><div class="ttdef"><b>Definition:</b> <a href="PayChan_8cpp_source.html#l00450">PayChan.cpp:450</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PayChanFund_html_ab8a909d06041b97e7f25f5a303b0925f"><div class="ttname"><a href="classripple_1_1PayChanFund.html#ab8a909d06041b97e7f25f5a303b0925f">ripple::PayChanFund::ConsequencesFactory</a></div><div class="ttdeci">static constexpr ConsequencesFactoryType ConsequencesFactory</div><div class="ttdef"><b>Definition:</b> <a href="app_2tx_2impl_2PayChan_8h_source.html#l00054">app/tx/impl/PayChan.h:54</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PayChanCreate_html_ab115190e3463e0cd920cdb7addc745ad"><div class="ttname"><a href="classripple_1_1PayChanCreate.html#ab115190e3463e0cd920cdb7addc745ad">ripple::PayChanCreate::ConsequencesFactory</a></div><div class="ttdeci">static constexpr ConsequencesFactoryType ConsequencesFactory</div><div class="ttdef"><b>Definition:</b> <a href="app_2tx_2impl_2PayChan_8h_source.html#l00030">app/tx/impl/PayChan.h:30</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PayChanFund_html_a702b4e1b289ac8ff050dcfb008fa9c84"><div class="ttname"><a href="classripple_1_1PayChanFund.html#a702b4e1b289ac8ff050dcfb008fa9c84">ripple::PayChanFund::doApply</a></div><div class="ttdeci">TER doApply() override</div><div class="ttdef"><b>Definition:</b> <a href="PayChan_8cpp_source.html#l00319">PayChan.cpp:319</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Transactor_html_a5c6d16e9402d182a835f50b37ce9a938"><div class="ttname"><a href="classripple_1_1Transactor.html#a5c6d16e9402d182a835f50b37ce9a938">ripple::Transactor::ConsequencesFactoryType</a></div><div class="ttdeci">ConsequencesFactoryType</div><div class="ttdef"><b>Definition:</b> <a href="Transactor_8h_source.html#l00101">Transactor.h:101</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PayChanClaim_html_a5642041e6508628f4ed3d04abe7664e7"><div class="ttname"><a href="classripple_1_1PayChanClaim.html#a5642041e6508628f4ed3d04abe7664e7">ripple::PayChanClaim::ConsequencesFactory</a></div><div class="ttdeci">static constexpr ConsequencesFactoryType ConsequencesFactory</div><div class="ttdef"><b>Definition:</b> <a href="app_2tx_2impl_2PayChan_8h_source.html#l00075">app/tx/impl/PayChan.h:75</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1TERSubset_html"><div class="ttname"><a href="classripple_1_1TERSubset.html">ripple::TERSubset</a></div><div class="ttdef"><b>Definition:</b> <a href="TER_8h_source.html#l00337">TER.h:337</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1ApplyContext_html"><div class="ttname"><a href="classripple_1_1ApplyContext.html">ripple::ApplyContext</a></div><div class="ttdoc">State information when applying a tx.</div><div class="ttdef"><b>Definition:</b> <a href="ApplyContext_8h_source.html#l00035">ApplyContext.h:35</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PayChanFund_html_ac97faffcacb01733a89480412b8ab05a"><div class="ttname"><a href="classripple_1_1PayChanFund.html#ac97faffcacb01733a89480412b8ab05a">ripple::PayChanFund::preflight</a></div><div class="ttdeci">static NotTEC preflight(PreflightContext const &ctx)</div><div class="ttdef"><b>Definition:</b> <a href="PayChan_8cpp_source.html#l00304">PayChan.cpp:304</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PayChanCreate_html_a100007a162931dbbe02277d140e9588c"><div class="ttname"><a href="classripple_1_1PayChanCreate.html#a100007a162931dbbe02277d140e9588c">ripple::PayChanCreate::preflight</a></div><div class="ttdeci">static NotTEC preflight(PreflightContext const &ctx)</div><div class="ttdef"><b>Definition:</b> <a href="PayChan_8cpp_source.html#l00172">PayChan.cpp:172</a></div></div>
|
|
<div class="ttc" id="astructripple_1_1PreclaimContext_html"><div class="ttname"><a href="structripple_1_1PreclaimContext.html">ripple::PreclaimContext</a></div><div class="ttdoc">State information when determining if a tx is likely to claim a fee.</div><div class="ttdef"><b>Definition:</b> <a href="Transactor_8h_source.html#l00052">Transactor.h:52</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Transactor_html_a5c6d16e9402d182a835f50b37ce9a938a429832eac6b9ee7b50a1265131cd2845"><div class="ttname"><a href="classripple_1_1Transactor.html#a5c6d16e9402d182a835f50b37ce9a938a429832eac6b9ee7b50a1265131cd2845">ripple::Transactor::Custom</a></div><div class="ttdeci">@ Custom</div><div class="ttdef"><b>Definition:</b> <a href="Transactor_8h_source.html#l00101">Transactor.h:101</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="RCLCensorshipDetector_8h_source.html#l00029">RCLCensorshipDetector.h:29</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PayChanFund_html"><div class="ttname"><a href="classripple_1_1PayChanFund.html">ripple::PayChanFund</a></div><div class="ttdef"><b>Definition:</b> <a href="app_2tx_2impl_2PayChan_8h_source.html#l00051">app/tx/impl/PayChan.h:51</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1Transactor_html_a5c6d16e9402d182a835f50b37ce9a938aa45cb725337de0d627f42b7ebf4be91f"><div class="ttname"><a href="classripple_1_1Transactor.html#a5c6d16e9402d182a835f50b37ce9a938aa45cb725337de0d627f42b7ebf4be91f">ripple::Transactor::Normal</a></div><div class="ttdeci">@ Normal</div><div class="ttdef"><b>Definition:</b> <a href="Transactor_8h_source.html#l00101">Transactor.h:101</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PayChanCreate_html_a61200a3cb017fcb77d2683073f611040"><div class="ttname"><a href="classripple_1_1PayChanCreate.html#a61200a3cb017fcb77d2683073f611040">ripple::PayChanCreate::makeTxConsequences</a></div><div class="ttdeci">static TxConsequences makeTxConsequences(PreflightContext const &ctx)</div><div class="ttdef"><b>Definition:</b> <a href="PayChan_8cpp_source.html#l00166">PayChan.cpp:166</a></div></div>
|
|
<div class="ttc" id="astructripple_1_1PreflightContext_html"><div class="ttname"><a href="structripple_1_1PreflightContext.html">ripple::PreflightContext</a></div><div class="ttdoc">State information when preflighting a tx.</div><div class="ttdef"><b>Definition:</b> <a href="Transactor_8h_source.html#l00031">Transactor.h:31</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PayChanCreate_html"><div class="ttname"><a href="classripple_1_1PayChanCreate.html">ripple::PayChanCreate</a></div><div class="ttdef"><b>Definition:</b> <a href="app_2tx_2impl_2PayChan_8h_source.html#l00027">app/tx/impl/PayChan.h:27</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PayChanFund_html_a12bda57852aedf7baf733cc7e7d80a00"><div class="ttname"><a href="classripple_1_1PayChanFund.html#a12bda57852aedf7baf733cc7e7d80a00">ripple::PayChanFund::PayChanFund</a></div><div class="ttdeci">PayChanFund(ApplyContext &ctx)</div><div class="ttdef"><b>Definition:</b> <a href="app_2tx_2impl_2PayChan_8h_source.html#l00056">app/tx/impl/PayChan.h:56</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1TxConsequences_html"><div class="ttname"><a href="classripple_1_1TxConsequences.html">ripple::TxConsequences</a></div><div class="ttdoc">Class describing the consequences to the account of applying a transaction if the transaction consume...</div><div class="ttdef"><b>Definition:</b> <a href="applySteps_8h_source.html#l00045">applySteps.h:45</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PayChanFund_html_ac9dfd9d6da5df72b46250c9d0fcfdf88"><div class="ttname"><a href="classripple_1_1PayChanFund.html#ac9dfd9d6da5df72b46250c9d0fcfdf88">ripple::PayChanFund::makeTxConsequences</a></div><div class="ttdeci">static TxConsequences makeTxConsequences(PreflightContext const &ctx)</div><div class="ttdef"><b>Definition:</b> <a href="PayChan_8cpp_source.html#l00298">PayChan.cpp:298</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1PayChanCreate_html_af7524b4feea74e292e317e3851e4b3e0"><div class="ttname"><a href="classripple_1_1PayChanCreate.html#af7524b4feea74e292e317e3851e4b3e0">ripple::PayChanCreate::preclaim</a></div><div class="ttdeci">static TER preclaim(PreclaimContext const &ctx)</div><div class="ttdef"><b>Definition:</b> <a href="PayChan_8cpp_source.html#l00193">PayChan.cpp:193</a></div></div>
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by  <a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
|
</a> 1.8.17
|
|
</small></address>
|
|
</body>
|
|
</html>
|