mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 07:35:50 +00:00
WS tool: Mark NFT methods as available
This commit is contained in:
@@ -53,7 +53,6 @@ Request('account_lines', {
|
||||
Request('account_nfts', {
|
||||
description: "Retrieves NFTs owned by an account.",
|
||||
link: "account_nfts.html",
|
||||
status: "not_enabled",
|
||||
body: {
|
||||
"command": "account_nfts",
|
||||
"account": "rsuHaTvJh1bDmDoxX9QcKP7HEBSBt4XsHx",
|
||||
@@ -417,7 +416,6 @@ Request('deposit_authorized', {
|
||||
Request('nft_buy_offers', {
|
||||
description: "Retrieves offers to buy a given NFT.",
|
||||
link: "nft_buy_offers.html",
|
||||
status: "not_enabled",
|
||||
body: {
|
||||
"command": "nft_buy_offers",
|
||||
"nft_id": "00090000D0B007439B080E9B05BF62403911301A7B1F0CFAA048C0A200000007",
|
||||
@@ -428,7 +426,6 @@ Request('nft_buy_offers', {
|
||||
Request('nft_sell_offers', {
|
||||
description: "Retrieves offers to sell a given NFT.",
|
||||
link: "nft_sell_offers.html",
|
||||
status: "not_enabled",
|
||||
body: {
|
||||
"command": "nft_sell_offers",
|
||||
"nft_id": "00090000D0B007439B080E9B05BF62403911301A7B1F0CFAA048C0A200000007",
|
||||
|
||||
Reference in New Issue
Block a user