Add NFT Methods

Add NFT Methods to the public-rippled-methods page, per TOK-57.
This commit is contained in:
Dennis Dawson
2022-03-24 16:59:19 -07:00
committed by mDuo13
parent e7e8fee56b
commit 93a1f544cb

View File

@@ -97,6 +97,13 @@ Use these methods to perform convenient tasks, such as ping and random number ge
* **[`ping`](ping.html)** - Confirm connectivity with the server. * **[`ping`](ping.html)** - Confirm connectivity with the server.
* **[`random`](random.html)** - Generate a random number. * **[`random`](random.html)** - Generate a random number.
## [NFT Methods](nft-methods.html)
Use these methods to retrieve information about NFToken objects.
* **[`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.
* **[`nft_sell_offers`](nft_sell_offers.html)** - Retrieve a list of sell offers for a specified NFToken object.
## Deprecated Methods ## Deprecated Methods