mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 20:25:51 +00:00
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:
@@ -34,7 +34,11 @@ An example of the request format:
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"method": "nft_sell_offers",
|
"method": "nft_sell_offers",
|
||||||
"tokenid": "00090000D0B007439B080E9B05BF62403911301A7B1F0CFAA048C0A200000007"
|
"params": [
|
||||||
|
{
|
||||||
|
"nft_id": "00090000D0B007439B080E9B05BF62403911301A7B1F0CFAA048C0A200000007"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user