mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
Fix NFTokenSellOffer, NFTokenBuyOffer
This commit is contained in:
@@ -17,9 +17,9 @@ The `NFTokenAcceptOffer` transaction is used to accept offers to `buy` or `sell`
|
||||
|
||||
## Brokered vs. Direct Mode
|
||||
|
||||
The mode in which the transaction operates depends on the presence of the `SellOffer` and `BuyOffer` fields of the transaction:
|
||||
The mode in which the transaction operates depends on the presence of the `NFTokenSellOffer` and `NFTokenBuyOffer` fields of the transaction:
|
||||
|
||||
| `SellOffer` | `BuyOffer` | Mode |
|
||||
| `NFTokenSellOffer` | `NFTokenBuyOffer` | Mode |
|
||||
|:------------|:-----------|:---------|
|
||||
| ✔️ | ✔️ | Brokered |
|
||||
| ✔️ | X | Direct |
|
||||
|
||||
Reference in New Issue
Block a user