mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
deploy: 3574956e5e
This commit is contained in:
@@ -215,20 +215,21 @@ $(function() {
|
||||
<div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="namespaceripple.html#a7ac113783ec3f596fe69ab6d1daabbac"> 171</a></span> constexpr <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code" href="namespaceripple.html#a7ac113783ec3f596fe69ab6d1daabbac">tfTwoAsset</a> = 0x00100000;</div>
|
||||
<div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="namespaceripple.html#a620f1516447f54ef50ac790f5f0720a3"> 172</a></span> constexpr <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code" href="namespaceripple.html#a620f1516447f54ef50ac790f5f0720a3">tfOneAssetLPToken</a> = 0x00200000;</div>
|
||||
<div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="namespaceripple.html#a5401fd4c42f637dc456a79af094a960d"> 173</a></span> constexpr <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code" href="namespaceripple.html#a5401fd4c42f637dc456a79af094a960d">tfLimitLPToken</a> = 0x00400000;</div>
|
||||
<div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="namespaceripple.html#aba96948641b5ee7f466ab43080c672d8"> 174</a></span> constexpr <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code" href="namespaceripple.html#aba96948641b5ee7f466ab43080c672d8">tfWithdrawSubTx</a> =</div>
|
||||
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>  <a class="code" href="namespaceripple.html#aa3f065b75d23f712be19a1a953fe5b4a">tfLPToken</a> | <a class="code" href="namespaceripple.html#a098e0eaa259f9927096b3b4edd77c71a">tfSingleAsset</a> | <a class="code" href="namespaceripple.html#a7ac113783ec3f596fe69ab6d1daabbac">tfTwoAsset</a> | <a class="code" href="namespaceripple.html#a620f1516447f54ef50ac790f5f0720a3">tfOneAssetLPToken</a> |</div>
|
||||
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  <a class="code" href="namespaceripple.html#a5401fd4c42f637dc456a79af094a960d">tfLimitLPToken</a> | <a class="code" href="namespaceripple.html#a8383eb169324b23c0b4b49d6c2d2c877">tfWithdrawAll</a> | <a class="code" href="namespaceripple.html#a0cebcc733182bb6794d2d4067a29fb2a">tfOneAssetWithdrawAll</a>;</div>
|
||||
<div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="namespaceripple.html#a87e142e427fb6542226d7e8def6eb227"> 177</a></span> constexpr <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code" href="namespaceripple.html#a87e142e427fb6542226d7e8def6eb227">tfDepositSubTx</a> =</div>
|
||||
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>  <a class="code" href="namespaceripple.html#aa3f065b75d23f712be19a1a953fe5b4a">tfLPToken</a> | <a class="code" href="namespaceripple.html#a098e0eaa259f9927096b3b4edd77c71a">tfSingleAsset</a> | <a class="code" href="namespaceripple.html#a7ac113783ec3f596fe69ab6d1daabbac">tfTwoAsset</a> | <a class="code" href="namespaceripple.html#a620f1516447f54ef50ac790f5f0720a3">tfOneAssetLPToken</a> |</div>
|
||||
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  <a class="code" href="namespaceripple.html#a5401fd4c42f637dc456a79af094a960d">tfLimitLPToken</a>;</div>
|
||||
<div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="namespaceripple.html#a3786d0f9f6dacfad8bf3ba300acafaad"> 180</a></span> constexpr <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code" href="namespaceripple.html#a3786d0f9f6dacfad8bf3ba300acafaad">tfWithdrawMask</a> = ~(<a class="code" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code" href="namespaceripple.html#aba96948641b5ee7f466ab43080c672d8">tfWithdrawSubTx</a>);</div>
|
||||
<div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="namespaceripple.html#ab580deb3dad3bea5b18139bca6d26877"> 181</a></span> constexpr <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code" href="namespaceripple.html#ab580deb3dad3bea5b18139bca6d26877">tfDepositMask</a> = ~(<a class="code" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code" href="namespaceripple.html#a87e142e427fb6542226d7e8def6eb227">tfDepositSubTx</a>);</div>
|
||||
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>  </div>
|
||||
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span> <span class="comment">// clang-format on</span></div>
|
||||
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>  </div>
|
||||
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span> } <span class="comment">// namespace ripple</span></div>
|
||||
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>  </div>
|
||||
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span> <span class="preprocessor">#endif</span></div>
|
||||
<div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="namespaceripple.html#ac709d6b754ddb5505dcd8494a5dce959"> 174</a></span> constexpr <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code" href="namespaceripple.html#ac709d6b754ddb5505dcd8494a5dce959">tfTwoAssetIfEmpty</a> = 0x00800000;</div>
|
||||
<div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="namespaceripple.html#aba96948641b5ee7f466ab43080c672d8"> 175</a></span> constexpr <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code" href="namespaceripple.html#aba96948641b5ee7f466ab43080c672d8">tfWithdrawSubTx</a> =</div>
|
||||
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  <a class="code" href="namespaceripple.html#aa3f065b75d23f712be19a1a953fe5b4a">tfLPToken</a> | <a class="code" href="namespaceripple.html#a098e0eaa259f9927096b3b4edd77c71a">tfSingleAsset</a> | <a class="code" href="namespaceripple.html#a7ac113783ec3f596fe69ab6d1daabbac">tfTwoAsset</a> | <a class="code" href="namespaceripple.html#a620f1516447f54ef50ac790f5f0720a3">tfOneAssetLPToken</a> |</div>
|
||||
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  <a class="code" href="namespaceripple.html#a5401fd4c42f637dc456a79af094a960d">tfLimitLPToken</a> | <a class="code" href="namespaceripple.html#a8383eb169324b23c0b4b49d6c2d2c877">tfWithdrawAll</a> | <a class="code" href="namespaceripple.html#a0cebcc733182bb6794d2d4067a29fb2a">tfOneAssetWithdrawAll</a>;</div>
|
||||
<div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="namespaceripple.html#a87e142e427fb6542226d7e8def6eb227"> 178</a></span> constexpr <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code" href="namespaceripple.html#a87e142e427fb6542226d7e8def6eb227">tfDepositSubTx</a> =</div>
|
||||
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  <a class="code" href="namespaceripple.html#aa3f065b75d23f712be19a1a953fe5b4a">tfLPToken</a> | <a class="code" href="namespaceripple.html#a098e0eaa259f9927096b3b4edd77c71a">tfSingleAsset</a> | <a class="code" href="namespaceripple.html#a7ac113783ec3f596fe69ab6d1daabbac">tfTwoAsset</a> | <a class="code" href="namespaceripple.html#a620f1516447f54ef50ac790f5f0720a3">tfOneAssetLPToken</a> |</div>
|
||||
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>  <a class="code" href="namespaceripple.html#a5401fd4c42f637dc456a79af094a960d">tfLimitLPToken</a> | <a class="code" href="namespaceripple.html#ac709d6b754ddb5505dcd8494a5dce959">tfTwoAssetIfEmpty</a>;</div>
|
||||
<div class="line"><a name="l00181"></a><span class="lineno"><a class="line" href="namespaceripple.html#a3786d0f9f6dacfad8bf3ba300acafaad"> 181</a></span> constexpr <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code" href="namespaceripple.html#a3786d0f9f6dacfad8bf3ba300acafaad">tfWithdrawMask</a> = ~(<a class="code" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code" href="namespaceripple.html#aba96948641b5ee7f466ab43080c672d8">tfWithdrawSubTx</a>);</div>
|
||||
<div class="line"><a name="l00182"></a><span class="lineno"><a class="line" href="namespaceripple.html#ab580deb3dad3bea5b18139bca6d26877"> 182</a></span> constexpr <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code" href="namespaceripple.html#ab580deb3dad3bea5b18139bca6d26877">tfDepositMask</a> = ~(<a class="code" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code" href="namespaceripple.html#a87e142e427fb6542226d7e8def6eb227">tfDepositSubTx</a>);</div>
|
||||
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>  </div>
|
||||
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span> <span class="comment">// clang-format on</span></div>
|
||||
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>  </div>
|
||||
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span> } <span class="comment">// namespace ripple</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="preprocessor">#endif</span></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
<div class="ttc" id="anamespaceripple_html_a40c2727503e88fa49ffc050386b918fe"><div class="ttname"><a href="namespaceripple.html#a40c2727503e88fa49ffc050386b918fe">ripple::tfGotMajority</a></div><div class="ttdeci">constexpr std::uint32_t tfGotMajority</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00119">TxFlags.h:119</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a467ff3737a47707e0aa7669c4db3ed17"><div class="ttname"><a href="namespaceripple.html#a467ff3737a47707e0aa7669c4db3ed17">ripple::tfTransferable</a></div><div class="ttdeci">constexpr const std::uint32_t tfTransferable</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00131">TxFlags.h:131</a></div></div>
|
||||
@@ -253,12 +254,12 @@ $(function() {
|
||||
<div class="ttc" id="anamespaceripple_html_a0cebcc733182bb6794d2d4067a29fb2a"><div class="ttname"><a href="namespaceripple.html#a0cebcc733182bb6794d2d4067a29fb2a">ripple::tfOneAssetWithdrawAll</a></div><div class="ttdeci">constexpr std::uint32_t tfOneAssetWithdrawAll</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00169">TxFlags.h:169</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a9410087e0ef101a892bb3f4a3cb16614"><div class="ttname"><a href="namespaceripple.html#a9410087e0ef101a892bb3f4a3cb16614">ripple::asfDisallowIncomingCheck</a></div><div class="ttdeci">constexpr std::uint32_t asfDisallowIncomingCheck</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00088">TxFlags.h:88</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_abc202169b736c0a032eb947f186b6e63"><div class="ttname"><a href="namespaceripple.html#abc202169b736c0a032eb947f186b6e63">ripple::tfLimitQuality</a></div><div class="ttdeci">constexpr std::uint32_t tfLimitQuality</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00104">TxFlags.h:104</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a3786d0f9f6dacfad8bf3ba300acafaad"><div class="ttname"><a href="namespaceripple.html#a3786d0f9f6dacfad8bf3ba300acafaad">ripple::tfWithdrawMask</a></div><div class="ttdeci">constexpr std::uint32_t tfWithdrawMask</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00180">TxFlags.h:180</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a3786d0f9f6dacfad8bf3ba300acafaad"><div class="ttname"><a href="namespaceripple.html#a3786d0f9f6dacfad8bf3ba300acafaad">ripple::tfWithdrawMask</a></div><div class="ttdeci">constexpr std::uint32_t tfWithdrawMask</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00181">TxFlags.h:181</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a8383eb169324b23c0b4b49d6c2d2c877"><div class="ttname"><a href="namespaceripple.html#a8383eb169324b23c0b4b49d6c2d2c877">ripple::tfWithdrawAll</a></div><div class="ttdeci">constexpr std::uint32_t tfWithdrawAll</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00168">TxFlags.h:168</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a67cb8f38f9c204304ea44fcff2953438"><div class="ttname"><a href="namespaceripple.html#a67cb8f38f9c204304ea44fcff2953438">ripple::asfDisableMaster</a></div><div class="ttdeci">constexpr std::uint32_t asfDisableMaster</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00077">TxFlags.h:77</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a721db69f8d42aa1b4b6ad75df342d039"><div class="ttname"><a href="namespaceripple.html#a721db69f8d42aa1b4b6ad75df342d039">ripple::tfBurnable</a></div><div class="ttdeci">constexpr const std::uint32_t tfBurnable</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00128">TxFlags.h:128</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a7efcc6de2ed8aa0fa1f3e0a632f2f095"><div class="ttname"><a href="namespaceripple.html#a7efcc6de2ed8aa0fa1f3e0a632f2f095">ripple::tfPartialPayment</a></div><div class="ttdeci">constexpr std::uint32_t tfPartialPayment</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00103">TxFlags.h:103</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aba96948641b5ee7f466ab43080c672d8"><div class="ttname"><a href="namespaceripple.html#aba96948641b5ee7f466ab43080c672d8">ripple::tfWithdrawSubTx</a></div><div class="ttdeci">constexpr std::uint32_t tfWithdrawSubTx</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00174">TxFlags.h:174</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aba96948641b5ee7f466ab43080c672d8"><div class="ttname"><a href="namespaceripple.html#aba96948641b5ee7f466ab43080c672d8">ripple::tfWithdrawSubTx</a></div><div class="ttdeci">constexpr std::uint32_t tfWithdrawSubTx</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00175">TxFlags.h:175</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a84d1a5b984c13ef3336e95746ceea0b0"><div class="ttname"><a href="namespaceripple.html#a84d1a5b984c13ef3336e95746ceea0b0">ripple::tfClearNoRipple</a></div><div class="ttdeci">constexpr std::uint32_t tfClearNoRipple</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00111">TxFlags.h:111</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a0a58f25b2ddd02a1c0fcfc4c056e4fa8"><div class="ttname"><a href="namespaceripple.html#a0a58f25b2ddd02a1c0fcfc4c056e4fa8">ripple::tfSellNFToken</a></div><div class="ttdeci">constexpr const std::uint32_t tfSellNFToken</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00153">TxFlags.h:153</a></div></div>
|
||||
<div class="ttc" id="acstdint_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/cstdint.html">cstdint</a></div></div>
|
||||
@@ -272,9 +273,9 @@ $(function() {
|
||||
<div class="ttc" id="anamespaceripple_html_a0e6f65f018338f455dd05eb712805ad6"><div class="ttname"><a href="namespaceripple.html#a0e6f65f018338f455dd05eb712805ad6">ripple::tfNFTokenCancelOfferMask</a></div><div class="ttdeci">constexpr const std::uint32_t tfNFTokenCancelOfferMask</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00158">TxFlags.h:158</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="anamespaceripple_html_ad3bc01fc1c4e0e3191802ff3192c5493"><div class="ttname"><a href="namespaceripple.html#ad3bc01fc1c4e0e3191802ff3192c5493">ripple::tfSell</a></div><div class="ttdeci">constexpr std::uint32_t tfSell</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00097">TxFlags.h:97</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ab580deb3dad3bea5b18139bca6d26877"><div class="ttname"><a href="namespaceripple.html#ab580deb3dad3bea5b18139bca6d26877">ripple::tfDepositMask</a></div><div class="ttdeci">constexpr std::uint32_t tfDepositMask</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00181">TxFlags.h:181</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ab580deb3dad3bea5b18139bca6d26877"><div class="ttname"><a href="namespaceripple.html#ab580deb3dad3bea5b18139bca6d26877">ripple::tfDepositMask</a></div><div class="ttdeci">constexpr std::uint32_t tfDepositMask</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00182">TxFlags.h:182</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_aa3f065b75d23f712be19a1a953fe5b4a"><div class="ttname"><a href="namespaceripple.html#aa3f065b75d23f712be19a1a953fe5b4a">ripple::tfLPToken</a></div><div class="ttdeci">constexpr std::uint32_t tfLPToken</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00167">TxFlags.h:167</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a87e142e427fb6542226d7e8def6eb227"><div class="ttname"><a href="namespaceripple.html#a87e142e427fb6542226d7e8def6eb227">ripple::tfDepositSubTx</a></div><div class="ttdeci">constexpr std::uint32_t tfDepositSubTx</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00177">TxFlags.h:177</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a87e142e427fb6542226d7e8def6eb227"><div class="ttname"><a href="namespaceripple.html#a87e142e427fb6542226d7e8def6eb227">ripple::tfDepositSubTx</a></div><div class="ttdeci">constexpr std::uint32_t tfDepositSubTx</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00178">TxFlags.h:178</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ae34d881cd8926ab3505340a51f91fd8b"><div class="ttname"><a href="namespaceripple.html#ae34d881cd8926ab3505340a51f91fd8b">ripple::tfSetFreeze</a></div><div class="ttdeci">constexpr std::uint32_t tfSetFreeze</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00112">TxFlags.h:112</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a918f885752320e5f242f6cf75d895444"><div class="ttname"><a href="namespaceripple.html#a918f885752320e5f242f6cf75d895444">ripple::tfSetfAuth</a></div><div class="ttdeci">constexpr std::uint32_t tfSetfAuth</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00109">TxFlags.h:109</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a78dc838b5e33bb42b127e594138d00c3"><div class="ttname"><a href="namespaceripple.html#a78dc838b5e33bb42b127e594138d00c3">ripple::tfNFTokenCreateOfferMask</a></div><div class="ttdeci">constexpr const std::uint32_t tfNFTokenCreateOfferMask</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00154">TxFlags.h:154</a></div></div>
|
||||
@@ -293,6 +294,7 @@ $(function() {
|
||||
<div class="ttc" id="anamespaceripple_html_aa52329c755ab0ee46e285c09a32b02ec"><div class="ttname"><a href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">ripple::tfUniversal</a></div><div class="ttdeci">constexpr std::uint32_t tfUniversal</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00059">TxFlags.h:59</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a44c6902c9425a64f45a05a0c2491db4a"><div class="ttname"><a href="namespaceripple.html#a44c6902c9425a64f45a05a0c2491db4a">ripple::tfOptionalDestTag</a></div><div class="ttdeci">constexpr std::uint32_t tfOptionalDestTag</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00064">TxFlags.h:64</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ac8844b7ad1603892172e8e6d1044de00"><div class="ttname"><a href="namespaceripple.html#ac8844b7ad1603892172e8e6d1044de00">ripple::tfUniversalMask</a></div><div class="ttdeci">constexpr std::uint32_t tfUniversalMask</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00060">TxFlags.h:60</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_ac709d6b754ddb5505dcd8494a5dce959"><div class="ttname"><a href="namespaceripple.html#ac709d6b754ddb5505dcd8494a5dce959">ripple::tfTwoAssetIfEmpty</a></div><div class="ttdeci">constexpr std::uint32_t tfTwoAssetIfEmpty</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00174">TxFlags.h:174</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a9236ad224cda331f55af0a09d9bd16ea"><div class="ttname"><a href="namespaceripple.html#a9236ad224cda331f55af0a09d9bd16ea">ripple::asfAccountTxnID</a></div><div class="ttdeci">constexpr std::uint32_t asfAccountTxnID</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00078">TxFlags.h:78</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a6257d0a91b5b06dd7712c68af628441d"><div class="ttname"><a href="namespaceripple.html#a6257d0a91b5b06dd7712c68af628441d">ripple::tfImmediateOrCancel</a></div><div class="ttdeci">constexpr std::uint32_t tfImmediateOrCancel</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00095">TxFlags.h:95</a></div></div>
|
||||
<div class="ttc" id="anamespaceripple_html_a1dc3be353a462b0e773a87943306c501"><div class="ttname"><a href="namespaceripple.html#a1dc3be353a462b0e773a87943306c501">ripple::asfDisallowIncomingNFTokenOffer</a></div><div class="ttdeci">constexpr std::uint32_t asfDisallowIncomingNFTokenOffer</div><div class="ttdef"><b>Definition:</b> <a href="TxFlags_8h_source.html#l00087">TxFlags.h:87</a></div></div>
|
||||
|
||||
Reference in New Issue
Block a user