mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Update content/concepts/tokens/nftoken-auctions.md
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>
This commit is contained in:
@@ -20,7 +20,7 @@ Run the auction in brokered mode, as an auction with a reserve.
|
||||
|
||||

|
||||
|
||||
1. The Seller creates the NFT, then sets the auction reserve price using NFTokenCreateOffer, specifying the broker account as the destination.
|
||||
1. The Seller creates the NFT, then sets the auction reserve price using `NFTokenCreateOffer`, specifying the broker account as the destination.
|
||||
1. Buyers make bids using NFTokenCreateOffer, setting the broker account as the destination.
|
||||
1. The Broker selects the winning bid, completes the sale using NFTokenAcceptOffer, collecting the broker fee. Then the Broker cancels any losing bids using NFTokenCancelOffer.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user