This commit is contained in:
bthomee
2025-06-02 16:17:46 +00:00
parent 473f896133
commit cf1b2bc8e4
128 changed files with 18175 additions and 15540 deletions

View File

@@ -200,7 +200,7 @@ $(function() {
<div class="ttc" id="anamespaceripple_1_1nft_html_a19ab99ac39a753e73810e317d9253f83"><div class="ttname"><a href="namespaceripple_1_1nft.html#a19ab99ac39a753e73810e317d9253f83">ripple::nft::getTransferFee</a></div><div class="ttdeci">std::uint16_t getTransferFee(uint256 const &amp;id)</div><div class="ttdef"><b>Definition:</b> <a href="nft_8h_source.html#l00068">nft.h:68</a></div></div>
<div class="ttc" id="anamespaceripple_1_1nft_html_a1a5f9170a15fd6861ab81b1d021410cc"><div class="ttname"><a href="namespaceripple_1_1nft.html#a1a5f9170a15fd6861ab81b1d021410cc">ripple::nft::getFlags</a></div><div class="ttdeci">std::uint16_t getFlags(uint256 const &amp;id)</div><div class="ttdef"><b>Definition:</b> <a href="nft_8h_source.html#l00060">nft.h:60</a></div></div>
<div class="ttc" id="anamespaceripple_1_1nft_html_a48d9e6b1a3c669529b75c8afa1291676"><div class="ttname"><a href="namespaceripple_1_1nft.html#a48d9e6b1a3c669529b75c8afa1291676">ripple::nft::tokenOfferCreatePreflight</a></div><div class="ttdeci">NotTEC tokenOfferCreatePreflight(AccountID const &amp;acctID, STAmount const &amp;amount, std::optional&lt; AccountID &gt; const &amp;dest, std::optional&lt; std::uint32_t &gt; const &amp;expiration, std::uint16_t nftFlags, Rules const &amp;rules, std::optional&lt; AccountID &gt; const &amp;owner, std::uint32_t txFlags)</div><div class="ttdoc">Preflight checks shared by NFTokenCreateOffer and NFTokenMint.</div><div class="ttdef"><b>Definition:</b> <a href="NFTokenUtils_8cpp_source.html#l00837">NFTokenUtils.cpp:837</a></div></div>
<div class="ttc" id="anamespaceripple_1_1nft_html_a494adc2da71fa028357e04fe4912a2ce"><div class="ttname"><a href="namespaceripple_1_1nft.html#a494adc2da71fa028357e04fe4912a2ce">ripple::nft::tokenOfferCreateApply</a></div><div class="ttdeci">TER tokenOfferCreateApply(ApplyView &amp;view, AccountID const &amp;acctID, STAmount const &amp;amount, std::optional&lt; AccountID &gt; const &amp;dest, std::optional&lt; std::uint32_t &gt; const &amp;expiration, SeqProxy seqProxy, uint256 const &amp;nftokenID, XRPAmount const &amp;priorBalance, beast::Journal j, std::uint32_t txFlags)</div><div class="ttdoc">doApply implementation shared by NFTokenCreateOffer and NFTokenMint</div><div class="ttdef"><b>Definition:</b> <a href="NFTokenUtils_8cpp_source.html#l01011">NFTokenUtils.cpp:1011</a></div></div>
<div class="ttc" id="anamespaceripple_1_1nft_html_a494adc2da71fa028357e04fe4912a2ce"><div class="ttname"><a href="namespaceripple_1_1nft.html#a494adc2da71fa028357e04fe4912a2ce">ripple::nft::tokenOfferCreateApply</a></div><div class="ttdeci">TER tokenOfferCreateApply(ApplyView &amp;view, AccountID const &amp;acctID, STAmount const &amp;amount, std::optional&lt; AccountID &gt; const &amp;dest, std::optional&lt; std::uint32_t &gt; const &amp;expiration, SeqProxy seqProxy, uint256 const &amp;nftokenID, XRPAmount const &amp;priorBalance, beast::Journal j, std::uint32_t txFlags)</div><div class="ttdoc">doApply implementation shared by NFTokenCreateOffer and NFTokenMint</div><div class="ttdef"><b>Definition:</b> <a href="NFTokenUtils_8cpp_source.html#l01023">NFTokenUtils.cpp:1023</a></div></div>
<div class="ttc" id="anamespaceripple_1_1nft_html_a5a717e41d61c4e7c1b2636ca6c8f7c6e"><div class="ttname"><a href="namespaceripple_1_1nft.html#a5a717e41d61c4e7c1b2636ca6c8f7c6e">ripple::nft::getIssuer</a></div><div class="ttdeci">AccountID getIssuer(uint256 const &amp;id)</div><div class="ttdef"><b>Definition:</b> <a href="nft_8h_source.html#l00120">nft.h:120</a></div></div>
<div class="ttc" id="anamespaceripple_1_1nft_html_a72de77616ffccacab0adc696f88de33f"><div class="ttname"><a href="namespaceripple_1_1nft.html#a72de77616ffccacab0adc696f88de33f">ripple::nft::tokenOfferCreatePreclaim</a></div><div class="ttdeci">TER tokenOfferCreatePreclaim(ReadView const &amp;view, AccountID const &amp;acctID, AccountID const &amp;nftIssuer, STAmount const &amp;amount, std::optional&lt; AccountID &gt; const &amp;dest, std::uint16_t nftFlags, std::uint16_t xferFee, beast::Journal j, std::optional&lt; AccountID &gt; const &amp;owner, std::uint32_t txFlags)</div><div class="ttdoc">Preclaim checks shared by NFTokenCreateOffer and NFTokenMint.</div><div class="ttdef"><b>Definition:</b> <a href="NFTokenUtils_8cpp_source.html#l00897">NFTokenUtils.cpp:897</a></div></div>
<div class="ttc" id="anamespaceripple_1_1nft_html_a85dc7006d747123fc93c4fac11678a62"><div class="ttname"><a href="namespaceripple_1_1nft.html#a85dc7006d747123fc93c4fac11678a62">ripple::nft::findToken</a></div><div class="ttdeci">std::optional&lt; STObject &gt; findToken(ReadView const &amp;view, AccountID const &amp;owner, uint256 const &amp;nftokenID)</div><div class="ttdoc">Finds the specified token in the owner's token directory.</div><div class="ttdef"><b>Definition:</b> <a href="NFTokenUtils_8cpp_source.html#l00560">NFTokenUtils.cpp:560</a></div></div>