This commit is contained in:
Bronek
2025-09-04 01:57:28 -07:00
parent b8b68c1378
commit 0e329f6fe6
230 changed files with 13002 additions and 10989 deletions

View File

@@ -802,39 +802,52 @@ $(document).ready(function() { init_codefold(0); });
<div class="line"><a id="l00912" name="l00912"></a><span class="lineno"> 912</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional&lt;AccountID&gt;</a> <span class="keyword">const</span>&amp; ammAccountID,</div>
<div class="line"><a id="l00913" name="l00913"></a><span class="lineno"> 913</span> <a class="code hl_class" href="classbeast_1_1Journal.html">beast::Journal</a> j);</div>
<div class="line"><a id="l00914" name="l00914"></a><span class="lineno"> 914</span> </div>
<div class="line"><a id="l00915" name="l00915"></a><span class="lineno"> 915</span><span class="comment">// From the perspective of a vault,</span></div>
<div class="line"><a id="l00916" name="l00916"></a><span class="lineno"> 916</span><span class="comment">// return the number of shares to give the depositor</span></div>
<div class="line"><a id="l00917" name="l00917"></a><span class="lineno"> 917</span><span class="comment">// when they deposit a fixed amount of assets.</span></div>
<div class="line"><a id="l00918" name="l00918"></a><span class="lineno"> 918</span>[[nodiscard]] <a class="code hl_class" href="classripple_1_1STAmount.html">STAmount</a></div>
<div class="line"><a id="l00919" name="l00919"></a><span class="lineno"> 919</span><a class="code hl_function" href="namespaceripple.html#ad4f860310e3dfc97345c3b673f7cd5d7">assetsToSharesDeposit</a>(</div>
<div class="line"><a id="l00915" name="l00915"></a><span class="lineno"> 915</span><span class="comment">// From the perspective of a vault, return the number of shares to give the</span></div>
<div class="line"><a id="l00916" name="l00916"></a><span class="lineno"> 916</span><span class="comment">// depositor when they deposit a fixed amount of assets. Since shares are MPT</span></div>
<div class="line"><a id="l00917" name="l00917"></a><span class="lineno"> 917</span><span class="comment">// this number is integral and always truncated in this calculation.</span></div>
<div class="line"><a id="l00918" name="l00918"></a><span class="lineno"> 918</span>[[nodiscard]] <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional&lt;STAmount&gt;</a></div>
<div class="line"><a id="l00919" name="l00919"></a><span class="lineno"> 919</span><a class="code hl_function" href="namespaceripple.html#a550c0c64a14f021fb311b1f2507e8ae4">assetsToSharesDeposit</a>(</div>
<div class="line"><a id="l00920" name="l00920"></a><span class="lineno"> 920</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE const&gt;</a> <span class="keyword">const</span>&amp; vault,</div>
<div class="line"><a id="l00921" name="l00921"></a><span class="lineno"> 921</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE const&gt;</a> <span class="keyword">const</span>&amp; issuance,</div>
<div class="line"><a id="l00922" name="l00922"></a><span class="lineno"> 922</span> <a class="code hl_class" href="classripple_1_1STAmount.html">STAmount</a> <span class="keyword">const</span>&amp; assets);</div>
<div class="line"><a id="l00923" name="l00923"></a><span class="lineno"> 923</span> </div>
<div class="line"><a id="l00924" name="l00924"></a><span class="lineno"> 924</span><span class="comment">// From the perspective of a vault,</span></div>
<div class="line"><a id="l00925" name="l00925"></a><span class="lineno"> 925</span><span class="comment">// return the number of shares to demand from the depositor</span></div>
<div class="line"><a id="l00926" name="l00926"></a><span class="lineno"> 926</span><span class="comment">// when they ask to withdraw a fixed amount of assets.</span></div>
<div class="line"><a id="l00927" name="l00927"></a><span class="lineno"> 927</span>[[nodiscard]] <a class="code hl_class" href="classripple_1_1STAmount.html">STAmount</a></div>
<div class="line"><a id="l00928" name="l00928"></a><span class="lineno"> 928</span><a class="code hl_function" href="namespaceripple.html#ac527f4be8f38f42794ec9a8981c71f25">assetsToSharesWithdraw</a>(</div>
<div class="line"><a id="l00924" name="l00924"></a><span class="lineno"> 924</span><span class="comment">// From the perspective of a vault, return the number of assets to take from</span></div>
<div class="line"><a id="l00925" name="l00925"></a><span class="lineno"> 925</span><span class="comment">// depositor when they receive a fixed amount of shares. Note, since shares are</span></div>
<div class="line"><a id="l00926" name="l00926"></a><span class="lineno"> 926</span><span class="comment">// MPT, they are always an integral number.</span></div>
<div class="line"><a id="l00927" name="l00927"></a><span class="lineno"> 927</span>[[nodiscard]] <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional&lt;STAmount&gt;</a></div>
<div class="line"><a id="l00928" name="l00928"></a><span class="lineno"> 928</span><a class="code hl_function" href="namespaceripple.html#a27f27d96c4c3cfa4165d71c4b2266a46">sharesToAssetsDeposit</a>(</div>
<div class="line"><a id="l00929" name="l00929"></a><span class="lineno"> 929</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE const&gt;</a> <span class="keyword">const</span>&amp; vault,</div>
<div class="line"><a id="l00930" name="l00930"></a><span class="lineno"> 930</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE const&gt;</a> <span class="keyword">const</span>&amp; issuance,</div>
<div class="line"><a id="l00931" name="l00931"></a><span class="lineno"> 931</span> <a class="code hl_class" href="classripple_1_1STAmount.html">STAmount</a> <span class="keyword">const</span>&amp; assets);</div>
<div class="line"><a id="l00931" name="l00931"></a><span class="lineno"> 931</span> <a class="code hl_class" href="classripple_1_1STAmount.html">STAmount</a> <span class="keyword">const</span>&amp; shares);</div>
<div class="line"><a id="l00932" name="l00932"></a><span class="lineno"> 932</span> </div>
<div class="line"><a id="l00933" name="l00933"></a><span class="lineno"> 933</span><span class="comment">// From the perspective of a vault,</span></div>
<div class="line"><a id="l00934" name="l00934"></a><span class="lineno"> 934</span><span class="comment">// return the number of assets to give the depositor</span></div>
<div class="line"><a id="l00935" name="l00935"></a><span class="lineno"> 935</span><span class="comment">// when they redeem a fixed amount of shares.</span></div>
<div class="line"><a id="l00936" name="l00936"></a><span class="lineno"> 936</span>[[nodiscard]] <a class="code hl_class" href="classripple_1_1STAmount.html">STAmount</a></div>
<div class="line"><a id="l00937" name="l00937"></a><span class="lineno"> 937</span><a class="code hl_function" href="namespaceripple.html#a2538e2190b6fa5b9b2f10e74f64c905c">sharesToAssetsWithdraw</a>(</div>
<div class="line"><a id="l00938" name="l00938"></a><span class="lineno"> 938</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE const&gt;</a> <span class="keyword">const</span>&amp; vault,</div>
<div class="line"><a id="l00939" name="l00939"></a><span class="lineno"> 939</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE const&gt;</a> <span class="keyword">const</span>&amp; issuance,</div>
<div class="line"><a id="l00940" name="l00940"></a><span class="lineno"> 940</span> <a class="code hl_class" href="classripple_1_1STAmount.html">STAmount</a> <span class="keyword">const</span>&amp; shares);</div>
<div class="line"><a id="l00941" name="l00941"></a><span class="lineno"> 941</span> </div>
<div class="line"><a id="l00948" name="l00948"></a><span class="lineno"> 948</span><span class="keywordtype">bool</span></div>
<div class="line"><a id="l00949" name="l00949"></a><span class="lineno"> 949</span><a class="code hl_function" href="namespaceripple.html#ac3e90afb749bb1f01e06729c7c860ba3">after</a>(<a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/chrono/time_point.html">NetClock::time_point</a> now, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> mark);</div>
<div class="line"><a id="l00950" name="l00950"></a><span class="lineno"> 950</span> </div>
<div class="line"><a id="l00951" name="l00951"></a><span class="lineno"> 951</span>} <span class="comment">// namespace ripple</span></div>
<div class="line"><a id="l00952" name="l00952"></a><span class="lineno"> 952</span> </div>
<div class="line"><a id="l00953" name="l00953"></a><span class="lineno"> 953</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00933" name="l00933"></a><span class="lineno"><a class="line" href="namespaceripple.html#ac52c3ab9078d3e039b86c985d50be183"> 933</a></span><span class="keyword">enum class</span> <a class="code hl_enumeration" href="namespaceripple.html#ac52c3ab9078d3e039b86c985d50be183">TruncateShares</a> : <span class="keywordtype">bool</span> { <a class="code hl_enumvalue" href="namespaceripple.html#a786c40cb27211e1704047accb2ca26bda1e5e1f9aa3cae812e41b2cf743bcfec0">no</a> = <span class="keyword">false</span>, <a class="code hl_enumvalue" href="namespaceripple.html#a786c40cb27211e1704047accb2ca26bda1f50dcfdaa21158935cd0b5ea204fa2b">yes</a> = <span class="keyword">true</span> };</div>
<div class="line"><a id="l00934" name="l00934"></a><span class="lineno"> 934</span> </div>
<div class="line"><a id="l00935" name="l00935"></a><span class="lineno"> 935</span><span class="comment">// From the perspective of a vault, return the number of shares to demand from</span></div>
<div class="line"><a id="l00936" name="l00936"></a><span class="lineno"> 936</span><span class="comment">// the depositor when they ask to withdraw a fixed amount of assets. Since</span></div>
<div class="line"><a id="l00937" name="l00937"></a><span class="lineno"> 937</span><span class="comment">// shares are MPT this number is integral, and it will be rounded to nearest</span></div>
<div class="line"><a id="l00938" name="l00938"></a><span class="lineno"> 938</span><span class="comment">// unless explicitly requested to be truncated instead.</span></div>
<div class="line"><a id="l00939" name="l00939"></a><span class="lineno"> 939</span>[[nodiscard]] <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional&lt;STAmount&gt;</a></div>
<div class="line"><a id="l00940" name="l00940"></a><span class="lineno"> 940</span><a class="code hl_function" href="namespaceripple.html#a5509de8022f2d9dddf3a87f524e3503b">assetsToSharesWithdraw</a>(</div>
<div class="line"><a id="l00941" name="l00941"></a><span class="lineno"> 941</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE const&gt;</a> <span class="keyword">const</span>&amp; vault,</div>
<div class="line"><a id="l00942" name="l00942"></a><span class="lineno"> 942</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE const&gt;</a> <span class="keyword">const</span>&amp; issuance,</div>
<div class="line"><a id="l00943" name="l00943"></a><span class="lineno"> 943</span> STAmount <span class="keyword">const</span>&amp; assets,</div>
<div class="line"><a id="l00944" name="l00944"></a><span class="lineno"> 944</span> <a class="code hl_enumeration" href="namespaceripple.html#ac52c3ab9078d3e039b86c985d50be183">TruncateShares</a> truncate = <a class="code hl_enumvalue" href="namespaceripple.html#ac52c3ab9078d3e039b86c985d50be183a7fa3b767c460b54a2be4d49030b349c7">TruncateShares::no</a>);</div>
<div class="line"><a id="l00945" name="l00945"></a><span class="lineno"> 945</span> </div>
<div class="line"><a id="l00946" name="l00946"></a><span class="lineno"> 946</span><span class="comment">// From the perspective of a vault, return the number of assets to give the</span></div>
<div class="line"><a id="l00947" name="l00947"></a><span class="lineno"> 947</span><span class="comment">// depositor when they redeem a fixed amount of shares. Note, since shares are</span></div>
<div class="line"><a id="l00948" name="l00948"></a><span class="lineno"> 948</span><span class="comment">// MPT, they are always an integral number.</span></div>
<div class="line"><a id="l00949" name="l00949"></a><span class="lineno"> 949</span>[[nodiscard]] <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/utility/optional.html">std::optional&lt;STAmount&gt;</a></div>
<div class="line"><a id="l00950" name="l00950"></a><span class="lineno"> 950</span><a class="code hl_function" href="namespaceripple.html#a7db8820410ffa3288079a33bc00109ac">sharesToAssetsWithdraw</a>(</div>
<div class="line"><a id="l00951" name="l00951"></a><span class="lineno"> 951</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE const&gt;</a> <span class="keyword">const</span>&amp; vault,</div>
<div class="line"><a id="l00952" name="l00952"></a><span class="lineno"> 952</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr&lt;SLE const&gt;</a> <span class="keyword">const</span>&amp; issuance,</div>
<div class="line"><a id="l00953" name="l00953"></a><span class="lineno"> 953</span> STAmount <span class="keyword">const</span>&amp; shares);</div>
<div class="line"><a id="l00954" name="l00954"></a><span class="lineno"> 954</span> </div>
<div class="line"><a id="l00961" name="l00961"></a><span class="lineno"> 961</span><span class="keywordtype">bool</span></div>
<div class="line"><a id="l00962" name="l00962"></a><span class="lineno"> 962</span><a class="code hl_function" href="namespaceripple.html#ac3e90afb749bb1f01e06729c7c860ba3">after</a>(<a class="code hl_typedef" href="classripple_1_1NetClock.html#a4c2428e178dca6689fa3fb4be0657107">NetClock::time_point</a> now, <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> mark);</div>
<div class="line"><a id="l00963" name="l00963"></a><span class="lineno"> 963</span> </div>
<div class="line"><a id="l00964" name="l00964"></a><span class="lineno"> 964</span>} <span class="comment">// namespace ripple</span></div>
<div class="line"><a id="l00965" name="l00965"></a><span class="lineno"> 965</span> </div>
<div class="line"><a id="l00966" name="l00966"></a><span class="lineno"> 966</span><span class="preprocessor">#endif</span></div>
<div class="ttc" id="aclassbeast_1_1Journal_1_1Stream_html"><div class="ttname"><a href="classbeast_1_1Journal_1_1Stream.html">beast::Journal::Stream</a></div><div class="ttdoc">Provide a light-weight way to check active() before string formatting.</div><div class="ttdef"><b>Definition</b> <a href="Journal_8h_source.html#l00204">Journal.h:205</a></div></div>
<div class="ttc" id="aclassbeast_1_1Journal_html"><div class="ttname"><a href="classbeast_1_1Journal.html">beast::Journal</a></div><div class="ttdoc">A generic endpoint for log messages.</div><div class="ttdef"><b>Definition</b> <a href="Journal_8h_source.html#l00059">Journal.h:60</a></div></div>
<div class="ttc" id="aclassripple_1_1ApplyView_html"><div class="ttname"><a href="classripple_1_1ApplyView.html">ripple::ApplyView</a></div><div class="ttdoc">Writeable view to a ledger, for applying a transaction.</div><div class="ttdef"><b>Definition</b> <a href="ApplyView_8h_source.html#l00143">ApplyView.h:144</a></div></div>
@@ -844,6 +857,7 @@ $(document).ready(function() { init_codefold(0); });
<div class="ttc" id="aclassripple_1_1Issue_html_a46e4805870b1bad6a8691bed0b8acec8"><div class="ttname"><a href="classripple_1_1Issue.html#a46e4805870b1bad6a8691bed0b8acec8">ripple::Issue::account</a></div><div class="ttdeci">AccountID account</div><div class="ttdef"><b>Definition</b> <a href="Issue_8h_source.html#l00036">Issue.h:36</a></div></div>
<div class="ttc" id="aclassripple_1_1Issue_html_a4b723aa4198e4c630e41de06586e2fe7"><div class="ttname"><a href="classripple_1_1Issue.html#a4b723aa4198e4c630e41de06586e2fe7">ripple::Issue::currency</a></div><div class="ttdeci">Currency currency</div><div class="ttdef"><b>Definition</b> <a href="Issue_8h_source.html#l00035">Issue.h:35</a></div></div>
<div class="ttc" id="aclassripple_1_1MPTIssue_html"><div class="ttname"><a href="classripple_1_1MPTIssue.html">ripple::MPTIssue</a></div><div class="ttdef"><b>Definition</b> <a href="MPTIssue_8h_source.html#l00032">MPTIssue.h:33</a></div></div>
<div class="ttc" id="aclassripple_1_1NetClock_html_a4c2428e178dca6689fa3fb4be0657107"><div class="ttname"><a href="classripple_1_1NetClock.html#a4c2428e178dca6689fa3fb4be0657107">ripple::NetClock::time_point</a></div><div class="ttdeci">std::chrono::time_point&lt; NetClock &gt; time_point</div><div class="ttdef"><b>Definition</b> <a href="chrono_8h_source.html#l00069">chrono.h:69</a></div></div>
<div class="ttc" id="aclassripple_1_1ReadView_html"><div class="ttname"><a href="classripple_1_1ReadView.html">ripple::ReadView</a></div><div class="ttdoc">A view into a ledger.</div><div class="ttdef"><b>Definition</b> <a href="ReadView_8h_source.html#l00051">ReadView.h:52</a></div></div>
<div class="ttc" id="aclassripple_1_1ReadView_html_a0583a050ea7799ba331f6222a905f304"><div class="ttname"><a href="classripple_1_1ReadView.html#a0583a050ea7799ba331f6222a905f304">ripple::ReadView::read</a></div><div class="ttdeci">virtual std::shared_ptr&lt; SLE const &gt; read(Keylet const &amp;k) const =0</div><div class="ttdoc">Return the state item associated with a key.</div></div>
<div class="ttc" id="aclassripple_1_1STAmount_html"><div class="ttname"><a href="classripple_1_1STAmount.html">ripple::STAmount</a></div><div class="ttdef"><b>Definition</b> <a href="STAmount_8h_source.html#l00049">STAmount.h:50</a></div></div>
@@ -862,9 +876,9 @@ $(document).ready(function() { init_codefold(0); });
<div class="ttc" id="anamespaceripple_1_1keylet_html_acd4d51d467fc6e75745baf179a7965ef"><div class="ttname"><a href="namespaceripple_1_1keylet.html#acd4d51d467fc6e75745baf179a7965ef">ripple::keylet::ownerDir</a></div><div class="ttdeci">Keylet ownerDir(AccountID const &amp;id) noexcept</div><div class="ttdoc">The root page of an account's directory.</div><div class="ttdef"><b>Definition</b> <a href="Indexes_8cpp_source.html#l00374">Indexes.cpp:374</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_a00ae0d729cb3e35b6bcac9a27ebb5284"><div class="ttname"><a href="namespaceripple.html#a00ae0d729cb3e35b6bcac9a27ebb5284">ripple::AccountID</a></div><div class="ttdeci">base_uint&lt; 160, detail::AccountIDTag &gt; AccountID</div><div class="ttdoc">A 160-bit unsigned that uniquely identifies an account.</div><div class="ttdef"><b>Definition</b> <a href="AccountID_8h_source.html#l00048">AccountID.h:48</a></div></div>
<div class="ttc" id="anamespaceripple_html_a02de69480d9655456084663dc5d7c100"><div class="ttname"><a href="namespaceripple.html#a02de69480d9655456084663dc5d7c100">ripple::rippleLockEscrowMPT</a></div><div class="ttdeci">TER rippleLockEscrowMPT(ApplyView &amp;view, AccountID const &amp;sender, STAmount const &amp;amount, beast::Journal j)</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l02853">View.cpp:2853</a></div></div>
<div class="ttc" id="anamespaceripple_html_a02de69480d9655456084663dc5d7c100"><div class="ttname"><a href="namespaceripple.html#a02de69480d9655456084663dc5d7c100">ripple::rippleLockEscrowMPT</a></div><div class="ttdeci">TER rippleLockEscrowMPT(ApplyView &amp;view, AccountID const &amp;sender, STAmount const &amp;amount, beast::Journal j)</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l02908">View.cpp:2908</a></div></div>
<div class="ttc" id="anamespaceripple_html_a09aa323550d2b54d5ae9c08da46b2b2d"><div class="ttname"><a href="namespaceripple.html#a09aa323550d2b54d5ae9c08da46b2b2d">ripple::createPseudoAccount</a></div><div class="ttdeci">Expected&lt; std::shared_ptr&lt; SLE &gt;, TER &gt; createPseudoAccount(ApplyView &amp;view, uint256 const &amp;pseudoOwnerKey, SField const &amp;ownerField)</div><div class="ttdoc">Create pseudo-account, storing pseudoOwnerKey into ownerField.</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l01094">View.cpp:1094</a></div></div>
<div class="ttc" id="anamespaceripple_html_a12af8e98b794e8ee3b4dbecaed2a4efd"><div class="ttname"><a href="namespaceripple.html#a12af8e98b794e8ee3b4dbecaed2a4efd">ripple::LedgerIndex</a></div><div class="ttdeci">std::uint32_t LedgerIndex</div><div class="ttdoc">A ledger index.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00130">Protocol.h:130</a></div></div>
<div class="ttc" id="anamespaceripple_html_a12af8e98b794e8ee3b4dbecaed2a4efd"><div class="ttname"><a href="namespaceripple.html#a12af8e98b794e8ee3b4dbecaed2a4efd">ripple::LedgerIndex</a></div><div class="ttdeci">std::uint32_t LedgerIndex</div><div class="ttdoc">A ledger index.</div><div class="ttdef"><b>Definition</b> <a href="Protocol_8h_source.html#l00137">Protocol.h:137</a></div></div>
<div class="ttc" id="anamespaceripple_html_a13dda1015b76a3c1dfddf1ccd3360ae8"><div class="ttname"><a href="namespaceripple.html#a13dda1015b76a3c1dfddf1ccd3360ae8">ripple::checkFrozen</a></div><div class="ttdeci">TER checkFrozen(ReadView const &amp;view, AccountID const &amp;account, Issue const &amp;issue)</div><div class="ttdef"><b>Definition</b> <a href="View_8h_source.html#l00179">View.h:179</a></div></div>
<div class="ttc" id="anamespaceripple_html_a15bb971c7e554fc3df218aba54c33fcc"><div class="ttname"><a href="namespaceripple.html#a15bb971c7e554fc3df218aba54c33fcc">ripple::accountFunds</a></div><div class="ttdeci">STAmount accountFunds(ReadView const &amp;view, AccountID const &amp;id, STAmount const &amp;saDefault, FreezeHandling freezeHandling, beast::Journal j)</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l00552">View.cpp:552</a></div></div>
<div class="ttc" id="anamespaceripple_html_a16b466cc38b73c15e032e268db4c4de7"><div class="ttname"><a href="namespaceripple.html#a16b466cc38b73c15e032e268db4c4de7">ripple::requireAuth</a></div><div class="ttdeci">TER requireAuth(ReadView const &amp;view, Issue const &amp;issue, AccountID const &amp;account, AuthType authType)</div><div class="ttdoc">Check if the account lacks required authorization.</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l02404">View.cpp:2404</a></div></div>
@@ -872,8 +886,8 @@ $(document).ready(function() { init_codefold(0); });
<div class="ttc" id="anamespaceripple_html_a17a9a9b903b66e49f5413d82ce79f085a852cabbbe21a9b4d63aff777eceab2fd"><div class="ttname"><a href="namespaceripple.html#a17a9a9b903b66e49f5413d82ce79f085a852cabbbe21a9b4d63aff777eceab2fd">ripple::fhZERO_IF_FROZEN</a></div><div class="ttdeci">@ fhZERO_IF_FROZEN</div><div class="ttdef"><b>Definition</b> <a href="View_8h_source.html#l00078">View.h:78</a></div></div>
<div class="ttc" id="anamespaceripple_html_a17a9a9b903b66e49f5413d82ce79f085a91e3c4f8089025c7ecf66dd62b822d90"><div class="ttname"><a href="namespaceripple.html#a17a9a9b903b66e49f5413d82ce79f085a91e3c4f8089025c7ecf66dd62b822d90">ripple::fhIGNORE_FREEZE</a></div><div class="ttdeci">@ fhIGNORE_FREEZE</div><div class="ttdef"><b>Definition</b> <a href="View_8h_source.html#l00078">View.h:78</a></div></div>
<div class="ttc" id="anamespaceripple_html_a206bfc3d5fcad44ece8cab528ccf48ba"><div class="ttname"><a href="namespaceripple.html#a206bfc3d5fcad44ece8cab528ccf48ba">ripple::cdirFirst</a></div><div class="ttdeci">bool cdirFirst(ReadView const &amp;view, uint256 const &amp;root, std::shared_ptr&lt; SLE const &gt; &amp;page, unsigned int &amp;index, uint256 &amp;entry)</div><div class="ttdoc">Returns the first entry in the directory, advancing the index.</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l00146">View.cpp:146</a></div></div>
<div class="ttc" id="anamespaceripple_html_a2538e2190b6fa5b9b2f10e74f64c905c"><div class="ttname"><a href="namespaceripple.html#a2538e2190b6fa5b9b2f10e74f64c905c">ripple::sharesToAssetsWithdraw</a></div><div class="ttdeci">STAmount sharesToAssetsWithdraw(std::shared_ptr&lt; SLE const &gt; const &amp;vault, std::shared_ptr&lt; SLE const &gt; const &amp;issuance, STAmount const &amp;shares)</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l02834">View.cpp:2834</a></div></div>
<div class="ttc" id="anamespaceripple_html_a276b9076d790b69ea4d9e13720a12ec8"><div class="ttname"><a href="namespaceripple.html#a276b9076d790b69ea4d9e13720a12ec8">ripple::getCandidateLedger</a></div><div class="ttdeci">LedgerIndex getCandidateLedger(LedgerIndex requested)</div><div class="ttdoc">Find a ledger index from which we could easily get the requested ledger.</div><div class="ttdef"><b>Definition</b> <a href="View_8h_source.html#l00430">View.h:430</a></div></div>
<div class="ttc" id="anamespaceripple_html_a27f27d96c4c3cfa4165d71c4b2266a46"><div class="ttname"><a href="namespaceripple.html#a27f27d96c4c3cfa4165d71c4b2266a46">ripple::sharesToAssetsDeposit</a></div><div class="ttdeci">std::optional&lt; STAmount &gt; sharesToAssetsDeposit(std::shared_ptr&lt; SLE const &gt; const &amp;vault, std::shared_ptr&lt; SLE const &gt; const &amp;issuance, STAmount const &amp;shares)</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l02825">View.cpp:2825</a></div></div>
<div class="ttc" id="anamespaceripple_html_a29c200b51e582524768ea6a9f3d9b279"><div class="ttname"><a href="namespaceripple.html#a29c200b51e582524768ea6a9f3d9b279">ripple::isIndividualFrozen</a></div><div class="ttdeci">bool isIndividualFrozen(ReadView const &amp;view, AccountID const &amp;account, Currency const &amp;currency, AccountID const &amp;issuer)</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l00214">View.cpp:214</a></div></div>
<div class="ttc" id="anamespaceripple_html_a2da08ee715495ec871618786c8afec80"><div class="ttname"><a href="namespaceripple.html#a2da08ee715495ec871618786c8afec80">ripple::deleteAMMTrustLine</a></div><div class="ttdeci">TER deleteAMMTrustLine(ApplyView &amp;view, std::shared_ptr&lt; SLE &gt; sleState, std::optional&lt; AccountID &gt; const &amp;ammAccountID, beast::Journal j)</div><div class="ttdoc">Delete trustline to AMM.</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l02720">View.cpp:2720</a></div></div>
<div class="ttc" id="anamespaceripple_html_a34251c908a52d50d055160c19d6e6e56"><div class="ttname"><a href="namespaceripple.html#a34251c908a52d50d055160c19d6e6e56">ripple::dirFirst</a></div><div class="ttdeci">bool dirFirst(ApplyView &amp;view, uint256 const &amp;root, std::shared_ptr&lt; SLE &gt; &amp;page, unsigned int &amp;index, uint256 &amp;entry)</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l00124">View.cpp:124</a></div></div>
@@ -888,6 +902,8 @@ $(document).ready(function() { init_codefold(0); });
<div class="ttc" id="anamespaceripple_html_a4e070aef85986336795216a3e5336f8da0cc0a0507cf3d31e5089f420a4cf8b4b"><div class="ttname"><a href="namespaceripple.html#a4e070aef85986336795216a3e5336f8da0cc0a0507cf3d31e5089f420a4cf8b4b">ripple::AuthType::Legacy</a></div><div class="ttdeci">@ Legacy</div></div>
<div class="ttc" id="anamespaceripple_html_a4e070aef85986336795216a3e5336f8da41aee20744fc47f976626aa2ade7adcb"><div class="ttname"><a href="namespaceripple.html#a4e070aef85986336795216a3e5336f8da41aee20744fc47f976626aa2ade7adcb">ripple::AuthType::WeakAuth</a></div><div class="ttdeci">@ WeakAuth</div></div>
<div class="ttc" id="anamespaceripple_html_a4e070aef85986336795216a3e5336f8da7559328fba92acce7308a39180e16441"><div class="ttname"><a href="namespaceripple.html#a4e070aef85986336795216a3e5336f8da7559328fba92acce7308a39180e16441">ripple::AuthType::StrongAuth</a></div><div class="ttdeci">@ StrongAuth</div></div>
<div class="ttc" id="anamespaceripple_html_a5509de8022f2d9dddf3a87f524e3503b"><div class="ttname"><a href="namespaceripple.html#a5509de8022f2d9dddf3a87f524e3503b">ripple::assetsToSharesWithdraw</a></div><div class="ttdeci">std::optional&lt; STAmount &gt; assetsToSharesWithdraw(std::shared_ptr&lt; SLE const &gt; const &amp;vault, std::shared_ptr&lt; SLE const &gt; const &amp;issuance, STAmount const &amp;assets, TruncateShares truncate)</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l02854">View.cpp:2854</a></div></div>
<div class="ttc" id="anamespaceripple_html_a550c0c64a14f021fb311b1f2507e8ae4"><div class="ttname"><a href="namespaceripple.html#a550c0c64a14f021fb311b1f2507e8ae4">ripple::assetsToSharesDeposit</a></div><div class="ttdeci">std::optional&lt; STAmount &gt; assetsToSharesDeposit(std::shared_ptr&lt; SLE const &gt; const &amp;vault, std::shared_ptr&lt; SLE const &gt; const &amp;issuance, STAmount const &amp;assets)</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l02797">View.cpp:2797</a></div></div>
<div class="ttc" id="anamespaceripple_html_a5b188f8f22827b2e24b506ef852ffd69"><div class="ttname"><a href="namespaceripple.html#a5b188f8f22827b2e24b506ef852ffd69">ripple::AuthHandling</a></div><div class="ttdeci">AuthHandling</div><div class="ttdoc">Controls the treatment of unauthorized MPT balances.</div><div class="ttdef"><b>Definition</b> <a href="View_8h_source.html#l00081">View.h:81</a></div></div>
<div class="ttc" id="anamespaceripple_html_a5b188f8f22827b2e24b506ef852ffd69a820269896276aff7cc9a2359a5ab28ef"><div class="ttname"><a href="namespaceripple.html#a5b188f8f22827b2e24b506ef852ffd69a820269896276aff7cc9a2359a5ab28ef">ripple::ahZERO_IF_UNAUTHORIZED</a></div><div class="ttdeci">@ ahZERO_IF_UNAUTHORIZED</div><div class="ttdef"><b>Definition</b> <a href="View_8h_source.html#l00081">View.h:81</a></div></div>
<div class="ttc" id="anamespaceripple_html_a5b188f8f22827b2e24b506ef852ffd69aa484bc6f8679c4ff282784792c4892b2"><div class="ttname"><a href="namespaceripple.html#a5b188f8f22827b2e24b506ef852ffd69aa484bc6f8679c4ff282784792c4892b2">ripple::ahIGNORE_AUTH</a></div><div class="ttdeci">@ ahIGNORE_AUTH</div><div class="ttdef"><b>Definition</b> <a href="View_8h_source.html#l00081">View.h:81</a></div></div>
@@ -899,8 +915,11 @@ $(document).ready(function() { init_codefold(0); });
<div class="ttc" id="anamespaceripple_html_a6cb89b79bc073abda42953c323d36cda"><div class="ttname"><a href="namespaceripple.html#a6cb89b79bc073abda42953c323d36cda">ripple::isFrozen</a></div><div class="ttdeci">bool isFrozen(ReadView const &amp;view, AccountID const &amp;account, Currency const &amp;currency, AccountID const &amp;issuer)</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l00248">View.cpp:248</a></div></div>
<div class="ttc" id="anamespaceripple_html_a6f8b0cab74710c17299c1d37f3e05b48"><div class="ttname"><a href="namespaceripple.html#a6f8b0cab74710c17299c1d37f3e05b48">ripple::getEnabledAmendments</a></div><div class="ttdeci">std::set&lt; uint256 &gt; getEnabledAmendments(ReadView const &amp;view)</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l00919">View.cpp:919</a></div></div>
<div class="ttc" id="anamespaceripple_html_a70a62aa7e380540ed36762d3c02492f1"><div class="ttname"><a href="namespaceripple.html#a70a62aa7e380540ed36762d3c02492f1">ripple::canTransfer</a></div><div class="ttdeci">TER canTransfer(ReadView const &amp;view, MPTIssue const &amp;mptIssue, AccountID const &amp;from, AccountID const &amp;to)</div><div class="ttdoc">Check if the destination account is allowed to receive MPT.</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l02622">View.cpp:2622</a></div></div>
<div class="ttc" id="anamespaceripple_html_a786c40cb27211e1704047accb2ca26bda1e5e1f9aa3cae812e41b2cf743bcfec0"><div class="ttname"><a href="namespaceripple.html#a786c40cb27211e1704047accb2ca26bda1e5e1f9aa3cae812e41b2cf743bcfec0">ripple::no</a></div><div class="ttdeci">@ no</div><div class="ttdef"><b>Definition</b> <a href="Steps_8h_source.html#l00045">Steps.h:45</a></div></div>
<div class="ttc" id="anamespaceripple_html_a786c40cb27211e1704047accb2ca26bda1f50dcfdaa21158935cd0b5ea204fa2b"><div class="ttname"><a href="namespaceripple.html#a786c40cb27211e1704047accb2ca26bda1f50dcfdaa21158935cd0b5ea204fa2b">ripple::yes</a></div><div class="ttdeci">@ yes</div><div class="ttdef"><b>Definition</b> <a href="Steps_8h_source.html#l00045">Steps.h:45</a></div></div>
<div class="ttc" id="anamespaceripple_html_a7db8820410ffa3288079a33bc00109ac"><div class="ttname"><a href="namespaceripple.html#a7db8820410ffa3288079a33bc00109ac">ripple::sharesToAssetsWithdraw</a></div><div class="ttdeci">std::optional&lt; STAmount &gt; sharesToAssetsWithdraw(std::shared_ptr&lt; SLE const &gt; const &amp;vault, std::shared_ptr&lt; SLE const &gt; const &amp;issuance, STAmount const &amp;shares)</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l02883">View.cpp:2883</a></div></div>
<div class="ttc" id="anamespaceripple_html_a815da37e59b05570030f09cc6fae1914"><div class="ttname"><a href="namespaceripple.html#a815da37e59b05570030f09cc6fae1914">ripple::authorizeMPToken</a></div><div class="ttdeci">TER authorizeMPToken(ApplyView &amp;view, XRPAmount const &amp;priorBalance, MPTID const &amp;mptIssuanceID, AccountID const &amp;account, beast::Journal journal, std::uint32_t flags, std::optional&lt; AccountID &gt; holderID)</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l01221">View.cpp:1221</a></div></div>
<div class="ttc" id="anamespaceripple_html_a83da4b11e236a23156ac525c94494dcf"><div class="ttname"><a href="namespaceripple.html#a83da4b11e236a23156ac525c94494dcf">ripple::rippleUnlockEscrowMPT</a></div><div class="ttdeci">TER rippleUnlockEscrowMPT(ApplyView &amp;view, AccountID const &amp;sender, AccountID const &amp;receiver, STAmount const &amp;amount, beast::Journal j)</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l02950">View.cpp:2950</a></div></div>
<div class="ttc" id="anamespaceripple_html_a83da4b11e236a23156ac525c94494dcf"><div class="ttname"><a href="namespaceripple.html#a83da4b11e236a23156ac525c94494dcf">ripple::rippleUnlockEscrowMPT</a></div><div class="ttdeci">TER rippleUnlockEscrowMPT(ApplyView &amp;view, AccountID const &amp;sender, AccountID const &amp;receiver, STAmount const &amp;amount, beast::Journal j)</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l03005">View.cpp:3005</a></div></div>
<div class="ttc" id="anamespaceripple_html_a868a93d3fbb97e3ba20ba054df1db3ca"><div class="ttname"><a href="namespaceripple.html#a868a93d3fbb97e3ba20ba054df1db3ca">ripple::adjustOwnerCount</a></div><div class="ttdeci">static bool adjustOwnerCount(ApplyContext &amp;ctx, int count)</div><div class="ttdef"><b>Definition</b> <a href="SetOracle_8cpp_source.html#l00186">SetOracle.cpp:186</a></div></div>
<div class="ttc" id="anamespaceripple_html_a8792cc3f99463ceba4e96dde34fe17a4"><div class="ttname"><a href="namespaceripple.html#a8792cc3f99463ceba4e96dde34fe17a4">ripple::Currency</a></div><div class="ttdeci">base_uint&lt; 160, detail::CurrencyTag &gt; Currency</div><div class="ttdoc">Currency is a hash representing a specific currency.</div><div class="ttdef"><b>Definition</b> <a href="UintTypes_8h_source.html#l00056">UintTypes.h:56</a></div></div>
<div class="ttc" id="anamespaceripple_html_a90be03987e749140f06194f133f167e8"><div class="ttname"><a href="namespaceripple.html#a90be03987e749140f06194f133f167e8">ripple::isVaultPseudoAccountFrozen</a></div><div class="ttdeci">bool isVaultPseudoAccountFrozen(ReadView const &amp;view, AccountID const &amp;account, MPTIssue const &amp;mptShare, int depth)</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l00308">View.cpp:308</a></div></div>
@@ -922,12 +941,12 @@ $(document).ready(function() { init_codefold(0); });
<div class="ttc" id="anamespaceripple_html_ab6b00b336996c0b0a3fe2e8a8d5fa76a"><div class="ttname"><a href="namespaceripple.html#ab6b00b336996c0b0a3fe2e8a8d5fa76a">ripple::getMajorityAmendments</a></div><div class="ttdeci">majorityAmendments_t getMajorityAmendments(ReadView const &amp;view)</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l00936">View.cpp:936</a></div></div>
<div class="ttc" id="anamespaceripple_html_ac151bf19e1f4daae2b04c65c65117139"><div class="ttname"><a href="namespaceripple.html#ac151bf19e1f4daae2b04c65c65117139">ripple::LedgerEntryType</a></div><div class="ttdeci">LedgerEntryType</div><div class="ttdoc">Identifiers for on-ledger objects.</div><div class="ttdef"><b>Definition</b> <a href="LedgerFormats_8h_source.html#l00053">LedgerFormats.h:54</a></div></div>
<div class="ttc" id="anamespaceripple_html_ac1d430838f9c822e6c0722f54807ebef"><div class="ttname"><a href="namespaceripple.html#ac1d430838f9c822e6c0722f54807ebef">ripple::forEachItemAfter</a></div><div class="ttdeci">bool forEachItemAfter(ReadView const &amp;view, Keylet const &amp;root, uint256 const &amp;after, std::uint64_t const hint, unsigned int limit, std::function&lt; bool(std::shared_ptr&lt; SLE const &gt; const &amp;)&gt; const &amp;f)</div><div class="ttdoc">Iterate all items after an item in the given directory.</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l00682">View.cpp:682</a></div></div>
<div class="ttc" id="anamespaceripple_html_ac3e90afb749bb1f01e06729c7c860ba3"><div class="ttname"><a href="namespaceripple.html#ac3e90afb749bb1f01e06729c7c860ba3">ripple::after</a></div><div class="ttdeci">bool after(NetClock::time_point now, std::uint32_t mark)</div><div class="ttdoc">Has the specified time passed?</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l03096">View.cpp:3096</a></div></div>
<div class="ttc" id="anamespaceripple_html_ac527f4be8f38f42794ec9a8981c71f25"><div class="ttname"><a href="namespaceripple.html#ac527f4be8f38f42794ec9a8981c71f25">ripple::assetsToSharesWithdraw</a></div><div class="ttdeci">STAmount assetsToSharesWithdraw(std::shared_ptr&lt; SLE const &gt; const &amp;vault, std::shared_ptr&lt; SLE const &gt; const &amp;issuance, STAmount const &amp;assets)</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l02815">View.cpp:2815</a></div></div>
<div class="ttc" id="anamespaceripple_html_ac3e90afb749bb1f01e06729c7c860ba3"><div class="ttname"><a href="namespaceripple.html#ac3e90afb749bb1f01e06729c7c860ba3">ripple::after</a></div><div class="ttdeci">bool after(NetClock::time_point now, std::uint32_t mark)</div><div class="ttdoc">Has the specified time passed?</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l03151">View.cpp:3151</a></div></div>
<div class="ttc" id="anamespaceripple_html_ac52c3ab9078d3e039b86c985d50be183"><div class="ttname"><a href="namespaceripple.html#ac52c3ab9078d3e039b86c985d50be183">ripple::TruncateShares</a></div><div class="ttdeci">TruncateShares</div><div class="ttdef"><b>Definition</b> <a href="View_8h_source.html#l00933">View.h:933</a></div></div>
<div class="ttc" id="anamespaceripple_html_ac52c3ab9078d3e039b86c985d50be183a7fa3b767c460b54a2be4d49030b349c7"><div class="ttname"><a href="namespaceripple.html#ac52c3ab9078d3e039b86c985d50be183a7fa3b767c460b54a2be4d49030b349c7">ripple::TruncateShares::no</a></div><div class="ttdeci">@ no</div></div>
<div class="ttc" id="anamespaceripple_html_ac63838a9be23c18086f1f05c78867399"><div class="ttname"><a href="namespaceripple.html#ac63838a9be23c18086f1f05c78867399">ripple::cleanupOnAccountDelete</a></div><div class="ttdeci">TER cleanupOnAccountDelete(ApplyView &amp;view, Keylet const &amp;ownerDirKeylet, EntryDeleter const &amp;deleter, beast::Journal j, std::optional&lt; uint16_t &gt; maxNodesToDelete)</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l02642">View.cpp:2642</a></div></div>
<div class="ttc" id="anamespaceripple_html_accc8ce88b24f653a30e40f7d22e428c5"><div class="ttname"><a href="namespaceripple.html#accc8ce88b24f653a30e40f7d22e428c5">ripple::forEachItem</a></div><div class="ttdeci">void forEachItem(ReadView const &amp;view, Keylet const &amp;root, std::function&lt; void(std::shared_ptr&lt; SLE const &gt; const &amp;)&gt; const &amp;f)</div><div class="ttdoc">Iterate all items in the given directory.</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l00654">View.cpp:654</a></div></div>
<div class="ttc" id="anamespaceripple_html_acdc87ea9c4ad1742d4aeebac963e8570"><div class="ttname"><a href="namespaceripple.html#acdc87ea9c4ad1742d4aeebac963e8570">ripple::root</a></div><div class="ttdeci">Number root(Number f, unsigned d)</div><div class="ttdef"><b>Definition</b> <a href="Number_8cpp_source.html#l00636">Number.cpp:636</a></div></div>
<div class="ttc" id="anamespaceripple_html_ad4f860310e3dfc97345c3b673f7cd5d7"><div class="ttname"><a href="namespaceripple.html#ad4f860310e3dfc97345c3b673f7cd5d7">ripple::assetsToSharesDeposit</a></div><div class="ttdeci">STAmount assetsToSharesDeposit(std::shared_ptr&lt; SLE const &gt; const &amp;vault, std::shared_ptr&lt; SLE const &gt; const &amp;issuance, STAmount const &amp;assets)</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l02797">View.cpp:2797</a></div></div>
<div class="ttc" id="anamespaceripple_html_ad574e2b04fc8231900df14881418af18"><div class="ttname"><a href="namespaceripple.html#ad574e2b04fc8231900df14881418af18">ripple::hasExpired</a></div><div class="ttdeci">bool hasExpired(ReadView const &amp;view, std::optional&lt; std::uint32_t &gt; const &amp;exp)</div><div class="ttdoc">Determines whether the given expiration time has passed.</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l00174">View.cpp:174</a></div></div>
<div class="ttc" id="anamespaceripple_html_adbbbf76f04d55cd69f1740ed38330719"><div class="ttname"><a href="namespaceripple.html#adbbbf76f04d55cd69f1740ed38330719">ripple::rippleCredit</a></div><div class="ttdeci">TER rippleCredit(ApplyView &amp;view, AccountID const &amp;uSenderID, AccountID const &amp;uReceiverID, STAmount const &amp;saAmount, bool bCheckIssuer, beast::Journal j)</div><div class="ttdoc">Calls static rippleCreditIOU if saAmount represents Issue.</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l02769">View.cpp:2769</a></div></div>
<div class="ttc" id="anamespaceripple_html_adcd50578d9c82873a5d3a3f00b06899c"><div class="ttname"><a href="namespaceripple.html#adcd50578d9c82873a5d3a3f00b06899c">ripple::isAnyFrozen</a></div><div class="ttdeci">bool isAnyFrozen(ReadView const &amp;view, std::initializer_list&lt; AccountID &gt; const &amp;accounts, MPTIssue const &amp;mptIssue, int depth)</div><div class="ttdef"><b>Definition</b> <a href="View_8cpp_source.html#l00283">View.cpp:283</a></div></div>
@@ -944,7 +963,6 @@ $(document).ready(function() { init_codefold(0); });
<div class="ttc" id="aset_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/set.html">std::set</a></div></div>
<div class="ttc" id="ashared_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a></div></div>
<div class="ttc" id="astructripple_1_1Keylet_html"><div class="ttname"><a href="structripple_1_1Keylet.html">ripple::Keylet</a></div><div class="ttdoc">A pair of SHAMap key and LedgerEntryType.</div><div class="ttdef"><b>Definition</b> <a href="Keylet_8h_source.html#l00038">Keylet.h:39</a></div></div>
<div class="ttc" id="atime_point_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/chrono/time_point.html">std::chrono::time_point</a></div></div>
<div class="ttc" id="autility_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/utility.html">utility</a></div></div>
<div class="ttc" id="avisit_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/variant/visit.html">std::visit</a></div><div class="ttdeci">T visit(T... args)</div></div>
</div><!-- fragment --></div><!-- contents -->