Merge pull request #1660 from XRP-DEV/patch-1

Minor documentation change `nft_sell_offers` (Updated JSON RPC object to the correct structure)
This commit is contained in:
Rome Reginelli
2023-01-04 15:52:53 -08:00
committed by GitHub

View File

@@ -34,7 +34,11 @@ An example of the request format:
```json
{
"method": "nft_sell_offers",
"tokenid": "00090000D0B007439B080E9B05BF62403911301A7B1F0CFAA048C0A200000007"
"params": [
{
"nft_id": "00090000D0B007439B080E9B05BF62403911301A7B1F0CFAA048C0A200000007"
}
]
}
```