mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Add (Python) to title
This commit is contained in:
@@ -9,7 +9,7 @@ labels:
|
||||
- NFTs, NFTokens
|
||||
---
|
||||
|
||||
# Assign an Authorized Minter
|
||||
# Assign an Authorized Minter (Python)
|
||||
|
||||
You can assign another account permission to mint NFTokens for you.
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ labels:
|
||||
- XRP
|
||||
---
|
||||
|
||||
# Broker an NFT Sale
|
||||
# Broker an NFT Sale (Python)
|
||||
|
||||
Earlier examples showed how to make buy and sell offers directly between two accounts. Another option is to use a third account as a broker for the sale. The broker acts on behalf of the NFT owner. The seller creates an offer with the broker account as its destination. The broker gathers and evaluates buy offers and chooses which one to accept, adding an agreed-upon fee for arranging the sale. When the broker account accepts a sell offer with a buy offer, the funds and ownership of the NFToken are transferred simultaneously, completing the deal. This allows an account to act as a marketplace or personal agent for NFToken creators and traders.
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ labels:
|
||||
- Non-fungible Tokens, NFTs
|
||||
---
|
||||
|
||||
# 4. Transfer NFTokens
|
||||
# 4. Transfer NFTokens (Python)
|
||||
|
||||
This example shows how to:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user