From b3bfde46efbdd7e66651ab063d2940db2f3c9e0d Mon Sep 17 00:00:00 2001 From: Dennis Dawson Date: Thu, 24 Mar 2022 17:07:37 -0700 Subject: [PATCH] Add NFTs disclaimer. --- .../rippled-api/public-rippled-methods/public-rippled-methods.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/references/rippled-api/public-rippled-methods/public-rippled-methods.md b/content/references/rippled-api/public-rippled-methods/public-rippled-methods.md index a17e7acbd3..c1dd10f46c 100644 --- a/content/references/rippled-api/public-rippled-methods/public-rippled-methods.md +++ b/content/references/rippled-api/public-rippled-methods/public-rippled-methods.md @@ -100,6 +100,7 @@ Use these methods to perform convenient tasks, such as ping and random number ge ## [NFT Methods](nft-methods.html) Use these methods to retrieve information about NFToken objects. +{% include '_snippets/nfts-disclaimer.md' %} * **[`account_nfts`](account_nfts.html)** - Retrieve a list of NFToken objects for a specified account. * **[`nft_buy_offers`](nft_buy_offers.html)** - Retrieve a list of buy offers for a specified NFToken object.