mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
477 lines
143 KiB
HTML
477 lines
143 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen 1.9.8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>rippled: TxFlags.h Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr id="projectrow">
|
|
<td id="projectalign">
|
|
<div id="projectname">rippled
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.8 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function() { init_codefold(0); });
|
|
/* @license-end */
|
|
</script>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_0103a8ad82dcc2c51f5cde661b4b5cb7.html">xrpl</a></li><li class="navelem"><a class="el" href="dir_8d04e3c0b58cad28d7755ed462d1b6c0.html">protocol</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle"><div class="title">TxFlags.h</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#ifndef XRPL_PROTOCOL_TXFLAGS_H_INCLUDED</span></div>
|
|
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define XRPL_PROTOCOL_TXFLAGS_H_INCLUDED</span></div>
|
|
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
|
|
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include <xrpl/protocol/LedgerFormats.h></span></div>
|
|
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span> </div>
|
|
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/cstdint.html">cstdint</a>></span></div>
|
|
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span> </div>
|
|
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceripple.html">ripple</a> {</div>
|
|
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span> </div>
|
|
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span><span class="comment">// Formatting equals sign aligned 4 spaces after longest prefix, except for</span></div>
|
|
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span><span class="comment">// wrapped lines</span></div>
|
|
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span><span class="comment">// clang-format off</span></div>
|
|
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span><span class="comment">// Universal Transaction flags:</span></div>
|
|
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"><a class="line" href="namespaceripple.html#ac6935ad0ddb8c447dd408f2404a97b40"> 41</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#ac6935ad0ddb8c447dd408f2404a97b40">tfFullyCanonicalSig</a> = 0x80000000;</div>
|
|
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"><a class="line" href="namespaceripple.html#afaf6a2c3fd25d8d826f03812dfbf2798"> 42</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#afaf6a2c3fd25d8d826f03812dfbf2798">tfInnerBatchTxn</a> = 0x40000000;</div>
|
|
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"><a class="line" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec"> 43</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> = <a class="code hl_variable" href="namespaceripple.html#ac6935ad0ddb8c447dd408f2404a97b40">tfFullyCanonicalSig</a> | <a class="code hl_variable" href="namespaceripple.html#afaf6a2c3fd25d8d826f03812dfbf2798">tfInnerBatchTxn</a>;</div>
|
|
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"><a class="line" href="namespaceripple.html#ac8844b7ad1603892172e8e6d1044de00"> 44</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#ac8844b7ad1603892172e8e6d1044de00">tfUniversalMask</a> = ~tfUniversal;</div>
|
|
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> </div>
|
|
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span><span class="comment">// AccountSet flags:</span></div>
|
|
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"><a class="line" href="namespaceripple.html#a523d2f05ee15547d5eacd3d122125ae9"> 47</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a523d2f05ee15547d5eacd3d122125ae9">tfRequireDestTag</a> = 0x00010000;</div>
|
|
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"><a class="line" href="namespaceripple.html#a44c6902c9425a64f45a05a0c2491db4a"> 48</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a44c6902c9425a64f45a05a0c2491db4a">tfOptionalDestTag</a> = 0x00020000;</div>
|
|
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"><a class="line" href="namespaceripple.html#aa0faf132b3ac4a7638ef97510875887a"> 49</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#aa0faf132b3ac4a7638ef97510875887a">tfRequireAuth</a> = 0x00040000;</div>
|
|
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"><a class="line" href="namespaceripple.html#aae404d2c3f1b465b08d2757d160496be"> 50</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#aae404d2c3f1b465b08d2757d160496be">tfOptionalAuth</a> = 0x00080000;</div>
|
|
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"><a class="line" href="namespaceripple.html#ab008704f566f54118ad09f09e297d791"> 51</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#ab008704f566f54118ad09f09e297d791">tfDisallowXRP</a> = 0x00100000;</div>
|
|
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"><a class="line" href="namespaceripple.html#a0937c341f2f9445f038012ac13cfb8df"> 52</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a0937c341f2f9445f038012ac13cfb8df">tfAllowXRP</a> = 0x00200000;</div>
|
|
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4ba29527a8fce462590deaec97ec00de"> 53</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a4ba29527a8fce462590deaec97ec00de">tfAccountSetMask</a> =</div>
|
|
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> ~(<a class="code hl_variable" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code hl_variable" href="namespaceripple.html#a523d2f05ee15547d5eacd3d122125ae9">tfRequireDestTag</a> | <a class="code hl_variable" href="namespaceripple.html#a44c6902c9425a64f45a05a0c2491db4a">tfOptionalDestTag</a> | <a class="code hl_variable" href="namespaceripple.html#aa0faf132b3ac4a7638ef97510875887a">tfRequireAuth</a> |</div>
|
|
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> <a class="code hl_variable" href="namespaceripple.html#aae404d2c3f1b465b08d2757d160496be">tfOptionalAuth</a> | <a class="code hl_variable" href="namespaceripple.html#ab008704f566f54118ad09f09e297d791">tfDisallowXRP</a> | <a class="code hl_variable" href="namespaceripple.html#a0937c341f2f9445f038012ac13cfb8df">tfAllowXRP</a>);</div>
|
|
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> </div>
|
|
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span><span class="comment">// AccountSet SetFlag/ClearFlag values</span></div>
|
|
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"><a class="line" href="namespaceripple.html#a2e3220cb8c660141f5300a9e38841295"> 58</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a2e3220cb8c660141f5300a9e38841295">asfRequireDest</a> = 1;</div>
|
|
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"><a class="line" href="namespaceripple.html#ad9d8055be347abb09ae405843dc59473"> 59</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#ad9d8055be347abb09ae405843dc59473">asfRequireAuth</a> = 2;</div>
|
|
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"><a class="line" href="namespaceripple.html#af9cd2b389ce115ba9d17fbd557aca94d"> 60</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#af9cd2b389ce115ba9d17fbd557aca94d">asfDisallowXRP</a> = 3;</div>
|
|
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"><a class="line" href="namespaceripple.html#a67cb8f38f9c204304ea44fcff2953438"> 61</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a67cb8f38f9c204304ea44fcff2953438">asfDisableMaster</a> = 4;</div>
|
|
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"><a class="line" href="namespaceripple.html#a9236ad224cda331f55af0a09d9bd16ea"> 62</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a9236ad224cda331f55af0a09d9bd16ea">asfAccountTxnID</a> = 5;</div>
|
|
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"><a class="line" href="namespaceripple.html#a5bbe95745bed6471c39fef31a05047ee"> 63</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a5bbe95745bed6471c39fef31a05047ee">asfNoFreeze</a> = 6;</div>
|
|
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"><a class="line" href="namespaceripple.html#a0ce63352f37481632452056bb649eb58"> 64</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a0ce63352f37481632452056bb649eb58">asfGlobalFreeze</a> = 7;</div>
|
|
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"><a class="line" href="namespaceripple.html#a92b26c4fb4288c04285666f316d24f9c"> 65</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a92b26c4fb4288c04285666f316d24f9c">asfDefaultRipple</a> = 8;</div>
|
|
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"><a class="line" href="namespaceripple.html#a1d8ec9af2fd805d04e032c52f6968211"> 66</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a1d8ec9af2fd805d04e032c52f6968211">asfDepositAuth</a> = 9;</div>
|
|
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4414987963e371e8bdbafd38bc5427fa"> 67</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a4414987963e371e8bdbafd38bc5427fa">asfAuthorizedNFTokenMinter</a> = 10;</div>
|
|
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span><span class="comment">/* // reserved for Hooks amendment</span></div>
|
|
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span><span class="comment">constexpr std::uint32_t asfTshCollect = 11;</span></div>
|
|
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span><span class="comment">*/</span></div>
|
|
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"><a class="line" href="namespaceripple.html#a1dc3be353a462b0e773a87943306c501"> 71</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a1dc3be353a462b0e773a87943306c501">asfDisallowIncomingNFTokenOffer</a> = 12;</div>
|
|
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"><a class="line" href="namespaceripple.html#a9410087e0ef101a892bb3f4a3cb16614"> 72</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a9410087e0ef101a892bb3f4a3cb16614">asfDisallowIncomingCheck</a> = 13;</div>
|
|
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"><a class="line" href="namespaceripple.html#ac12fbb1864b09bfd3fb4ead410449edd"> 73</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#ac12fbb1864b09bfd3fb4ead410449edd">asfDisallowIncomingPayChan</a> = 14;</div>
|
|
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"><a class="line" href="namespaceripple.html#a72b8ab4faf1078ddedabff623d95b057"> 74</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a72b8ab4faf1078ddedabff623d95b057">asfDisallowIncomingTrustline</a> = 15;</div>
|
|
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"><a class="line" href="namespaceripple.html#acedcd08c62e1bb941e2f6c9e289c6582"> 75</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#acedcd08c62e1bb941e2f6c9e289c6582">asfAllowTrustLineClawback</a> = 16;</div>
|
|
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"><a class="line" href="namespaceripple.html#a2964a536384262367942d4024dfdd98d"> 76</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a2964a536384262367942d4024dfdd98d">asfAllowTrustLineLocking</a> = 17;</div>
|
|
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> </div>
|
|
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span><span class="comment">// OfferCreate flags:</span></div>
|
|
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"><a class="line" href="namespaceripple.html#a61d9fbb44b335fbb5e82e3211e6639a2"> 79</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a61d9fbb44b335fbb5e82e3211e6639a2">tfPassive</a> = 0x00010000;</div>
|
|
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"><a class="line" href="namespaceripple.html#a6257d0a91b5b06dd7712c68af628441d"> 80</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a6257d0a91b5b06dd7712c68af628441d">tfImmediateOrCancel</a> = 0x00020000;</div>
|
|
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"><a class="line" href="namespaceripple.html#a5bdaf22398ee3e51d3c2c3c694f917ec"> 81</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a5bdaf22398ee3e51d3c2c3c694f917ec">tfFillOrKill</a> = 0x00040000;</div>
|
|
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"><a class="line" href="namespaceripple.html#ad3bc01fc1c4e0e3191802ff3192c5493"> 82</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#ad3bc01fc1c4e0e3191802ff3192c5493">tfSell</a> = 0x00080000;</div>
|
|
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"><a class="line" href="namespaceripple.html#a5728c62eac2f5903f9f55bf72cf29428"> 83</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a5728c62eac2f5903f9f55bf72cf29428">tfHybrid</a> = 0x00100000;</div>
|
|
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"><a class="line" href="namespaceripple.html#a3095f4938a471190aaa1a18a0001c9c9"> 84</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a3095f4938a471190aaa1a18a0001c9c9">tfOfferCreateMask</a> =</div>
|
|
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> ~(<a class="code hl_variable" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code hl_variable" href="namespaceripple.html#a61d9fbb44b335fbb5e82e3211e6639a2">tfPassive</a> | <a class="code hl_variable" href="namespaceripple.html#a6257d0a91b5b06dd7712c68af628441d">tfImmediateOrCancel</a> | <a class="code hl_variable" href="namespaceripple.html#a5bdaf22398ee3e51d3c2c3c694f917ec">tfFillOrKill</a> | <a class="code hl_variable" href="namespaceripple.html#ad3bc01fc1c4e0e3191802ff3192c5493">tfSell</a> | <a class="code hl_variable" href="namespaceripple.html#a5728c62eac2f5903f9f55bf72cf29428">tfHybrid</a>);</div>
|
|
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> </div>
|
|
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span><span class="comment">// Payment flags:</span></div>
|
|
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"><a class="line" href="namespaceripple.html#aab3ff08970a7fcec2229fc4c9e5f7d38"> 88</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#aab3ff08970a7fcec2229fc4c9e5f7d38">tfNoRippleDirect</a> = 0x00010000;</div>
|
|
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"><a class="line" href="namespaceripple.html#a7efcc6de2ed8aa0fa1f3e0a632f2f095"> 89</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a7efcc6de2ed8aa0fa1f3e0a632f2f095">tfPartialPayment</a> = 0x00020000;</div>
|
|
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"><a class="line" href="namespaceripple.html#abc202169b736c0a032eb947f186b6e63"> 90</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#abc202169b736c0a032eb947f186b6e63">tfLimitQuality</a> = 0x00040000;</div>
|
|
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"><a class="line" href="namespaceripple.html#ababf50b6a950c48e10622ce16c0f73d2"> 91</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#ababf50b6a950c48e10622ce16c0f73d2">tfPaymentMask</a> =</div>
|
|
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> ~(<a class="code hl_variable" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code hl_variable" href="namespaceripple.html#a7efcc6de2ed8aa0fa1f3e0a632f2f095">tfPartialPayment</a> | <a class="code hl_variable" href="namespaceripple.html#abc202169b736c0a032eb947f186b6e63">tfLimitQuality</a> | <a class="code hl_variable" href="namespaceripple.html#aab3ff08970a7fcec2229fc4c9e5f7d38">tfNoRippleDirect</a>);</div>
|
|
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="namespaceripple.html#a3f6f1a6aa2d2d2c81704be76caf69163"> 93</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a3f6f1a6aa2d2d2c81704be76caf69163">tfMPTPaymentMask</a> = ~(<a class="code hl_variable" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code hl_variable" href="namespaceripple.html#a7efcc6de2ed8aa0fa1f3e0a632f2f095">tfPartialPayment</a>);</div>
|
|
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> </div>
|
|
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span><span class="comment">// TrustSet flags:</span></div>
|
|
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"><a class="line" href="namespaceripple.html#a918f885752320e5f242f6cf75d895444"> 96</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a918f885752320e5f242f6cf75d895444">tfSetfAuth</a> = 0x00010000;</div>
|
|
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"><a class="line" href="namespaceripple.html#ae5a4ff779dae30156e2906661a2f9b74"> 97</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#ae5a4ff779dae30156e2906661a2f9b74">tfSetNoRipple</a> = 0x00020000;</div>
|
|
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"><a class="line" href="namespaceripple.html#a84d1a5b984c13ef3336e95746ceea0b0"> 98</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a84d1a5b984c13ef3336e95746ceea0b0">tfClearNoRipple</a> = 0x00040000;</div>
|
|
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"><a class="line" href="namespaceripple.html#ae34d881cd8926ab3505340a51f91fd8b"> 99</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#ae34d881cd8926ab3505340a51f91fd8b">tfSetFreeze</a> = 0x00100000;</div>
|
|
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"><a class="line" href="namespaceripple.html#a98f09aa7b518e640710f4362145dd444"> 100</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a98f09aa7b518e640710f4362145dd444">tfClearFreeze</a> = 0x00200000;</div>
|
|
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"><a class="line" href="namespaceripple.html#a2064883c5298050aff66754857955885"> 101</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a2064883c5298050aff66754857955885">tfSetDeepFreeze</a> = 0x00400000;</div>
|
|
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"><a class="line" href="namespaceripple.html#aaf66864d0b900743719164e43f53c934"> 102</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#aaf66864d0b900743719164e43f53c934">tfClearDeepFreeze</a> = 0x00800000;</div>
|
|
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"><a class="line" href="namespaceripple.html#ac03bb75481389855987ced4578108011"> 103</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#ac03bb75481389855987ced4578108011">tfTrustSetMask</a> =</div>
|
|
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> ~(<a class="code hl_variable" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code hl_variable" href="namespaceripple.html#a918f885752320e5f242f6cf75d895444">tfSetfAuth</a> | <a class="code hl_variable" href="namespaceripple.html#ae5a4ff779dae30156e2906661a2f9b74">tfSetNoRipple</a> | <a class="code hl_variable" href="namespaceripple.html#a84d1a5b984c13ef3336e95746ceea0b0">tfClearNoRipple</a> | <a class="code hl_variable" href="namespaceripple.html#ae34d881cd8926ab3505340a51f91fd8b">tfSetFreeze</a> |</div>
|
|
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> <a class="code hl_variable" href="namespaceripple.html#a98f09aa7b518e640710f4362145dd444">tfClearFreeze</a> | <a class="code hl_variable" href="namespaceripple.html#a2064883c5298050aff66754857955885">tfSetDeepFreeze</a> | <a class="code hl_variable" href="namespaceripple.html#aaf66864d0b900743719164e43f53c934">tfClearDeepFreeze</a>);</div>
|
|
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"><a class="line" href="namespaceripple.html#a754d9c1ce4ca401f773722157a5259ec"> 106</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a754d9c1ce4ca401f773722157a5259ec">tfTrustSetPermissionMask</a> = ~(<a class="code hl_variable" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code hl_variable" href="namespaceripple.html#a918f885752320e5f242f6cf75d895444">tfSetfAuth</a> | <a class="code hl_variable" href="namespaceripple.html#ae34d881cd8926ab3505340a51f91fd8b">tfSetFreeze</a> | <a class="code hl_variable" href="namespaceripple.html#a98f09aa7b518e640710f4362145dd444">tfClearFreeze</a>);</div>
|
|
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> </div>
|
|
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span><span class="comment">// EnableAmendment flags:</span></div>
|
|
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"><a class="line" href="namespaceripple.html#a40c2727503e88fa49ffc050386b918fe"> 109</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a40c2727503e88fa49ffc050386b918fe">tfGotMajority</a> = 0x00010000;</div>
|
|
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"><a class="line" href="namespaceripple.html#adf2b5d62683cc06ad8e96dea0bfda024"> 110</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#adf2b5d62683cc06ad8e96dea0bfda024">tfLostMajority</a> = 0x00020000;</div>
|
|
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"><a class="line" href="namespaceripple.html#ae7b4c2356f6cc9cb9b3c133d616bd337"> 111</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#ae7b4c2356f6cc9cb9b3c133d616bd337">tfChangeMask</a> =</div>
|
|
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span> ~( <a class="code hl_variable" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code hl_variable" href="namespaceripple.html#a40c2727503e88fa49ffc050386b918fe">tfGotMajority</a> | <a class="code hl_variable" href="namespaceripple.html#adf2b5d62683cc06ad8e96dea0bfda024">tfLostMajority</a>);</div>
|
|
<div class="line"><a id="l00113" name="l00113"></a><span class="lineno"> 113</span> </div>
|
|
<div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span><span class="comment">// PaymentChannelClaim flags:</span></div>
|
|
<div class="line"><a id="l00115" name="l00115"></a><span class="lineno"><a class="line" href="namespaceripple.html#a31fd00b390dff8213a5cfe14d00e4045"> 115</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a31fd00b390dff8213a5cfe14d00e4045">tfRenew</a> = 0x00010000;</div>
|
|
<div class="line"><a id="l00116" name="l00116"></a><span class="lineno"><a class="line" href="namespaceripple.html#ac1c00e26dbebe035301fefc29b02f82b"> 116</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#ac1c00e26dbebe035301fefc29b02f82b">tfClose</a> = 0x00020000;</div>
|
|
<div class="line"><a id="l00117" name="l00117"></a><span class="lineno"><a class="line" href="namespaceripple.html#ac27cf28b74dba714232126eb01ef4765"> 117</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#ac27cf28b74dba714232126eb01ef4765">tfPayChanClaimMask</a> = ~(<a class="code hl_variable" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code hl_variable" href="namespaceripple.html#a31fd00b390dff8213a5cfe14d00e4045">tfRenew</a> | <a class="code hl_variable" href="namespaceripple.html#ac1c00e26dbebe035301fefc29b02f82b">tfClose</a>);</div>
|
|
<div class="line"><a id="l00118" name="l00118"></a><span class="lineno"> 118</span> </div>
|
|
<div class="line"><a id="l00119" name="l00119"></a><span class="lineno"> 119</span><span class="comment">// NFTokenMint flags:</span></div>
|
|
<div class="line"><a id="l00120" name="l00120"></a><span class="lineno"><a class="line" href="namespaceripple.html#a5a8925be9e066ce9570511e5161a73bb"> 120</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a5a8925be9e066ce9570511e5161a73bb">tfBurnable</a> = 0x00000001;</div>
|
|
<div class="line"><a id="l00121" name="l00121"></a><span class="lineno"><a class="line" href="namespaceripple.html#a1dbfe47b89ea11bf811eaebf0093f052"> 121</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a1dbfe47b89ea11bf811eaebf0093f052">tfOnlyXRP</a> = 0x00000002;</div>
|
|
<div class="line"><a id="l00122" name="l00122"></a><span class="lineno"><a class="line" href="namespaceripple.html#a7f38e8fe552f095e70c098197324f6f9"> 122</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a7f38e8fe552f095e70c098197324f6f9">tfTrustLine</a> = 0x00000004;</div>
|
|
<div class="line"><a id="l00123" name="l00123"></a><span class="lineno"><a class="line" href="namespaceripple.html#af6dbd01af49aa6a39b96cee44add0df1"> 123</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#af6dbd01af49aa6a39b96cee44add0df1">tfTransferable</a> = 0x00000008;</div>
|
|
<div class="line"><a id="l00124" name="l00124"></a><span class="lineno"><a class="line" href="namespaceripple.html#ae7b2566d88d4ab6fbad390bc3a890395"> 124</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#ae7b2566d88d4ab6fbad390bc3a890395">tfMutable</a> = 0x00000010;</div>
|
|
<div class="line"><a id="l00125" name="l00125"></a><span class="lineno"> 125</span> </div>
|
|
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span><span class="comment">// MPTokenIssuanceCreate flags:</span></div>
|
|
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span><span class="comment">// Note: tf/lsfMPTLocked is intentionally omitted, since this transaction</span></div>
|
|
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span><span class="comment">// is not allowed to modify it.</span></div>
|
|
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"><a class="line" href="namespaceripple.html#ae9c5556c775f5086df7a1be0c7353971"> 129</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#ae9c5556c775f5086df7a1be0c7353971">tfMPTCanLock</a> = <a class="code hl_enumvalue" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a3c490502f9c165e7ea86cd51667ea49c">lsfMPTCanLock</a>;</div>
|
|
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"><a class="line" href="namespaceripple.html#ae04eebbb7e9cffb009d2f2251c0263a2"> 130</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#ae04eebbb7e9cffb009d2f2251c0263a2">tfMPTRequireAuth</a> = <a class="code hl_enumvalue" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a9971f863b0978e5dff15fecc704bbed4">lsfMPTRequireAuth</a>;</div>
|
|
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"><a class="line" href="namespaceripple.html#adefad79450b2fe23454118b7b2b60c14"> 131</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#adefad79450b2fe23454118b7b2b60c14">tfMPTCanEscrow</a> = <a class="code hl_enumvalue" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a234b052db9a883d94d2933386562a41f">lsfMPTCanEscrow</a>;</div>
|
|
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"><a class="line" href="namespaceripple.html#a415aac4d51f2f5336c1f588042fff833"> 132</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a415aac4d51f2f5336c1f588042fff833">tfMPTCanTrade</a> = <a class="code hl_enumvalue" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a19d7c0a35af977d3e224121eeea81c20">lsfMPTCanTrade</a>;</div>
|
|
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"><a class="line" href="namespaceripple.html#a2aae110929b0612004babdac451377f3"> 133</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a2aae110929b0612004babdac451377f3">tfMPTCanTransfer</a> = <a class="code hl_enumvalue" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a17ad00a34e73590b1c0d5f453eeba72f">lsfMPTCanTransfer</a>;</div>
|
|
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"><a class="line" href="namespaceripple.html#af034d4499b815c6e3ae25cf6d03ae2f9"> 134</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#af034d4499b815c6e3ae25cf6d03ae2f9">tfMPTCanClawback</a> = <a class="code hl_enumvalue" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a6397c1fa03da2239610cb4d1a45153bd">lsfMPTCanClawback</a>;</div>
|
|
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4b6ea030ccea3c675a0cf60bff27fa37"> 135</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a4b6ea030ccea3c675a0cf60bff27fa37">tfMPTokenIssuanceCreateMask</a> =</div>
|
|
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span> ~(<a class="code hl_variable" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code hl_variable" href="namespaceripple.html#ae9c5556c775f5086df7a1be0c7353971">tfMPTCanLock</a> | <a class="code hl_variable" href="namespaceripple.html#ae04eebbb7e9cffb009d2f2251c0263a2">tfMPTRequireAuth</a> | <a class="code hl_variable" href="namespaceripple.html#adefad79450b2fe23454118b7b2b60c14">tfMPTCanEscrow</a> | <a class="code hl_variable" href="namespaceripple.html#a415aac4d51f2f5336c1f588042fff833">tfMPTCanTrade</a> | <a class="code hl_variable" href="namespaceripple.html#a2aae110929b0612004babdac451377f3">tfMPTCanTransfer</a> | <a class="code hl_variable" href="namespaceripple.html#af034d4499b815c6e3ae25cf6d03ae2f9">tfMPTCanClawback</a>);</div>
|
|
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"> 137</span> </div>
|
|
<div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span><span class="comment">// MPTokenIssuanceCreate MutableFlags:</span></div>
|
|
<div class="line"><a id="l00139" name="l00139"></a><span class="lineno"> 139</span><span class="comment">// Indicating specific fields or flags may be changed after issuance.</span></div>
|
|
<div class="line"><a id="l00140" name="l00140"></a><span class="lineno"><a class="line" href="namespaceripple.html#a5502c6f32059fe86c01ffedf79f16e8e"> 140</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a5502c6f32059fe86c01ffedf79f16e8e">tmfMPTCanMutateCanLock</a> = <a class="code hl_enumvalue" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a8380675857eccbd28fde0a46554bb668">lsmfMPTCanMutateCanLock</a>;</div>
|
|
<div class="line"><a id="l00141" name="l00141"></a><span class="lineno"><a class="line" href="namespaceripple.html#aac1bab31b5735153065da636b865ec43"> 141</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#aac1bab31b5735153065da636b865ec43">tmfMPTCanMutateRequireAuth</a> = <a class="code hl_enumvalue" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a105335b4d3457f00b5fdaf69efe12683">lsmfMPTCanMutateRequireAuth</a>;</div>
|
|
<div class="line"><a id="l00142" name="l00142"></a><span class="lineno"><a class="line" href="namespaceripple.html#a1be286b5d0d9cd10c9f1bf6befd714cc"> 142</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a1be286b5d0d9cd10c9f1bf6befd714cc">tmfMPTCanMutateCanEscrow</a> = <a class="code hl_enumvalue" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a5dd3ef137dff0e4cfa32cf061f042dac">lsmfMPTCanMutateCanEscrow</a>;</div>
|
|
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"><a class="line" href="namespaceripple.html#a2398353cec89b60acad976298d11516f"> 143</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a2398353cec89b60acad976298d11516f">tmfMPTCanMutateCanTrade</a> = <a class="code hl_enumvalue" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a21a22ce0d0645606b50cb5cf9f22c452">lsmfMPTCanMutateCanTrade</a>;</div>
|
|
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"><a class="line" href="namespaceripple.html#aba090debd4351d0296292a1335627b17"> 144</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#aba090debd4351d0296292a1335627b17">tmfMPTCanMutateCanTransfer</a> = <a class="code hl_enumvalue" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a1894eb12471b2997229509226b06342b">lsmfMPTCanMutateCanTransfer</a>;</div>
|
|
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"><a class="line" href="namespaceripple.html#a6fdf18d5b75e28f0cdfbb389ff5fddea"> 145</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a6fdf18d5b75e28f0cdfbb389ff5fddea">tmfMPTCanMutateCanClawback</a> = <a class="code hl_enumvalue" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a6913164ccac525aa0105fa6c06e844ec">lsmfMPTCanMutateCanClawback</a>;</div>
|
|
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"><a class="line" href="namespaceripple.html#a1ac109dc9cd949aa5e35315dd8982a34"> 146</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a1ac109dc9cd949aa5e35315dd8982a34">tmfMPTCanMutateMetadata</a> = <a class="code hl_enumvalue" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a77dc163a1137c46cf7e40c45dd7eced7">lsmfMPTCanMutateMetadata</a>;</div>
|
|
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"><a class="line" href="namespaceripple.html#a3df8e5b31c2a678cd09956064de44b13"> 147</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a3df8e5b31c2a678cd09956064de44b13">tmfMPTCanMutateTransferFee</a> = <a class="code hl_enumvalue" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5acba8483c5775d0875b4bb75ad053d315">lsmfMPTCanMutateTransferFee</a>;</div>
|
|
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"><a class="line" href="namespaceripple.html#a59b14e77b81397a8d2efb38fdf3d0228"> 148</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a59b14e77b81397a8d2efb38fdf3d0228">tmfMPTokenIssuanceCreateMutableMask</a> =</div>
|
|
<div class="line"><a id="l00149" name="l00149"></a><span class="lineno"> 149</span> ~(<a class="code hl_variable" href="namespaceripple.html#a5502c6f32059fe86c01ffedf79f16e8e">tmfMPTCanMutateCanLock</a> | <a class="code hl_variable" href="namespaceripple.html#aac1bab31b5735153065da636b865ec43">tmfMPTCanMutateRequireAuth</a> | <a class="code hl_variable" href="namespaceripple.html#a1be286b5d0d9cd10c9f1bf6befd714cc">tmfMPTCanMutateCanEscrow</a> | <a class="code hl_variable" href="namespaceripple.html#a2398353cec89b60acad976298d11516f">tmfMPTCanMutateCanTrade</a></div>
|
|
<div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> | <a class="code hl_variable" href="namespaceripple.html#aba090debd4351d0296292a1335627b17">tmfMPTCanMutateCanTransfer</a> | <a class="code hl_variable" href="namespaceripple.html#a6fdf18d5b75e28f0cdfbb389ff5fddea">tmfMPTCanMutateCanClawback</a> | <a class="code hl_variable" href="namespaceripple.html#a1ac109dc9cd949aa5e35315dd8982a34">tmfMPTCanMutateMetadata</a> | <a class="code hl_variable" href="namespaceripple.html#a3df8e5b31c2a678cd09956064de44b13">tmfMPTCanMutateTransferFee</a>);</div>
|
|
<div class="line"><a id="l00151" name="l00151"></a><span class="lineno"> 151</span> </div>
|
|
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span><span class="comment">// MPTokenAuthorize flags:</span></div>
|
|
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"><a class="line" href="namespaceripple.html#a879ff786afc09842952c6cbca93d46a8"> 153</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a879ff786afc09842952c6cbca93d46a8">tfMPTUnauthorize</a> = 0x00000001;</div>
|
|
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"><a class="line" href="namespaceripple.html#a5542d12503e037a16ead08a51dc41aab"> 154</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a5542d12503e037a16ead08a51dc41aab">tfMPTokenAuthorizeMask</a> = ~(<a class="code hl_variable" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code hl_variable" href="namespaceripple.html#a879ff786afc09842952c6cbca93d46a8">tfMPTUnauthorize</a>);</div>
|
|
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> </div>
|
|
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span><span class="comment">// MPTokenIssuanceSet flags:</span></div>
|
|
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"><a class="line" href="namespaceripple.html#aa361223d1f07f3e0838be875704f25c2"> 157</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#aa361223d1f07f3e0838be875704f25c2">tfMPTLock</a> = 0x00000001;</div>
|
|
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"><a class="line" href="namespaceripple.html#a421521e70103cd22aad879633cc92ecd"> 158</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a421521e70103cd22aad879633cc92ecd">tfMPTUnlock</a> = 0x00000002;</div>
|
|
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"><a class="line" href="namespaceripple.html#a038ff05525ff9886aa2a38ee41c65028"> 159</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a038ff05525ff9886aa2a38ee41c65028">tfMPTokenIssuanceSetMask</a> = ~(<a class="code hl_variable" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code hl_variable" href="namespaceripple.html#aa361223d1f07f3e0838be875704f25c2">tfMPTLock</a> | <a class="code hl_variable" href="namespaceripple.html#a421521e70103cd22aad879633cc92ecd">tfMPTUnlock</a>);</div>
|
|
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"><a class="line" href="namespaceripple.html#a12b6820cfa4e831196498f11f10982b8"> 160</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a12b6820cfa4e831196498f11f10982b8">tfMPTokenIssuanceSetPermissionMask</a> = ~(<a class="code hl_variable" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code hl_variable" href="namespaceripple.html#aa361223d1f07f3e0838be875704f25c2">tfMPTLock</a> | <a class="code hl_variable" href="namespaceripple.html#a421521e70103cd22aad879633cc92ecd">tfMPTUnlock</a>);</div>
|
|
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span> </div>
|
|
<div class="line"><a id="l00162" name="l00162"></a><span class="lineno"> 162</span><span class="comment">// MPTokenIssuanceSet MutableFlags:</span></div>
|
|
<div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span><span class="comment">// Set or Clear flags.</span></div>
|
|
<div class="line"><a id="l00164" name="l00164"></a><span class="lineno"><a class="line" href="namespaceripple.html#a50a0ffb7f8b56cba939d9f21fd806ea6"> 164</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a50a0ffb7f8b56cba939d9f21fd806ea6">tmfMPTSetCanLock</a> = 0x00000001;</div>
|
|
<div class="line"><a id="l00165" name="l00165"></a><span class="lineno"><a class="line" href="namespaceripple.html#a8abfa6ea2a1f75a0d4b8008580655d73"> 165</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a8abfa6ea2a1f75a0d4b8008580655d73">tmfMPTClearCanLock</a> = 0x00000002;</div>
|
|
<div class="line"><a id="l00166" name="l00166"></a><span class="lineno"><a class="line" href="namespaceripple.html#a33b8c4c8ad9d7bb3cdfd9fa57ff80ae3"> 166</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a33b8c4c8ad9d7bb3cdfd9fa57ff80ae3">tmfMPTSetRequireAuth</a> = 0x00000004;</div>
|
|
<div class="line"><a id="l00167" name="l00167"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4d31292065646c0f678981ccb58696be"> 167</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a4d31292065646c0f678981ccb58696be">tmfMPTClearRequireAuth</a> = 0x00000008;</div>
|
|
<div class="line"><a id="l00168" name="l00168"></a><span class="lineno"><a class="line" href="namespaceripple.html#a8a62999a5b643bb12f2652282a3659f5"> 168</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a8a62999a5b643bb12f2652282a3659f5">tmfMPTSetCanEscrow</a> = 0x00000010;</div>
|
|
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"><a class="line" href="namespaceripple.html#a1bbeda7e46ab6188d27476e4785a9e41"> 169</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a1bbeda7e46ab6188d27476e4785a9e41">tmfMPTClearCanEscrow</a> = 0x00000020;</div>
|
|
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"><a class="line" href="namespaceripple.html#a6748f5cda7014c87ad0f1f3778144d49"> 170</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a6748f5cda7014c87ad0f1f3778144d49">tmfMPTSetCanTrade</a> = 0x00000040;</div>
|
|
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"><a class="line" href="namespaceripple.html#a34a3dd5329331d3ab6904c0cb0979e2f"> 171</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a34a3dd5329331d3ab6904c0cb0979e2f">tmfMPTClearCanTrade</a> = 0x00000080;</div>
|
|
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"><a class="line" href="namespaceripple.html#a9ac68b763c841e7ee31ab207496801be"> 172</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a9ac68b763c841e7ee31ab207496801be">tmfMPTSetCanTransfer</a> = 0x00000100;</div>
|
|
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"><a class="line" href="namespaceripple.html#af4567ffb96b3adcc355801e84af547ef"> 173</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#af4567ffb96b3adcc355801e84af547ef">tmfMPTClearCanTransfer</a> = 0x00000200;</div>
|
|
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"><a class="line" href="namespaceripple.html#a2bebae787765cfeb37be2dc125834f59"> 174</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a2bebae787765cfeb37be2dc125834f59">tmfMPTSetCanClawback</a> = 0x00000400;</div>
|
|
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"><a class="line" href="namespaceripple.html#a132e7e4113dc744af79aa4d7e5fb397f"> 175</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a132e7e4113dc744af79aa4d7e5fb397f">tmfMPTClearCanClawback</a> = 0x00000800;</div>
|
|
<div class="line"><a id="l00176" name="l00176"></a><span class="lineno"><a class="line" href="namespaceripple.html#a139a1a6ae37577a35f0562f38e43fd54"> 176</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a139a1a6ae37577a35f0562f38e43fd54">tmfMPTokenIssuanceSetMutableMask</a> = ~(<a class="code hl_variable" href="namespaceripple.html#a50a0ffb7f8b56cba939d9f21fd806ea6">tmfMPTSetCanLock</a> | <a class="code hl_variable" href="namespaceripple.html#a8abfa6ea2a1f75a0d4b8008580655d73">tmfMPTClearCanLock</a> |</div>
|
|
<div class="line"><a id="l00177" name="l00177"></a><span class="lineno"> 177</span> <a class="code hl_variable" href="namespaceripple.html#a33b8c4c8ad9d7bb3cdfd9fa57ff80ae3">tmfMPTSetRequireAuth</a> | <a class="code hl_variable" href="namespaceripple.html#a4d31292065646c0f678981ccb58696be">tmfMPTClearRequireAuth</a> | <a class="code hl_variable" href="namespaceripple.html#a8a62999a5b643bb12f2652282a3659f5">tmfMPTSetCanEscrow</a> | <a class="code hl_variable" href="namespaceripple.html#a1bbeda7e46ab6188d27476e4785a9e41">tmfMPTClearCanEscrow</a> |</div>
|
|
<div class="line"><a id="l00178" name="l00178"></a><span class="lineno"> 178</span> <a class="code hl_variable" href="namespaceripple.html#a6748f5cda7014c87ad0f1f3778144d49">tmfMPTSetCanTrade</a> | <a class="code hl_variable" href="namespaceripple.html#a34a3dd5329331d3ab6904c0cb0979e2f">tmfMPTClearCanTrade</a> | <a class="code hl_variable" href="namespaceripple.html#a9ac68b763c841e7ee31ab207496801be">tmfMPTSetCanTransfer</a> | <a class="code hl_variable" href="namespaceripple.html#af4567ffb96b3adcc355801e84af547ef">tmfMPTClearCanTransfer</a> |</div>
|
|
<div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> <a class="code hl_variable" href="namespaceripple.html#a2bebae787765cfeb37be2dc125834f59">tmfMPTSetCanClawback</a> | <a class="code hl_variable" href="namespaceripple.html#a132e7e4113dc744af79aa4d7e5fb397f">tmfMPTClearCanClawback</a>);</div>
|
|
<div class="line"><a id="l00180" name="l00180"></a><span class="lineno"> 180</span> </div>
|
|
<div class="line"><a id="l00181" name="l00181"></a><span class="lineno"> 181</span><span class="comment">// MPTokenIssuanceDestroy flags:</span></div>
|
|
<div class="line"><a id="l00182" name="l00182"></a><span class="lineno"><a class="line" href="namespaceripple.html#afc96fabc7c508df54955759791f31067"> 182</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#afc96fabc7c508df54955759791f31067">tfMPTokenIssuanceDestroyMask</a> = ~tfUniversal;</div>
|
|
<div class="line"><a id="l00183" name="l00183"></a><span class="lineno"> 183</span> </div>
|
|
<div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span><span class="comment">// Prior to fixRemoveNFTokenAutoTrustLine, transfer of an NFToken between</span></div>
|
|
<div class="line"><a id="l00185" name="l00185"></a><span class="lineno"> 185</span><span class="comment">// accounts allowed a TrustLine to be added to the issuer of that token</span></div>
|
|
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span><span class="comment">// without explicit permission from that issuer. This was enabled by</span></div>
|
|
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span><span class="comment">// minting the NFToken with the tfTrustLine flag set.</span></div>
|
|
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span><span class="comment">//</span></div>
|
|
<div class="line"><a id="l00189" name="l00189"></a><span class="lineno"> 189</span><span class="comment">// That capability could be used to attack the NFToken issuer. It</span></div>
|
|
<div class="line"><a id="l00190" name="l00190"></a><span class="lineno"> 190</span><span class="comment">// would be possible for two accounts to trade the NFToken back and forth</span></div>
|
|
<div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span><span class="comment">// building up any number of TrustLines on the issuer, increasing the</span></div>
|
|
<div class="line"><a id="l00192" name="l00192"></a><span class="lineno"> 192</span><span class="comment">// issuer's reserve without bound.</span></div>
|
|
<div class="line"><a id="l00193" name="l00193"></a><span class="lineno"> 193</span><span class="comment">//</span></div>
|
|
<div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span><span class="comment">// The fixRemoveNFTokenAutoTrustLine amendment disables minting with the</span></div>
|
|
<div class="line"><a id="l00195" name="l00195"></a><span class="lineno"> 195</span><span class="comment">// tfTrustLine flag as a way to prevent the attack. But until the</span></div>
|
|
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span><span class="comment">// amendment passes we still need to keep the old behavior available.</span></div>
|
|
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"><a class="line" href="namespaceripple.html#af8ea957ca07e1efe06565b5417f385ea"> 197</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#af8ea957ca07e1efe06565b5417f385ea">tfNFTokenMintMask</a> =</div>
|
|
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> ~(<a class="code hl_variable" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code hl_variable" href="namespaceripple.html#a5a8925be9e066ce9570511e5161a73bb">tfBurnable</a> | <a class="code hl_variable" href="namespaceripple.html#a1dbfe47b89ea11bf811eaebf0093f052">tfOnlyXRP</a> | <a class="code hl_variable" href="namespaceripple.html#af6dbd01af49aa6a39b96cee44add0df1">tfTransferable</a>);</div>
|
|
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> </div>
|
|
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"><a class="line" href="namespaceripple.html#a4bf740bee82308dcc098c674a2a1ccaa"> 200</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a4bf740bee82308dcc098c674a2a1ccaa">tfNFTokenMintOldMask</a> =</div>
|
|
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> ~( ~tfNFTokenMintMask | <a class="code hl_variable" href="namespaceripple.html#a7f38e8fe552f095e70c098197324f6f9">tfTrustLine</a>);</div>
|
|
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> </div>
|
|
<div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span><span class="comment">// if featureDynamicNFT enabled then new flag allowing mutable URI available.</span></div>
|
|
<div class="line"><a id="l00204" name="l00204"></a><span class="lineno"><a class="line" href="namespaceripple.html#a3cdc9bca3c0d5972efe4bded989b8c13"> 204</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a3cdc9bca3c0d5972efe4bded989b8c13">tfNFTokenMintOldMaskWithMutable</a> =</div>
|
|
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> ~( ~tfNFTokenMintOldMask | <a class="code hl_variable" href="namespaceripple.html#ae7b2566d88d4ab6fbad390bc3a890395">tfMutable</a>);</div>
|
|
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span> </div>
|
|
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"><a class="line" href="namespaceripple.html#a44c03af36ca9cffd76797b2dea57f083"> 207</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a44c03af36ca9cffd76797b2dea57f083">tfNFTokenMintMaskWithMutable</a> =</div>
|
|
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> ~( ~tfNFTokenMintMask | <a class="code hl_variable" href="namespaceripple.html#ae7b2566d88d4ab6fbad390bc3a890395">tfMutable</a>);</div>
|
|
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> </div>
|
|
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span><span class="comment">// NFTokenCreateOffer flags:</span></div>
|
|
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"><a class="line" href="namespaceripple.html#a449cf5cfc4fd3f6c2a3577a57374bda5"> 211</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a449cf5cfc4fd3f6c2a3577a57374bda5">tfSellNFToken</a> = 0x00000001;</div>
|
|
<div class="line"><a id="l00212" name="l00212"></a><span class="lineno"><a class="line" href="namespaceripple.html#a3031c0be064bbe5028a5327f6a1c2e27"> 212</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a3031c0be064bbe5028a5327f6a1c2e27">tfNFTokenCreateOfferMask</a> =</div>
|
|
<div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> ~(<a class="code hl_variable" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code hl_variable" href="namespaceripple.html#a449cf5cfc4fd3f6c2a3577a57374bda5">tfSellNFToken</a>);</div>
|
|
<div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span> </div>
|
|
<div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span><span class="comment">// NFTokenCancelOffer flags:</span></div>
|
|
<div class="line"><a id="l00216" name="l00216"></a><span class="lineno"><a class="line" href="namespaceripple.html#ab19d2e2e38e608f6562bafc1bb3613fd"> 216</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#ab19d2e2e38e608f6562bafc1bb3613fd">tfNFTokenCancelOfferMask</a> = ~tfUniversal;</div>
|
|
<div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span> </div>
|
|
<div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span><span class="comment">// NFTokenAcceptOffer flags:</span></div>
|
|
<div class="line"><a id="l00219" name="l00219"></a><span class="lineno"><a class="line" href="namespaceripple.html#adbf2cac310a5b52ee40483da96484a4a"> 219</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#adbf2cac310a5b52ee40483da96484a4a">tfNFTokenAcceptOfferMask</a> = ~tfUniversal;</div>
|
|
<div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span> </div>
|
|
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span><span class="comment">// Clawback flags:</span></div>
|
|
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"><a class="line" href="namespaceripple.html#a42e1f032ba45e444516d36be2d6ca51d"> 222</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a42e1f032ba45e444516d36be2d6ca51d">tfClawbackMask</a> = ~tfUniversal;</div>
|
|
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> </div>
|
|
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span><span class="comment">// AMM Flags:</span></div>
|
|
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"><a class="line" href="namespaceripple.html#aa3f065b75d23f712be19a1a953fe5b4a"> 225</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#aa3f065b75d23f712be19a1a953fe5b4a">tfLPToken</a> = 0x00010000;</div>
|
|
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"><a class="line" href="namespaceripple.html#a8383eb169324b23c0b4b49d6c2d2c877"> 226</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a8383eb169324b23c0b4b49d6c2d2c877">tfWithdrawAll</a> = 0x00020000;</div>
|
|
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"><a class="line" href="namespaceripple.html#a0cebcc733182bb6794d2d4067a29fb2a"> 227</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a0cebcc733182bb6794d2d4067a29fb2a">tfOneAssetWithdrawAll</a> = 0x00040000;</div>
|
|
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"><a class="line" href="namespaceripple.html#a098e0eaa259f9927096b3b4edd77c71a"> 228</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a098e0eaa259f9927096b3b4edd77c71a">tfSingleAsset</a> = 0x00080000;</div>
|
|
<div class="line"><a id="l00229" name="l00229"></a><span class="lineno"><a class="line" href="namespaceripple.html#a7ac113783ec3f596fe69ab6d1daabbac"> 229</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a7ac113783ec3f596fe69ab6d1daabbac">tfTwoAsset</a> = 0x00100000;</div>
|
|
<div class="line"><a id="l00230" name="l00230"></a><span class="lineno"><a class="line" href="namespaceripple.html#a620f1516447f54ef50ac790f5f0720a3"> 230</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a620f1516447f54ef50ac790f5f0720a3">tfOneAssetLPToken</a> = 0x00200000;</div>
|
|
<div class="line"><a id="l00231" name="l00231"></a><span class="lineno"><a class="line" href="namespaceripple.html#a5401fd4c42f637dc456a79af094a960d"> 231</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a5401fd4c42f637dc456a79af094a960d">tfLimitLPToken</a> = 0x00400000;</div>
|
|
<div class="line"><a id="l00232" name="l00232"></a><span class="lineno"><a class="line" href="namespaceripple.html#ac709d6b754ddb5505dcd8494a5dce959"> 232</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#ac709d6b754ddb5505dcd8494a5dce959">tfTwoAssetIfEmpty</a> = 0x00800000;</div>
|
|
<div class="line"><a id="l00233" name="l00233"></a><span class="lineno"><a class="line" href="namespaceripple.html#aba96948641b5ee7f466ab43080c672d8"> 233</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#aba96948641b5ee7f466ab43080c672d8">tfWithdrawSubTx</a> =</div>
|
|
<div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> <a class="code hl_variable" href="namespaceripple.html#aa3f065b75d23f712be19a1a953fe5b4a">tfLPToken</a> | <a class="code hl_variable" href="namespaceripple.html#a098e0eaa259f9927096b3b4edd77c71a">tfSingleAsset</a> | <a class="code hl_variable" href="namespaceripple.html#a7ac113783ec3f596fe69ab6d1daabbac">tfTwoAsset</a> | <a class="code hl_variable" href="namespaceripple.html#a620f1516447f54ef50ac790f5f0720a3">tfOneAssetLPToken</a> |</div>
|
|
<div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> <a class="code hl_variable" href="namespaceripple.html#a5401fd4c42f637dc456a79af094a960d">tfLimitLPToken</a> | <a class="code hl_variable" href="namespaceripple.html#a8383eb169324b23c0b4b49d6c2d2c877">tfWithdrawAll</a> | <a class="code hl_variable" href="namespaceripple.html#a0cebcc733182bb6794d2d4067a29fb2a">tfOneAssetWithdrawAll</a>;</div>
|
|
<div class="line"><a id="l00236" name="l00236"></a><span class="lineno"><a class="line" href="namespaceripple.html#a87e142e427fb6542226d7e8def6eb227"> 236</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a87e142e427fb6542226d7e8def6eb227">tfDepositSubTx</a> =</div>
|
|
<div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> <a class="code hl_variable" href="namespaceripple.html#aa3f065b75d23f712be19a1a953fe5b4a">tfLPToken</a> | <a class="code hl_variable" href="namespaceripple.html#a098e0eaa259f9927096b3b4edd77c71a">tfSingleAsset</a> | <a class="code hl_variable" href="namespaceripple.html#a7ac113783ec3f596fe69ab6d1daabbac">tfTwoAsset</a> | <a class="code hl_variable" href="namespaceripple.html#a620f1516447f54ef50ac790f5f0720a3">tfOneAssetLPToken</a> |</div>
|
|
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> <a class="code hl_variable" href="namespaceripple.html#a5401fd4c42f637dc456a79af094a960d">tfLimitLPToken</a> | <a class="code hl_variable" href="namespaceripple.html#ac709d6b754ddb5505dcd8494a5dce959">tfTwoAssetIfEmpty</a>;</div>
|
|
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"><a class="line" href="namespaceripple.html#a3786d0f9f6dacfad8bf3ba300acafaad"> 239</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a3786d0f9f6dacfad8bf3ba300acafaad">tfWithdrawMask</a> = ~(<a class="code hl_variable" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code hl_variable" href="namespaceripple.html#aba96948641b5ee7f466ab43080c672d8">tfWithdrawSubTx</a>);</div>
|
|
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"><a class="line" href="namespaceripple.html#ab580deb3dad3bea5b18139bca6d26877"> 240</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#ab580deb3dad3bea5b18139bca6d26877">tfDepositMask</a> = ~(<a class="code hl_variable" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code hl_variable" href="namespaceripple.html#a87e142e427fb6542226d7e8def6eb227">tfDepositSubTx</a>);</div>
|
|
<div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span> </div>
|
|
<div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span><span class="comment">// AMMClawback flags:</span></div>
|
|
<div class="line"><a id="l00243" name="l00243"></a><span class="lineno"><a class="line" href="namespaceripple.html#a59947b0dcecf1c153860cd9a8aed288d"> 243</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a59947b0dcecf1c153860cd9a8aed288d">tfClawTwoAssets</a> = 0x00000001;</div>
|
|
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"><a class="line" href="namespaceripple.html#a7b0f74cccd2c332f9f495828c584a91a"> 244</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a7b0f74cccd2c332f9f495828c584a91a">tfAMMClawbackMask</a> = ~(<a class="code hl_variable" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code hl_variable" href="namespaceripple.html#a59947b0dcecf1c153860cd9a8aed288d">tfClawTwoAssets</a>);</div>
|
|
<div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> </div>
|
|
<div class="line"><a id="l00246" name="l00246"></a><span class="lineno"> 246</span><span class="comment">// BridgeModify flags:</span></div>
|
|
<div class="line"><a id="l00247" name="l00247"></a><span class="lineno"><a class="line" href="namespaceripple.html#a90dfd505790e274a6b7a85e4c0cbd82c"> 247</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a90dfd505790e274a6b7a85e4c0cbd82c">tfClearAccountCreateAmount</a> = 0x00010000;</div>
|
|
<div class="line"><a id="l00248" name="l00248"></a><span class="lineno"><a class="line" href="namespaceripple.html#a121b9c5a548a17383b79ecca1277e4ef"> 248</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a121b9c5a548a17383b79ecca1277e4ef">tfBridgeModifyMask</a> = ~(<a class="code hl_variable" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code hl_variable" href="namespaceripple.html#a90dfd505790e274a6b7a85e4c0cbd82c">tfClearAccountCreateAmount</a>);</div>
|
|
<div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> </div>
|
|
<div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span><span class="comment">// VaultCreate flags:</span></div>
|
|
<div class="line"><a id="l00251" name="l00251"></a><span class="lineno"><a class="line" href="namespaceripple.html#a52b33bd782cab65c3ca6491dc6fe45cb"> 251</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a52b33bd782cab65c3ca6491dc6fe45cb">tfVaultPrivate</a> = 0x00010000;</div>
|
|
<div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span><span class="keyword">static_assert</span>(<a class="code hl_variable" href="namespaceripple.html#a52b33bd782cab65c3ca6491dc6fe45cb">tfVaultPrivate</a> == <a class="code hl_enumvalue" href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a7d4b13007c5996dfc0fac212a15cdf22">lsfVaultPrivate</a>);</div>
|
|
<div class="line"><a id="l00253" name="l00253"></a><span class="lineno"><a class="line" href="namespaceripple.html#aaf09f2168435e7b54ee509dfb19cdef1"> 253</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#aaf09f2168435e7b54ee509dfb19cdef1">tfVaultShareNonTransferable</a> = 0x00020000;</div>
|
|
<div class="line"><a id="l00254" name="l00254"></a><span class="lineno"><a class="line" href="namespaceripple.html#ae6fd048c0153fe612764e25d42b1c0af"> 254</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#ae6fd048c0153fe612764e25d42b1c0af">tfVaultCreateMask</a> = ~(<a class="code hl_variable" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code hl_variable" href="namespaceripple.html#a52b33bd782cab65c3ca6491dc6fe45cb">tfVaultPrivate</a> | <a class="code hl_variable" href="namespaceripple.html#aaf09f2168435e7b54ee509dfb19cdef1">tfVaultShareNonTransferable</a>);</div>
|
|
<div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span> </div>
|
|
<div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span><span class="comment">// Batch Flags:</span></div>
|
|
<div class="line"><a id="l00257" name="l00257"></a><span class="lineno"><a class="line" href="namespaceripple.html#a072775d6c8c5af1783ca0153457a9db7"> 257</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a072775d6c8c5af1783ca0153457a9db7">tfAllOrNothing</a> = 0x00010000;</div>
|
|
<div class="line"><a id="l00258" name="l00258"></a><span class="lineno"><a class="line" href="namespaceripple.html#a2c495b41d0b7daa3c2121bf583062265"> 258</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a2c495b41d0b7daa3c2121bf583062265">tfOnlyOne</a> = 0x00020000;</div>
|
|
<div class="line"><a id="l00259" name="l00259"></a><span class="lineno"><a class="line" href="namespaceripple.html#a7ca20421c3a0f4d9962ec95f53c83b31"> 259</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a7ca20421c3a0f4d9962ec95f53c83b31">tfUntilFailure</a> = 0x00040000;</div>
|
|
<div class="line"><a id="l00260" name="l00260"></a><span class="lineno"><a class="line" href="namespaceripple.html#a3ad81b34ed8f81399fcc087a7f0f41aa"> 260</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <a class="code hl_variable" href="namespaceripple.html#a3ad81b34ed8f81399fcc087a7f0f41aa">tfIndependent</a> = 0x00080000;</div>
|
|
<div class="line"><a id="l00266" name="l00266"></a><span class="lineno"><a class="line" href="namespaceripple.html#a1b10ebf6e0b15d2bf3323cf36afeed19"> 266</a></span><span class="keyword">constexpr</span> <a class="code hl_classRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> <span class="keyword">const</span> <a class="code hl_variable" href="namespaceripple.html#a1b10ebf6e0b15d2bf3323cf36afeed19">tfBatchMask</a> =</div>
|
|
<div class="line"><a id="l00267" name="l00267"></a><span class="lineno"> 267</span> ~(<a class="code hl_variable" href="namespaceripple.html#aa52329c755ab0ee46e285c09a32b02ec">tfUniversal</a> | <a class="code hl_variable" href="namespaceripple.html#a072775d6c8c5af1783ca0153457a9db7">tfAllOrNothing</a> | <a class="code hl_variable" href="namespaceripple.html#a2c495b41d0b7daa3c2121bf583062265">tfOnlyOne</a> | <a class="code hl_variable" href="namespaceripple.html#a7ca20421c3a0f4d9962ec95f53c83b31">tfUntilFailure</a> | <a class="code hl_variable" href="namespaceripple.html#a3ad81b34ed8f81399fcc087a7f0f41aa">tfIndependent</a>) | <a class="code hl_variable" href="namespaceripple.html#afaf6a2c3fd25d8d826f03812dfbf2798">tfInnerBatchTxn</a>;</div>
|
|
<div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span> </div>
|
|
<div class="line"><a id="l00269" name="l00269"></a><span class="lineno"> 269</span><span class="comment">// clang-format on</span></div>
|
|
<div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span> </div>
|
|
<div class="line"><a id="l00271" name="l00271"></a><span class="lineno"> 271</span>} <span class="comment">// namespace ripple</span></div>
|
|
<div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> </div>
|
|
<div class="line"><a id="l00273" name="l00273"></a><span class="lineno"> 273</span><span class="preprocessor">#endif</span></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>
|
|
<div class="ttc" id="ainteger_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</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#l00006">algorithm.h:6</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a038ff05525ff9886aa2a38ee41c65028"><div class="ttname"><a href="namespaceripple.html#a038ff05525ff9886aa2a38ee41c65028">ripple::tfMPTokenIssuanceSetMask</a></div><div class="ttdeci">constexpr std::uint32_t const tfMPTokenIssuanceSetMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00159">TxFlags.h:159</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a072775d6c8c5af1783ca0153457a9db7"><div class="ttname"><a href="namespaceripple.html#a072775d6c8c5af1783ca0153457a9db7">ripple::tfAllOrNothing</a></div><div class="ttdeci">constexpr std::uint32_t tfAllOrNothing</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00257">TxFlags.h:257</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a0937c341f2f9445f038012ac13cfb8df"><div class="ttname"><a href="namespaceripple.html#a0937c341f2f9445f038012ac13cfb8df">ripple::tfAllowXRP</a></div><div class="ttdeci">constexpr std::uint32_t tfAllowXRP</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00052">TxFlags.h:52</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a098e0eaa259f9927096b3b4edd77c71a"><div class="ttname"><a href="namespaceripple.html#a098e0eaa259f9927096b3b4edd77c71a">ripple::tfSingleAsset</a></div><div class="ttdeci">constexpr std::uint32_t tfSingleAsset</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00228">TxFlags.h:228</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a0ce63352f37481632452056bb649eb58"><div class="ttname"><a href="namespaceripple.html#a0ce63352f37481632452056bb649eb58">ripple::asfGlobalFreeze</a></div><div class="ttdeci">constexpr std::uint32_t asfGlobalFreeze</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_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#l00227">TxFlags.h:227</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a121b9c5a548a17383b79ecca1277e4ef"><div class="ttname"><a href="namespaceripple.html#a121b9c5a548a17383b79ecca1277e4ef">ripple::tfBridgeModifyMask</a></div><div class="ttdeci">constexpr std::uint32_t tfBridgeModifyMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00248">TxFlags.h:248</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a12b6820cfa4e831196498f11f10982b8"><div class="ttname"><a href="namespaceripple.html#a12b6820cfa4e831196498f11f10982b8">ripple::tfMPTokenIssuanceSetPermissionMask</a></div><div class="ttdeci">constexpr std::uint32_t const tfMPTokenIssuanceSetPermissionMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00160">TxFlags.h:160</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a132e7e4113dc744af79aa4d7e5fb397f"><div class="ttname"><a href="namespaceripple.html#a132e7e4113dc744af79aa4d7e5fb397f">ripple::tmfMPTClearCanClawback</a></div><div class="ttdeci">constexpr std::uint32_t const tmfMPTClearCanClawback</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_a139a1a6ae37577a35f0562f38e43fd54"><div class="ttname"><a href="namespaceripple.html#a139a1a6ae37577a35f0562f38e43fd54">ripple::tmfMPTokenIssuanceSetMutableMask</a></div><div class="ttdeci">constexpr std::uint32_t const tmfMPTokenIssuanceSetMutableMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00176">TxFlags.h:176</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a1ac109dc9cd949aa5e35315dd8982a34"><div class="ttname"><a href="namespaceripple.html#a1ac109dc9cd949aa5e35315dd8982a34">ripple::tmfMPTCanMutateMetadata</a></div><div class="ttdeci">constexpr std::uint32_t const tmfMPTCanMutateMetadata</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00146">TxFlags.h:146</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a1b10ebf6e0b15d2bf3323cf36afeed19"><div class="ttname"><a href="namespaceripple.html#a1b10ebf6e0b15d2bf3323cf36afeed19">ripple::tfBatchMask</a></div><div class="ttdeci">constexpr std::uint32_t const tfBatchMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00266">TxFlags.h:266</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a1bbeda7e46ab6188d27476e4785a9e41"><div class="ttname"><a href="namespaceripple.html#a1bbeda7e46ab6188d27476e4785a9e41">ripple::tmfMPTClearCanEscrow</a></div><div class="ttdeci">constexpr std::uint32_t const tmfMPTClearCanEscrow</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_a1be286b5d0d9cd10c9f1bf6befd714cc"><div class="ttname"><a href="namespaceripple.html#a1be286b5d0d9cd10c9f1bf6befd714cc">ripple::tmfMPTCanMutateCanEscrow</a></div><div class="ttdeci">constexpr std::uint32_t const tmfMPTCanMutateCanEscrow</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00142">TxFlags.h:142</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a1d8ec9af2fd805d04e032c52f6968211"><div class="ttname"><a href="namespaceripple.html#a1d8ec9af2fd805d04e032c52f6968211">ripple::asfDepositAuth</a></div><div class="ttdeci">constexpr std::uint32_t asfDepositAuth</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00066">TxFlags.h:66</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a1dbfe47b89ea11bf811eaebf0093f052"><div class="ttname"><a href="namespaceripple.html#a1dbfe47b89ea11bf811eaebf0093f052">ripple::tfOnlyXRP</a></div><div class="ttdeci">constexpr std::uint32_t const tfOnlyXRP</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00121">TxFlags.h:121</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#l00071">TxFlags.h:71</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a2064883c5298050aff66754857955885"><div class="ttname"><a href="namespaceripple.html#a2064883c5298050aff66754857955885">ripple::tfSetDeepFreeze</a></div><div class="ttdeci">constexpr std::uint32_t tfSetDeepFreeze</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00101">TxFlags.h:101</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a2398353cec89b60acad976298d11516f"><div class="ttname"><a href="namespaceripple.html#a2398353cec89b60acad976298d11516f">ripple::tmfMPTCanMutateCanTrade</a></div><div class="ttdeci">constexpr std::uint32_t const tmfMPTCanMutateCanTrade</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00143">TxFlags.h:143</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a2964a536384262367942d4024dfdd98d"><div class="ttname"><a href="namespaceripple.html#a2964a536384262367942d4024dfdd98d">ripple::asfAllowTrustLineLocking</a></div><div class="ttdeci">constexpr std::uint32_t asfAllowTrustLineLocking</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00076">TxFlags.h:76</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a2aae110929b0612004babdac451377f3"><div class="ttname"><a href="namespaceripple.html#a2aae110929b0612004babdac451377f3">ripple::tfMPTCanTransfer</a></div><div class="ttdeci">constexpr std::uint32_t const tfMPTCanTransfer</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00133">TxFlags.h:133</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a2bebae787765cfeb37be2dc125834f59"><div class="ttname"><a href="namespaceripple.html#a2bebae787765cfeb37be2dc125834f59">ripple::tmfMPTSetCanClawback</a></div><div class="ttdeci">constexpr std::uint32_t const tmfMPTSetCanClawback</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_a2c495b41d0b7daa3c2121bf583062265"><div class="ttname"><a href="namespaceripple.html#a2c495b41d0b7daa3c2121bf583062265">ripple::tfOnlyOne</a></div><div class="ttdeci">constexpr std::uint32_t tfOnlyOne</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00258">TxFlags.h:258</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a2e3220cb8c660141f5300a9e38841295"><div class="ttname"><a href="namespaceripple.html#a2e3220cb8c660141f5300a9e38841295">ripple::asfRequireDest</a></div><div class="ttdeci">constexpr std::uint32_t asfRequireDest</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00058">TxFlags.h:58</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a3031c0be064bbe5028a5327f6a1c2e27"><div class="ttname"><a href="namespaceripple.html#a3031c0be064bbe5028a5327f6a1c2e27">ripple::tfNFTokenCreateOfferMask</a></div><div class="ttdeci">constexpr std::uint32_t const tfNFTokenCreateOfferMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00212">TxFlags.h:212</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a3095f4938a471190aaa1a18a0001c9c9"><div class="ttname"><a href="namespaceripple.html#a3095f4938a471190aaa1a18a0001c9c9">ripple::tfOfferCreateMask</a></div><div class="ttdeci">constexpr std::uint32_t tfOfferCreateMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00084">TxFlags.h:84</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a31fd00b390dff8213a5cfe14d00e4045"><div class="ttname"><a href="namespaceripple.html#a31fd00b390dff8213a5cfe14d00e4045">ripple::tfRenew</a></div><div class="ttdeci">constexpr std::uint32_t tfRenew</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00115">TxFlags.h:115</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a33b8c4c8ad9d7bb3cdfd9fa57ff80ae3"><div class="ttname"><a href="namespaceripple.html#a33b8c4c8ad9d7bb3cdfd9fa57ff80ae3">ripple::tmfMPTSetRequireAuth</a></div><div class="ttdeci">constexpr std::uint32_t const tmfMPTSetRequireAuth</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00166">TxFlags.h:166</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a34a3dd5329331d3ab6904c0cb0979e2f"><div class="ttname"><a href="namespaceripple.html#a34a3dd5329331d3ab6904c0cb0979e2f">ripple::tmfMPTClearCanTrade</a></div><div class="ttdeci">constexpr std::uint32_t const tmfMPTClearCanTrade</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00171">TxFlags.h:171</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#l00239">TxFlags.h:239</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a3ad81b34ed8f81399fcc087a7f0f41aa"><div class="ttname"><a href="namespaceripple.html#a3ad81b34ed8f81399fcc087a7f0f41aa">ripple::tfIndependent</a></div><div class="ttdeci">constexpr std::uint32_t tfIndependent</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00260">TxFlags.h:260</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a3cdc9bca3c0d5972efe4bded989b8c13"><div class="ttname"><a href="namespaceripple.html#a3cdc9bca3c0d5972efe4bded989b8c13">ripple::tfNFTokenMintOldMaskWithMutable</a></div><div class="ttdeci">constexpr std::uint32_t const tfNFTokenMintOldMaskWithMutable</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00204">TxFlags.h:204</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a3df8e5b31c2a678cd09956064de44b13"><div class="ttname"><a href="namespaceripple.html#a3df8e5b31c2a678cd09956064de44b13">ripple::tmfMPTCanMutateTransferFee</a></div><div class="ttdeci">constexpr std::uint32_t const tmfMPTCanMutateTransferFee</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00147">TxFlags.h:147</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a3f6f1a6aa2d2d2c81704be76caf69163"><div class="ttname"><a href="namespaceripple.html#a3f6f1a6aa2d2d2c81704be76caf69163">ripple::tfMPTPaymentMask</a></div><div class="ttdeci">constexpr std::uint32_t tfMPTPaymentMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00093">TxFlags.h:93</a></div></div>
|
|
<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#l00109">TxFlags.h:109</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a415aac4d51f2f5336c1f588042fff833"><div class="ttname"><a href="namespaceripple.html#a415aac4d51f2f5336c1f588042fff833">ripple::tfMPTCanTrade</a></div><div class="ttdeci">constexpr std::uint32_t const tfMPTCanTrade</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00132">TxFlags.h:132</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a421521e70103cd22aad879633cc92ecd"><div class="ttname"><a href="namespaceripple.html#a421521e70103cd22aad879633cc92ecd">ripple::tfMPTUnlock</a></div><div class="ttdeci">constexpr std::uint32_t const tfMPTUnlock</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_a42e1f032ba45e444516d36be2d6ca51d"><div class="ttname"><a href="namespaceripple.html#a42e1f032ba45e444516d36be2d6ca51d">ripple::tfClawbackMask</a></div><div class="ttdeci">constexpr std::uint32_t const tfClawbackMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00222">TxFlags.h:222</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a4414987963e371e8bdbafd38bc5427fa"><div class="ttname"><a href="namespaceripple.html#a4414987963e371e8bdbafd38bc5427fa">ripple::asfAuthorizedNFTokenMinter</a></div><div class="ttdeci">constexpr std::uint32_t asfAuthorizedNFTokenMinter</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00067">TxFlags.h:67</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a449cf5cfc4fd3f6c2a3577a57374bda5"><div class="ttname"><a href="namespaceripple.html#a449cf5cfc4fd3f6c2a3577a57374bda5">ripple::tfSellNFToken</a></div><div class="ttdeci">constexpr std::uint32_t const tfSellNFToken</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00211">TxFlags.h:211</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a44c03af36ca9cffd76797b2dea57f083"><div class="ttname"><a href="namespaceripple.html#a44c03af36ca9cffd76797b2dea57f083">ripple::tfNFTokenMintMaskWithMutable</a></div><div class="ttdeci">constexpr std::uint32_t const tfNFTokenMintMaskWithMutable</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00207">TxFlags.h:207</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#l00048">TxFlags.h:48</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a105335b4d3457f00b5fdaf69efe12683"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a105335b4d3457f00b5fdaf69efe12683">ripple::lsmfMPTCanMutateRequireAuth</a></div><div class="ttdeci">@ lsmfMPTCanMutateRequireAuth</div><div class="ttdef"><b>Definition</b> <a href="LedgerFormats_8h_source.html#l00173">LedgerFormats.h:173</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a17ad00a34e73590b1c0d5f453eeba72f"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a17ad00a34e73590b1c0d5f453eeba72f">ripple::lsfMPTCanTransfer</a></div><div class="ttdeci">@ lsfMPTCanTransfer</div><div class="ttdef"><b>Definition</b> <a href="LedgerFormats_8h_source.html#l00169">LedgerFormats.h:169</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a1894eb12471b2997229509226b06342b"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a1894eb12471b2997229509226b06342b">ripple::lsmfMPTCanMutateCanTransfer</a></div><div class="ttdeci">@ lsmfMPTCanMutateCanTransfer</div><div class="ttdef"><b>Definition</b> <a href="LedgerFormats_8h_source.html#l00176">LedgerFormats.h:176</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a19d7c0a35af977d3e224121eeea81c20"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a19d7c0a35af977d3e224121eeea81c20">ripple::lsfMPTCanTrade</a></div><div class="ttdeci">@ lsfMPTCanTrade</div><div class="ttdef"><b>Definition</b> <a href="LedgerFormats_8h_source.html#l00168">LedgerFormats.h:168</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a21a22ce0d0645606b50cb5cf9f22c452"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a21a22ce0d0645606b50cb5cf9f22c452">ripple::lsmfMPTCanMutateCanTrade</a></div><div class="ttdeci">@ lsmfMPTCanMutateCanTrade</div><div class="ttdef"><b>Definition</b> <a href="LedgerFormats_8h_source.html#l00175">LedgerFormats.h:175</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a234b052db9a883d94d2933386562a41f"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a234b052db9a883d94d2933386562a41f">ripple::lsfMPTCanEscrow</a></div><div class="ttdeci">@ lsfMPTCanEscrow</div><div class="ttdef"><b>Definition</b> <a href="LedgerFormats_8h_source.html#l00167">LedgerFormats.h:167</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a3c490502f9c165e7ea86cd51667ea49c"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a3c490502f9c165e7ea86cd51667ea49c">ripple::lsfMPTCanLock</a></div><div class="ttdeci">@ lsfMPTCanLock</div><div class="ttdef"><b>Definition</b> <a href="LedgerFormats_8h_source.html#l00165">LedgerFormats.h:165</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a5dd3ef137dff0e4cfa32cf061f042dac"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a5dd3ef137dff0e4cfa32cf061f042dac">ripple::lsmfMPTCanMutateCanEscrow</a></div><div class="ttdeci">@ lsmfMPTCanMutateCanEscrow</div><div class="ttdef"><b>Definition</b> <a href="LedgerFormats_8h_source.html#l00174">LedgerFormats.h:174</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a6397c1fa03da2239610cb4d1a45153bd"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a6397c1fa03da2239610cb4d1a45153bd">ripple::lsfMPTCanClawback</a></div><div class="ttdeci">@ lsfMPTCanClawback</div><div class="ttdef"><b>Definition</b> <a href="LedgerFormats_8h_source.html#l00170">LedgerFormats.h:170</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a6913164ccac525aa0105fa6c06e844ec"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a6913164ccac525aa0105fa6c06e844ec">ripple::lsmfMPTCanMutateCanClawback</a></div><div class="ttdeci">@ lsmfMPTCanMutateCanClawback</div><div class="ttdef"><b>Definition</b> <a href="LedgerFormats_8h_source.html#l00177">LedgerFormats.h:177</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a77dc163a1137c46cf7e40c45dd7eced7"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a77dc163a1137c46cf7e40c45dd7eced7">ripple::lsmfMPTCanMutateMetadata</a></div><div class="ttdeci">@ lsmfMPTCanMutateMetadata</div><div class="ttdef"><b>Definition</b> <a href="LedgerFormats_8h_source.html#l00178">LedgerFormats.h:178</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a7d4b13007c5996dfc0fac212a15cdf22"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a7d4b13007c5996dfc0fac212a15cdf22">ripple::lsfVaultPrivate</a></div><div class="ttdeci">@ lsfVaultPrivate</div><div class="ttdef"><b>Definition</b> <a href="LedgerFormats_8h_source.html#l00188">LedgerFormats.h:188</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a8380675857eccbd28fde0a46554bb668"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a8380675857eccbd28fde0a46554bb668">ripple::lsmfMPTCanMutateCanLock</a></div><div class="ttdeci">@ lsmfMPTCanMutateCanLock</div><div class="ttdef"><b>Definition</b> <a href="LedgerFormats_8h_source.html#l00172">LedgerFormats.h:172</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5a9971f863b0978e5dff15fecc704bbed4"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5a9971f863b0978e5dff15fecc704bbed4">ripple::lsfMPTRequireAuth</a></div><div class="ttdeci">@ lsfMPTRequireAuth</div><div class="ttdef"><b>Definition</b> <a href="LedgerFormats_8h_source.html#l00166">LedgerFormats.h:166</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a4a9c7b33fef9015d6406302ef80b63c5acba8483c5775d0875b4bb75ad053d315"><div class="ttname"><a href="namespaceripple.html#a4a9c7b33fef9015d6406302ef80b63c5acba8483c5775d0875b4bb75ad053d315">ripple::lsmfMPTCanMutateTransferFee</a></div><div class="ttdeci">@ lsmfMPTCanMutateTransferFee</div><div class="ttdef"><b>Definition</b> <a href="LedgerFormats_8h_source.html#l00179">LedgerFormats.h:179</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a4b6ea030ccea3c675a0cf60bff27fa37"><div class="ttname"><a href="namespaceripple.html#a4b6ea030ccea3c675a0cf60bff27fa37">ripple::tfMPTokenIssuanceCreateMask</a></div><div class="ttdeci">constexpr std::uint32_t const tfMPTokenIssuanceCreateMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00135">TxFlags.h:135</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a4ba29527a8fce462590deaec97ec00de"><div class="ttname"><a href="namespaceripple.html#a4ba29527a8fce462590deaec97ec00de">ripple::tfAccountSetMask</a></div><div class="ttdeci">constexpr std::uint32_t tfAccountSetMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00053">TxFlags.h:53</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a4bf740bee82308dcc098c674a2a1ccaa"><div class="ttname"><a href="namespaceripple.html#a4bf740bee82308dcc098c674a2a1ccaa">ripple::tfNFTokenMintOldMask</a></div><div class="ttdeci">constexpr std::uint32_t const tfNFTokenMintOldMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00200">TxFlags.h:200</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a4d31292065646c0f678981ccb58696be"><div class="ttname"><a href="namespaceripple.html#a4d31292065646c0f678981ccb58696be">ripple::tmfMPTClearRequireAuth</a></div><div class="ttdeci">constexpr std::uint32_t const tmfMPTClearRequireAuth</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_a50a0ffb7f8b56cba939d9f21fd806ea6"><div class="ttname"><a href="namespaceripple.html#a50a0ffb7f8b56cba939d9f21fd806ea6">ripple::tmfMPTSetCanLock</a></div><div class="ttdeci">constexpr std::uint32_t const tmfMPTSetCanLock</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00164">TxFlags.h:164</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a523d2f05ee15547d5eacd3d122125ae9"><div class="ttname"><a href="namespaceripple.html#a523d2f05ee15547d5eacd3d122125ae9">ripple::tfRequireDestTag</a></div><div class="ttdeci">constexpr std::uint32_t tfRequireDestTag</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00047">TxFlags.h:47</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a52b33bd782cab65c3ca6491dc6fe45cb"><div class="ttname"><a href="namespaceripple.html#a52b33bd782cab65c3ca6491dc6fe45cb">ripple::tfVaultPrivate</a></div><div class="ttdeci">constexpr std::uint32_t const tfVaultPrivate</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00251">TxFlags.h:251</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a5401fd4c42f637dc456a79af094a960d"><div class="ttname"><a href="namespaceripple.html#a5401fd4c42f637dc456a79af094a960d">ripple::tfLimitLPToken</a></div><div class="ttdeci">constexpr std::uint32_t tfLimitLPToken</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00231">TxFlags.h:231</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a5502c6f32059fe86c01ffedf79f16e8e"><div class="ttname"><a href="namespaceripple.html#a5502c6f32059fe86c01ffedf79f16e8e">ripple::tmfMPTCanMutateCanLock</a></div><div class="ttdeci">constexpr std::uint32_t const tmfMPTCanMutateCanLock</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00140">TxFlags.h:140</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a5542d12503e037a16ead08a51dc41aab"><div class="ttname"><a href="namespaceripple.html#a5542d12503e037a16ead08a51dc41aab">ripple::tfMPTokenAuthorizeMask</a></div><div class="ttdeci">constexpr std::uint32_t const tfMPTokenAuthorizeMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00154">TxFlags.h:154</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a5728c62eac2f5903f9f55bf72cf29428"><div class="ttname"><a href="namespaceripple.html#a5728c62eac2f5903f9f55bf72cf29428">ripple::tfHybrid</a></div><div class="ttdeci">constexpr std::uint32_t tfHybrid</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00083">TxFlags.h:83</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a59947b0dcecf1c153860cd9a8aed288d"><div class="ttname"><a href="namespaceripple.html#a59947b0dcecf1c153860cd9a8aed288d">ripple::tfClawTwoAssets</a></div><div class="ttdeci">constexpr std::uint32_t tfClawTwoAssets</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00243">TxFlags.h:243</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a59b14e77b81397a8d2efb38fdf3d0228"><div class="ttname"><a href="namespaceripple.html#a59b14e77b81397a8d2efb38fdf3d0228">ripple::tmfMPTokenIssuanceCreateMutableMask</a></div><div class="ttdeci">constexpr std::uint32_t const tmfMPTokenIssuanceCreateMutableMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00148">TxFlags.h:148</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a5a8925be9e066ce9570511e5161a73bb"><div class="ttname"><a href="namespaceripple.html#a5a8925be9e066ce9570511e5161a73bb">ripple::tfBurnable</a></div><div class="ttdeci">constexpr std::uint32_t const tfBurnable</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00120">TxFlags.h:120</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a5bbe95745bed6471c39fef31a05047ee"><div class="ttname"><a href="namespaceripple.html#a5bbe95745bed6471c39fef31a05047ee">ripple::asfNoFreeze</a></div><div class="ttdeci">constexpr std::uint32_t asfNoFreeze</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00063">TxFlags.h:63</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a5bdaf22398ee3e51d3c2c3c694f917ec"><div class="ttname"><a href="namespaceripple.html#a5bdaf22398ee3e51d3c2c3c694f917ec">ripple::tfFillOrKill</a></div><div class="ttdeci">constexpr std::uint32_t tfFillOrKill</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00081">TxFlags.h:81</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a61d9fbb44b335fbb5e82e3211e6639a2"><div class="ttname"><a href="namespaceripple.html#a61d9fbb44b335fbb5e82e3211e6639a2">ripple::tfPassive</a></div><div class="ttdeci">constexpr std::uint32_t tfPassive</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00079">TxFlags.h:79</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a620f1516447f54ef50ac790f5f0720a3"><div class="ttname"><a href="namespaceripple.html#a620f1516447f54ef50ac790f5f0720a3">ripple::tfOneAssetLPToken</a></div><div class="ttdeci">constexpr std::uint32_t tfOneAssetLPToken</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00230">TxFlags.h:230</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#l00080">TxFlags.h:80</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a6748f5cda7014c87ad0f1f3778144d49"><div class="ttname"><a href="namespaceripple.html#a6748f5cda7014c87ad0f1f3778144d49">ripple::tmfMPTSetCanTrade</a></div><div class="ttdeci">constexpr std::uint32_t const tmfMPTSetCanTrade</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00170">TxFlags.h:170</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#l00061">TxFlags.h:61</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a6fdf18d5b75e28f0cdfbb389ff5fddea"><div class="ttname"><a href="namespaceripple.html#a6fdf18d5b75e28f0cdfbb389ff5fddea">ripple::tmfMPTCanMutateCanClawback</a></div><div class="ttdeci">constexpr std::uint32_t const tmfMPTCanMutateCanClawback</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00145">TxFlags.h:145</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a72b8ab4faf1078ddedabff623d95b057"><div class="ttname"><a href="namespaceripple.html#a72b8ab4faf1078ddedabff623d95b057">ripple::asfDisallowIncomingTrustline</a></div><div class="ttdeci">constexpr std::uint32_t asfDisallowIncomingTrustline</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00074">TxFlags.h:74</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a754d9c1ce4ca401f773722157a5259ec"><div class="ttname"><a href="namespaceripple.html#a754d9c1ce4ca401f773722157a5259ec">ripple::tfTrustSetPermissionMask</a></div><div class="ttdeci">constexpr std::uint32_t tfTrustSetPermissionMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00106">TxFlags.h:106</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a7ac113783ec3f596fe69ab6d1daabbac"><div class="ttname"><a href="namespaceripple.html#a7ac113783ec3f596fe69ab6d1daabbac">ripple::tfTwoAsset</a></div><div class="ttdeci">constexpr std::uint32_t tfTwoAsset</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00229">TxFlags.h:229</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a7b0f74cccd2c332f9f495828c584a91a"><div class="ttname"><a href="namespaceripple.html#a7b0f74cccd2c332f9f495828c584a91a">ripple::tfAMMClawbackMask</a></div><div class="ttdeci">constexpr std::uint32_t tfAMMClawbackMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00244">TxFlags.h:244</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a7ca20421c3a0f4d9962ec95f53c83b31"><div class="ttname"><a href="namespaceripple.html#a7ca20421c3a0f4d9962ec95f53c83b31">ripple::tfUntilFailure</a></div><div class="ttdeci">constexpr std::uint32_t tfUntilFailure</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00259">TxFlags.h:259</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#l00089">TxFlags.h:89</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a7f38e8fe552f095e70c098197324f6f9"><div class="ttname"><a href="namespaceripple.html#a7f38e8fe552f095e70c098197324f6f9">ripple::tfTrustLine</a></div><div class="ttdeci">constexpr std::uint32_t const tfTrustLine</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00122">TxFlags.h:122</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#l00226">TxFlags.h:226</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#l00098">TxFlags.h:98</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a879ff786afc09842952c6cbca93d46a8"><div class="ttname"><a href="namespaceripple.html#a879ff786afc09842952c6cbca93d46a8">ripple::tfMPTUnauthorize</a></div><div class="ttdeci">constexpr std::uint32_t const tfMPTUnauthorize</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00153">TxFlags.h:153</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#l00236">TxFlags.h:236</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a8a62999a5b643bb12f2652282a3659f5"><div class="ttname"><a href="namespaceripple.html#a8a62999a5b643bb12f2652282a3659f5">ripple::tmfMPTSetCanEscrow</a></div><div class="ttdeci">constexpr std::uint32_t const tmfMPTSetCanEscrow</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_a8abfa6ea2a1f75a0d4b8008580655d73"><div class="ttname"><a href="namespaceripple.html#a8abfa6ea2a1f75a0d4b8008580655d73">ripple::tmfMPTClearCanLock</a></div><div class="ttdeci">constexpr std::uint32_t const tmfMPTClearCanLock</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00165">TxFlags.h:165</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a90dfd505790e274a6b7a85e4c0cbd82c"><div class="ttname"><a href="namespaceripple.html#a90dfd505790e274a6b7a85e4c0cbd82c">ripple::tfClearAccountCreateAmount</a></div><div class="ttdeci">constexpr std::uint32_t tfClearAccountCreateAmount</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00247">TxFlags.h:247</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#l00096">TxFlags.h:96</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#l00062">TxFlags.h:62</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a92b26c4fb4288c04285666f316d24f9c"><div class="ttname"><a href="namespaceripple.html#a92b26c4fb4288c04285666f316d24f9c">ripple::asfDefaultRipple</a></div><div class="ttdeci">constexpr std::uint32_t asfDefaultRipple</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00065">TxFlags.h:65</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#l00072">TxFlags.h:72</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a98f09aa7b518e640710f4362145dd444"><div class="ttname"><a href="namespaceripple.html#a98f09aa7b518e640710f4362145dd444">ripple::tfClearFreeze</a></div><div class="ttdeci">constexpr std::uint32_t tfClearFreeze</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00100">TxFlags.h:100</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_a9ac68b763c841e7ee31ab207496801be"><div class="ttname"><a href="namespaceripple.html#a9ac68b763c841e7ee31ab207496801be">ripple::tmfMPTSetCanTransfer</a></div><div class="ttdeci">constexpr std::uint32_t const tmfMPTSetCanTransfer</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00172">TxFlags.h:172</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_aa0faf132b3ac4a7638ef97510875887a"><div class="ttname"><a href="namespaceripple.html#aa0faf132b3ac4a7638ef97510875887a">ripple::tfRequireAuth</a></div><div class="ttdeci">constexpr std::uint32_t tfRequireAuth</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00049">TxFlags.h:49</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_aa361223d1f07f3e0838be875704f25c2"><div class="ttname"><a href="namespaceripple.html#aa361223d1f07f3e0838be875704f25c2">ripple::tfMPTLock</a></div><div class="ttdeci">constexpr std::uint32_t const tfMPTLock</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00157">TxFlags.h:157</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#l00225">TxFlags.h:225</a></div></div>
|
|
<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#l00043">TxFlags.h:43</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_aab3ff08970a7fcec2229fc4c9e5f7d38"><div class="ttname"><a href="namespaceripple.html#aab3ff08970a7fcec2229fc4c9e5f7d38">ripple::tfNoRippleDirect</a></div><div class="ttdeci">constexpr std::uint32_t tfNoRippleDirect</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_aac1bab31b5735153065da636b865ec43"><div class="ttname"><a href="namespaceripple.html#aac1bab31b5735153065da636b865ec43">ripple::tmfMPTCanMutateRequireAuth</a></div><div class="ttdeci">constexpr std::uint32_t const tmfMPTCanMutateRequireAuth</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00141">TxFlags.h:141</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_aae404d2c3f1b465b08d2757d160496be"><div class="ttname"><a href="namespaceripple.html#aae404d2c3f1b465b08d2757d160496be">ripple::tfOptionalAuth</a></div><div class="ttdeci">constexpr std::uint32_t tfOptionalAuth</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00050">TxFlags.h:50</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_aaf09f2168435e7b54ee509dfb19cdef1"><div class="ttname"><a href="namespaceripple.html#aaf09f2168435e7b54ee509dfb19cdef1">ripple::tfVaultShareNonTransferable</a></div><div class="ttdeci">constexpr std::uint32_t const tfVaultShareNonTransferable</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00253">TxFlags.h:253</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_aaf66864d0b900743719164e43f53c934"><div class="ttname"><a href="namespaceripple.html#aaf66864d0b900743719164e43f53c934">ripple::tfClearDeepFreeze</a></div><div class="ttdeci">constexpr std::uint32_t tfClearDeepFreeze</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00102">TxFlags.h:102</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_ab008704f566f54118ad09f09e297d791"><div class="ttname"><a href="namespaceripple.html#ab008704f566f54118ad09f09e297d791">ripple::tfDisallowXRP</a></div><div class="ttdeci">constexpr std::uint32_t tfDisallowXRP</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00051">TxFlags.h:51</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_ab19d2e2e38e608f6562bafc1bb3613fd"><div class="ttname"><a href="namespaceripple.html#ab19d2e2e38e608f6562bafc1bb3613fd">ripple::tfNFTokenCancelOfferMask</a></div><div class="ttdeci">constexpr std::uint32_t const tfNFTokenCancelOfferMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00216">TxFlags.h:216</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#l00240">TxFlags.h:240</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_aba090debd4351d0296292a1335627b17"><div class="ttname"><a href="namespaceripple.html#aba090debd4351d0296292a1335627b17">ripple::tmfMPTCanMutateCanTransfer</a></div><div class="ttdeci">constexpr std::uint32_t const tmfMPTCanMutateCanTransfer</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00144">TxFlags.h:144</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#l00233">TxFlags.h:233</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_ababf50b6a950c48e10622ce16c0f73d2"><div class="ttname"><a href="namespaceripple.html#ababf50b6a950c48e10622ce16c0f73d2">ripple::tfPaymentMask</a></div><div class="ttdeci">constexpr std::uint32_t tfPaymentMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00091">TxFlags.h:91</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#l00090">TxFlags.h:90</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_ac03bb75481389855987ced4578108011"><div class="ttname"><a href="namespaceripple.html#ac03bb75481389855987ced4578108011">ripple::tfTrustSetMask</a></div><div class="ttdeci">constexpr std::uint32_t tfTrustSetMask</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_ac12fbb1864b09bfd3fb4ead410449edd"><div class="ttname"><a href="namespaceripple.html#ac12fbb1864b09bfd3fb4ead410449edd">ripple::asfDisallowIncomingPayChan</a></div><div class="ttdeci">constexpr std::uint32_t asfDisallowIncomingPayChan</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00073">TxFlags.h:73</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_ac1c00e26dbebe035301fefc29b02f82b"><div class="ttname"><a href="namespaceripple.html#ac1c00e26dbebe035301fefc29b02f82b">ripple::tfClose</a></div><div class="ttdeci">constexpr std::uint32_t tfClose</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00116">TxFlags.h:116</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_ac27cf28b74dba714232126eb01ef4765"><div class="ttname"><a href="namespaceripple.html#ac27cf28b74dba714232126eb01ef4765">ripple::tfPayChanClaimMask</a></div><div class="ttdeci">constexpr std::uint32_t tfPayChanClaimMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00117">TxFlags.h:117</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_ac6935ad0ddb8c447dd408f2404a97b40"><div class="ttname"><a href="namespaceripple.html#ac6935ad0ddb8c447dd408f2404a97b40">ripple::tfFullyCanonicalSig</a></div><div class="ttdeci">constexpr std::uint32_t tfFullyCanonicalSig</div><div class="ttdoc">Transaction flags.</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00041">TxFlags.h:41</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#l00232">TxFlags.h:232</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#l00044">TxFlags.h:44</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_acedcd08c62e1bb941e2f6c9e289c6582"><div class="ttname"><a href="namespaceripple.html#acedcd08c62e1bb941e2f6c9e289c6582">ripple::asfAllowTrustLineClawback</a></div><div class="ttdeci">constexpr std::uint32_t asfAllowTrustLineClawback</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00075">TxFlags.h:75</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#l00082">TxFlags.h:82</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_ad9d8055be347abb09ae405843dc59473"><div class="ttname"><a href="namespaceripple.html#ad9d8055be347abb09ae405843dc59473">ripple::asfRequireAuth</a></div><div class="ttdeci">constexpr std::uint32_t asfRequireAuth</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_adbf2cac310a5b52ee40483da96484a4a"><div class="ttname"><a href="namespaceripple.html#adbf2cac310a5b52ee40483da96484a4a">ripple::tfNFTokenAcceptOfferMask</a></div><div class="ttdeci">constexpr std::uint32_t const tfNFTokenAcceptOfferMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00219">TxFlags.h:219</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_adefad79450b2fe23454118b7b2b60c14"><div class="ttname"><a href="namespaceripple.html#adefad79450b2fe23454118b7b2b60c14">ripple::tfMPTCanEscrow</a></div><div class="ttdeci">constexpr std::uint32_t const tfMPTCanEscrow</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00131">TxFlags.h:131</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_adf2b5d62683cc06ad8e96dea0bfda024"><div class="ttname"><a href="namespaceripple.html#adf2b5d62683cc06ad8e96dea0bfda024">ripple::tfLostMajority</a></div><div class="ttdeci">constexpr std::uint32_t tfLostMajority</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00110">TxFlags.h:110</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_ae04eebbb7e9cffb009d2f2251c0263a2"><div class="ttname"><a href="namespaceripple.html#ae04eebbb7e9cffb009d2f2251c0263a2">ripple::tfMPTRequireAuth</a></div><div class="ttdeci">constexpr std::uint32_t const tfMPTRequireAuth</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00130">TxFlags.h:130</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#l00099">TxFlags.h:99</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_ae5a4ff779dae30156e2906661a2f9b74"><div class="ttname"><a href="namespaceripple.html#ae5a4ff779dae30156e2906661a2f9b74">ripple::tfSetNoRipple</a></div><div class="ttdeci">constexpr std::uint32_t tfSetNoRipple</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_ae6fd048c0153fe612764e25d42b1c0af"><div class="ttname"><a href="namespaceripple.html#ae6fd048c0153fe612764e25d42b1c0af">ripple::tfVaultCreateMask</a></div><div class="ttdeci">constexpr std::uint32_t const tfVaultCreateMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00254">TxFlags.h:254</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_ae7b2566d88d4ab6fbad390bc3a890395"><div class="ttname"><a href="namespaceripple.html#ae7b2566d88d4ab6fbad390bc3a890395">ripple::tfMutable</a></div><div class="ttdeci">constexpr std::uint32_t const tfMutable</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00124">TxFlags.h:124</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_ae7b4c2356f6cc9cb9b3c133d616bd337"><div class="ttname"><a href="namespaceripple.html#ae7b4c2356f6cc9cb9b3c133d616bd337">ripple::tfChangeMask</a></div><div class="ttdeci">constexpr std::uint32_t tfChangeMask</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_ae9c5556c775f5086df7a1be0c7353971"><div class="ttname"><a href="namespaceripple.html#ae9c5556c775f5086df7a1be0c7353971">ripple::tfMPTCanLock</a></div><div class="ttdeci">constexpr std::uint32_t const tfMPTCanLock</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00129">TxFlags.h:129</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_af034d4499b815c6e3ae25cf6d03ae2f9"><div class="ttname"><a href="namespaceripple.html#af034d4499b815c6e3ae25cf6d03ae2f9">ripple::tfMPTCanClawback</a></div><div class="ttdeci">constexpr std::uint32_t const tfMPTCanClawback</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00134">TxFlags.h:134</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_af4567ffb96b3adcc355801e84af547ef"><div class="ttname"><a href="namespaceripple.html#af4567ffb96b3adcc355801e84af547ef">ripple::tmfMPTClearCanTransfer</a></div><div class="ttdeci">constexpr std::uint32_t const tmfMPTClearCanTransfer</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00173">TxFlags.h:173</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_af6dbd01af49aa6a39b96cee44add0df1"><div class="ttname"><a href="namespaceripple.html#af6dbd01af49aa6a39b96cee44add0df1">ripple::tfTransferable</a></div><div class="ttdeci">constexpr std::uint32_t const tfTransferable</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00123">TxFlags.h:123</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_af8ea957ca07e1efe06565b5417f385ea"><div class="ttname"><a href="namespaceripple.html#af8ea957ca07e1efe06565b5417f385ea">ripple::tfNFTokenMintMask</a></div><div class="ttdeci">constexpr std::uint32_t const tfNFTokenMintMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00197">TxFlags.h:197</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_af9cd2b389ce115ba9d17fbd557aca94d"><div class="ttname"><a href="namespaceripple.html#af9cd2b389ce115ba9d17fbd557aca94d">ripple::asfDisallowXRP</a></div><div class="ttdeci">constexpr std::uint32_t asfDisallowXRP</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_afaf6a2c3fd25d8d826f03812dfbf2798"><div class="ttname"><a href="namespaceripple.html#afaf6a2c3fd25d8d826f03812dfbf2798">ripple::tfInnerBatchTxn</a></div><div class="ttdeci">constexpr std::uint32_t tfInnerBatchTxn</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00042">TxFlags.h:42</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html_afc96fabc7c508df54955759791f31067"><div class="ttname"><a href="namespaceripple.html#afc96fabc7c508df54955759791f31067">ripple::tfMPTokenIssuanceDestroyMask</a></div><div class="ttdeci">constexpr std::uint32_t const tfMPTokenIssuanceDestroyMask</div><div class="ttdef"><b>Definition</b> <a href="TxFlags_8h_source.html#l00182">TxFlags.h:182</a></div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
|
|
</small></address>
|
|
</body>
|
|
</html>
|