mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 03:26:01 +00:00
deploy: 1a8eb5e6e3
This commit is contained in:
@@ -123,7 +123,7 @@ $(function() {
|
||||
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  assert(sender != receiver);</div>
|
||||
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  assert(!amount.<a class="code" href="classripple_1_1STAmount.html#aa830654962840253139aa891659f7551">negative</a>());</div>
|
||||
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  </div>
|
||||
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <span class="keyword">auto</span> <span class="keyword">const</span> k = <a class="code" href="classripple_1_1detail_1_1DeferredCredits.html#a91901f7b4ab89470f7735e1e7029a9b9">makeKey</a>(sender, receiver, amount.<a class="code" href="classripple_1_1STAmount.html#a2563a8f586a001bfbbc88630701deaf1">getCurrency</a>());</div>
|
||||
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <span class="keyword">auto</span> <span class="keyword">const</span> k = <a class="code" href="classripple_1_1detail_1_1DeferredCredits.html#a91901f7b4ab89470f7735e1e7029a9b9">makeKey</a>(sender, receiver, amount.<a class="code" href="classripple_1_1STAmount.html#a5c7b5375e72e2459d4b6d65797744ca6">getCurrency</a>());</div>
|
||||
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  <span class="keyword">auto</span> i = <a class="code" href="classripple_1_1detail_1_1DeferredCredits.html#a79e2fe0650e76cf3c71d6c6e1e5ae31c">credits_</a>.find(k);</div>
|
||||
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <span class="keywordflow">if</span> (i == <a class="code" href="classripple_1_1detail_1_1DeferredCredits.html#a79e2fe0650e76cf3c71d6c6e1e5ae31c">credits_</a>.end())</div>
|
||||
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  {</div>
|
||||
@@ -256,7 +256,7 @@ $(function() {
|
||||
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span> <span class="comment"> magnitudes, (B+C)-C may not equal B.</span></div>
|
||||
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span> <span class="comment"> */</span></div>
|
||||
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>  </div>
|
||||
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>  <span class="keyword">auto</span> <span class="keyword">const</span> currency = amount.<a class="code" href="classripple_1_1STAmount.html#a2563a8f586a001bfbbc88630701deaf1">getCurrency</a>();</div>
|
||||
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>  <span class="keyword">auto</span> <span class="keyword">const</span> currency = amount.<a class="code" href="classripple_1_1STAmount.html#a5c7b5375e72e2459d4b6d65797744ca6">getCurrency</a>();</div>
|
||||
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>  </div>
|
||||
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>  <span class="keyword">auto</span> delta = amount.<a class="code" href="classripple_1_1STAmount.html#af8fda98bf85bb681409a8d601a3f08dc">zeroed</a>();</div>
|
||||
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>  <span class="keyword">auto</span> lastBal = amount;</div>
|
||||
@@ -277,7 +277,7 @@ $(function() {
|
||||
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>  <span class="comment">// to compute usable balance just slightly above what the ledger</span></div>
|
||||
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>  <span class="comment">// calculates (but always less than the actual balance).</span></div>
|
||||
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>  <span class="keyword">auto</span> adjustedAmt = <a class="codeRef" href="http://en.cppreference.com/w/cpp/algorithm/min.html">std::min</a>({amount, lastBal - delta, minBal});</div>
|
||||
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>  adjustedAmt.setIssuer(amount.<a class="code" href="classripple_1_1STAmount.html#a32dbb5cdbd2b0d593047909d9294c861">getIssuer</a>());</div>
|
||||
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>  adjustedAmt.setIssuer(amount.<a class="code" href="classripple_1_1STAmount.html#aaac822e5948df5f12b6eaf48feaf1684">getIssuer</a>());</div>
|
||||
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>  </div>
|
||||
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>  <span class="keywordflow">if</span> (<a class="code" href="namespaceripple.html#a20d30277b9c78756b3d14493055a307c">isXRP</a>(issuer) && adjustedAmt < beast::zero)</div>
|
||||
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>  <span class="comment">// A calculated negative XRP balance is not an error case. Consider a</span></div>
|
||||
@@ -439,7 +439,7 @@ $(function() {
|
||||
<div class="line"><a name="l00368"></a><span class="lineno"> 368</span>  }</div>
|
||||
<div class="line"><a name="l00369"></a><span class="lineno"> 369</span>  <span class="comment">// The following are now set, put them in the map</span></div>
|
||||
<div class="line"><a name="l00370"></a><span class="lineno"> 370</span>  <span class="keyword">auto</span> delta = newBalance - oldBalance;</div>
|
||||
<div class="line"><a name="l00371"></a><span class="lineno"> 371</span>  <span class="keyword">auto</span> <span class="keyword">const</span> cur = newBalance.<a class="code" href="classripple_1_1STAmount.html#a2563a8f586a001bfbbc88630701deaf1">getCurrency</a>();</div>
|
||||
<div class="line"><a name="l00371"></a><span class="lineno"> 371</span>  <span class="keyword">auto</span> <span class="keyword">const</span> cur = newBalance.<a class="code" href="classripple_1_1STAmount.html#a5c7b5375e72e2459d4b6d65797744ca6">getCurrency</a>();</div>
|
||||
<div class="line"><a name="l00372"></a><span class="lineno"> 372</span>  result[<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/tuple/make_tuple.html">std::make_tuple</a>(lowID, highID, cur)] = delta;</div>
|
||||
<div class="line"><a name="l00373"></a><span class="lineno"> 373</span>  <span class="keyword">auto</span> r = result.<a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map/emplace.html">emplace</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/utility/tuple/make_tuple.html">std::make_tuple</a>(lowID, lowID, cur), delta);</div>
|
||||
<div class="line"><a name="l00374"></a><span class="lineno"> 374</span>  <span class="keywordflow">if</span> (r.second)</div>
|
||||
@@ -474,7 +474,7 @@ $(function() {
|
||||
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_a5ec327d07ac54d993660381dbc68d6a2"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#a5ec327d07ac54d993660381dbc68d6a2">ripple::detail::ApplyStateTable::visit</a></div><div class="ttdeci">void visit(ReadView const &base, std::function< void(uint256 const &key, bool isDelete, std::shared_ptr< SLE const > const &before, std::shared_ptr< SLE const > const &after)> const &func) const</div><div class="ttdef"><b>Definition:</b> <a href="ApplyStateTable_8cpp_source.html#l00074">ApplyStateTable.cpp:74</a></div></div>
|
||||
<div class="ttc" id="aemplace_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/optional/emplace.html">std::optional::emplace</a></div><div class="ttdeci">T emplace(T... args)</div></div>
|
||||
<div class="ttc" id="atuple_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/utility/tuple.html">std::tuple</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STAmount_html_af8fda98bf85bb681409a8d601a3f08dc"><div class="ttname"><a href="classripple_1_1STAmount.html#af8fda98bf85bb681409a8d601a3f08dc">ripple::STAmount::zeroed</a></div><div class="ttdeci">STAmount zeroed() const</div><div class="ttdoc">Returns a zero value with the same issuer and currency.</div><div class="ttdef"><b>Definition:</b> <a href="STAmount_8h_source.html#l00223">STAmount.h:223</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STAmount_html_af8fda98bf85bb681409a8d601a3f08dc"><div class="ttname"><a href="classripple_1_1STAmount.html#af8fda98bf85bb681409a8d601a3f08dc">ripple::STAmount::zeroed</a></div><div class="ttdeci">STAmount zeroed() const</div><div class="ttdoc">Returns a zero value with the same issuer and currency.</div><div class="ttdef"><b>Definition:</b> <a href="STAmount_8h_source.html#l00362">STAmount.h:362</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1PaymentSandbox_html_abab734ed913c11e2dbca4b1d33634535"><div class="ttname"><a href="classripple_1_1PaymentSandbox.html#abab734ed913c11e2dbca4b1d33634535">ripple::PaymentSandbox::adjustOwnerCountHook</a></div><div class="ttdeci">void adjustOwnerCountHook(AccountID const &account, std::uint32_t cur, std::uint32_t next) override</div><div class="ttdef"><b>Definition:</b> <a href="PaymentSandbox_8cpp_source.html#l00245">PaymentSandbox.cpp:245</a></div></div>
|
||||
<div class="ttc" id="astructripple_1_1detail_1_1DeferredCredits_1_1Value_html"><div class="ttname"><a href="structripple_1_1detail_1_1DeferredCredits_1_1Value.html">ripple::detail::DeferredCredits::Value</a></div><div class="ttdef"><b>Definition:</b> <a href="PaymentSandbox_8h_source.html#l00080">PaymentSandbox.h:80</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyViewBase_html_a70888ae5727e45067b092a465e8b4552"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyViewBase.html#a70888ae5727e45067b092a465e8b4552">ripple::detail::ApplyViewBase::items_</a></div><div class="ttdeci">detail::ApplyStateTable items_</div><div class="ttdef"><b>Definition:</b> <a href="ApplyViewBase_8h_source.html#l00125">ApplyViewBase.h:125</a></div></div>
|
||||
@@ -482,6 +482,7 @@ $(function() {
|
||||
<div class="ttc" id="aclassripple_1_1detail_1_1ApplyStateTable_html_a2a8fe3fbf07c6803b1058191b84dba58"><div class="ttname"><a href="classripple_1_1detail_1_1ApplyStateTable.html#a2a8fe3fbf07c6803b1058191b84dba58">ripple::detail::ApplyStateTable::dropsDestroyed</a></div><div class="ttdeci">XRPAmount const & dropsDestroyed() const</div><div class="ttdef"><b>Definition:</b> <a href="ApplyStateTable_8h_source.html#l00122">ApplyStateTable.h:122</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1detail_1_1DeferredCredits_html_a79e2fe0650e76cf3c71d6c6e1e5ae31c"><div class="ttname"><a href="classripple_1_1detail_1_1DeferredCredits.html#a79e2fe0650e76cf3c71d6c6e1e5ae31c">ripple::detail::DeferredCredits::credits_</a></div><div class="ttdeci">std::map< Key, Value > credits_</div><div class="ttdef"><b>Definition:</b> <a href="PaymentSandbox_8h_source.html#l00092">PaymentSandbox.h:92</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1detail_1_1DeferredCredits_html_a0a107d152ac39c43626efed1fd11036c"><div class="ttname"><a href="classripple_1_1detail_1_1DeferredCredits.html#a0a107d152ac39c43626efed1fd11036c">ripple::detail::DeferredCredits::credit</a></div><div class="ttdeci">void credit(AccountID const &sender, AccountID const &receiver, STAmount const &amount, STAmount const &preCreditSenderBalance)</div><div class="ttdef"><b>Definition:</b> <a href="PaymentSandbox_8cpp_source.html#l00046">PaymentSandbox.cpp:46</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STAmount_html_aaac822e5948df5f12b6eaf48feaf1684"><div class="ttname"><a href="classripple_1_1STAmount.html#aaac822e5948df5f12b6eaf48feaf1684">ripple::STAmount::getIssuer</a></div><div class="ttdeci">AccountID const & getIssuer() const</div><div class="ttdef"><b>Definition:</b> <a href="STAmount_8h_source.html#l00350">STAmount.h:350</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1base__uint_html"><div class="ttname"><a href="classripple_1_1base__uint.html">ripple::base_uint< 160, detail::AccountIDTag ></a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a823af8711d62eb5661ccab5af1dde03a"><div class="ttname"><a href="namespaceripple.html#a823af8711d62eb5661ccab5af1dde03a">ripple::sfLowLimit</a></div><div class="ttdeci">const SF_AMOUNT sfLowLimit</div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ac151bf19e1f4daae2b04c65c65117139a8a24a7b08fcdd8a76109f80f056a176d"><div class="ttname"><a href="namespaceripple.html#ac151bf19e1f4daae2b04c65c65117139a8a24a7b08fcdd8a76109f80f056a176d">ripple::ltOFFER</a></div><div class="ttdeci">@ ltOFFER</div><div class="ttdoc">A ledger object which describes an offer on the DEX.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00092">LedgerFormats.h:92</a></div></div>
|
||||
@@ -496,8 +497,6 @@ $(function() {
|
||||
<div class="ttc" id="anamespaceripple_html_a78b8a880e6176b96eea2351ce8b9db77"><div class="ttname"><a href="namespaceripple.html#a78b8a880e6176b96eea2351ce8b9db77">ripple::sfHighLimit</a></div><div class="ttdeci">const SF_AMOUNT sfHighLimit</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1detail_1_1DeferredCredits_html_a39a6fe93bcff2c0449cdcc9dd7cad846"><div class="ttname"><a href="classripple_1_1detail_1_1DeferredCredits.html#a39a6fe93bcff2c0449cdcc9dd7cad846">ripple::detail::DeferredCredits::apply</a></div><div class="ttdeci">void apply(DeferredCredits &to)</div><div class="ttdef"><b>Definition:</b> <a href="PaymentSandbox_8cpp_source.html#l00142">PaymentSandbox.cpp:142</a></div></div>
|
||||
<div class="ttc" id="amap_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/map.html">std::map</a></div><div class="ttdoc">STL class.</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STAmount_html_a2563a8f586a001bfbbc88630701deaf1"><div class="ttname"><a href="classripple_1_1STAmount.html#a2563a8f586a001bfbbc88630701deaf1">ripple::STAmount::getCurrency</a></div><div class="ttdeci">Currency const & getCurrency() const</div><div class="ttdef"><b>Definition:</b> <a href="STAmount_8h_source.html#l00205">STAmount.h:205</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STAmount_html_a32dbb5cdbd2b0d593047909d9294c861"><div class="ttname"><a href="classripple_1_1STAmount.html#a32dbb5cdbd2b0d593047909d9294c861">ripple::STAmount::getIssuer</a></div><div class="ttdeci">AccountID const & getIssuer() const</div><div class="ttdef"><b>Definition:</b> <a href="STAmount_8h_source.html#l00210">STAmount.h:210</a></div></div>
|
||||
<div class="ttc" id="amin_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/algorithm/min.html">std::min</a></div><div class="ttdeci">T min(T... args)</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1PaymentSandbox_html_a7d6e88cbd8903d7f96cf9ff8a0e143b7"><div class="ttname"><a href="classripple_1_1PaymentSandbox.html#a7d6e88cbd8903d7f96cf9ff8a0e143b7">ripple::PaymentSandbox::tab_</a></div><div class="ttdeci">detail::DeferredCredits tab_</div><div class="ttdef"><b>Definition:</b> <a href="PaymentSandbox_8h_source.html#l00206">PaymentSandbox.h:206</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#l00192">ReadView.h:192</a></div></div>
|
||||
@@ -505,7 +504,7 @@ $(function() {
|
||||
<div class="ttc" id="aclassripple_1_1PaymentSandbox_html_a69d4b79f512abb2d67e3b3fefa76008b"><div class="ttname"><a href="classripple_1_1PaymentSandbox.html#a69d4b79f512abb2d67e3b3fefa76008b">ripple::PaymentSandbox::apply</a></div><div class="ttdeci">void apply(RawView &to)</div><div class="ttdoc">Apply changes to base view.</div><div class="ttdef"><b>Definition:</b> <a href="PaymentSandbox_8cpp_source.html#l00254">PaymentSandbox.cpp:254</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ac151bf19e1f4daae2b04c65c65117139ac03405d2da6d19e17f321a6b7f7a412e"><div class="ttname"><a href="namespaceripple.html#ac151bf19e1f4daae2b04c65c65117139ac03405d2da6d19e17f321a6b7f7a412e">ripple::ltACCOUNT_ROOT</a></div><div class="ttdeci">@ ltACCOUNT_ROOT</div><div class="ttdoc">A ledger object which describes an account.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerFormats_8h_source.html#l00059">LedgerFormats.h:59</a></div></div>
|
||||
<div class="ttc" id="acassert_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/cassert.html">cassert</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STAmount_html_aa830654962840253139aa891659f7551"><div class="ttname"><a href="classripple_1_1STAmount.html#aa830654962840253139aa891659f7551">ripple::STAmount::negative</a></div><div class="ttdeci">bool negative() const noexcept</div><div class="ttdef"><b>Definition:</b> <a href="STAmount_8h_source.html#l00188">STAmount.h:188</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STAmount_html_aa830654962840253139aa891659f7551"><div class="ttname"><a href="classripple_1_1STAmount.html#aa830654962840253139aa891659f7551">ripple::STAmount::negative</a></div><div class="ttdeci">bool negative() const noexcept</div><div class="ttdef"><b>Definition:</b> <a href="STAmount_8h_source.html#l00326">STAmount.h:326</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1detail_1_1DeferredCredits_html_a4bd5dda44034352f09c578bdea51726d"><div class="ttname"><a href="classripple_1_1detail_1_1DeferredCredits.html#a4bd5dda44034352f09c578bdea51726d">ripple::detail::DeferredCredits::ownerCount</a></div><div class="ttdeci">void ownerCount(AccountID const &id, std::uint32_t cur, std::uint32_t next)</div><div class="ttdef"><b>Definition:</b> <a href="PaymentSandbox_8cpp_source.html#l00088">PaymentSandbox.cpp:88</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ab8a9c54401e8209fca7396c6b9c610f4"><div class="ttname"><a href="namespaceripple.html#ab8a9c54401e8209fca7396c6b9c610f4">ripple::sfBalance</a></div><div class="ttdeci">const SF_AMOUNT sfBalance</div></div>
|
||||
<div class="ttc" id="astructripple_1_1detail_1_1DeferredCredits_1_1Value_html_ae04ac7b9857b9fcee01601d3afaad965"><div class="ttname"><a href="structripple_1_1detail_1_1DeferredCredits_1_1Value.html#ae04ac7b9857b9fcee01601d3afaad965">ripple::detail::DeferredCredits::Value::lowAcctCredits</a></div><div class="ttdeci">STAmount lowAcctCredits</div><div class="ttdef"><b>Definition:</b> <a href="PaymentSandbox_8h_source.html#l00084">PaymentSandbox.h:84</a></div></div>
|
||||
@@ -518,6 +517,7 @@ $(function() {
|
||||
<div class="ttc" id="amax_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/algorithm/max.html">std::max</a></div><div class="ttdeci">T max(T... args)</div></div>
|
||||
<div class="ttc" id="aclassripple_1_1detail_1_1DeferredCredits_html_a91901f7b4ab89470f7735e1e7029a9b9"><div class="ttname"><a href="classripple_1_1detail_1_1DeferredCredits.html#a91901f7b4ab89470f7735e1e7029a9b9">ripple::detail::DeferredCredits::makeKey</a></div><div class="ttdeci">static Key makeKey(AccountID const &a1, AccountID const &a2, Currency const &c)</div><div class="ttdef"><b>Definition:</b> <a href="PaymentSandbox_8cpp_source.html#l00034">PaymentSandbox.cpp:34</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1PaymentSandbox_html_a0e77b6bdc540075e1c8e5a6f447c4b13"><div class="ttname"><a href="classripple_1_1PaymentSandbox.html#a0e77b6bdc540075e1c8e5a6f447c4b13">ripple::PaymentSandbox::ownerCountHook</a></div><div class="ttdeci">std::uint32_t ownerCountHook(AccountID const &account, std::uint32_t count) const override</div><div class="ttdef"><b>Definition:</b> <a href="PaymentSandbox_8cpp_source.html#l00222">PaymentSandbox.cpp:222</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1STAmount_html_a5c7b5375e72e2459d4b6d65797744ca6"><div class="ttname"><a href="classripple_1_1STAmount.html#a5c7b5375e72e2459d4b6d65797744ca6">ripple::STAmount::getCurrency</a></div><div class="ttdeci">Currency const & getCurrency() const</div><div class="ttdef"><b>Definition:</b> <a href="STAmount_8h_source.html#l00344">STAmount.h:344</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1PaymentSandbox_html_a651f7b9013b9de728969272c3b1e8712"><div class="ttname"><a href="classripple_1_1PaymentSandbox.html#a651f7b9013b9de728969272c3b1e8712">ripple::PaymentSandbox::creditHook</a></div><div class="ttdeci">void creditHook(AccountID const &from, AccountID const &to, STAmount const &amount, STAmount const &preCreditBalance) override</div><div class="ttdef"><b>Definition:</b> <a href="PaymentSandbox_8cpp_source.html#l00235">PaymentSandbox.cpp:235</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1detail_1_1DeferredCredits_html_a3b06a50d03f96e8c0bf2625d26773204"><div class="ttname"><a href="classripple_1_1detail_1_1DeferredCredits.html#a3b06a50d03f96e8c0bf2625d26773204">ripple::detail::DeferredCredits::ownerCounts_</a></div><div class="ttdeci">std::map< AccountID, std::uint32_t > ownerCounts_</div><div class="ttdef"><b>Definition:</b> <a href="PaymentSandbox_8h_source.html#l00093">PaymentSandbox.h:93</a></div></div>
|
||||
<div class="ttc" id="aclassripple_1_1PaymentSandbox_html_a96457b37722d895c585bcd260dd08a0f"><div class="ttname"><a href="classripple_1_1PaymentSandbox.html#a96457b37722d895c585bcd260dd08a0f">ripple::PaymentSandbox::balanceHook</a></div><div class="ttdeci">STAmount balanceHook(AccountID const &account, AccountID const &issuer, STAmount const &amount) const override</div><div class="ttdef"><b>Definition:</b> <a href="PaymentSandbox_8cpp_source.html#l00172">PaymentSandbox.cpp:172</a></div></div>
|
||||
|
||||
Reference in New Issue
Block a user