Add (Python) to title

This commit is contained in:
ddawson
2023-06-02 10:00:05 -07:00
parent 8d0de0c2eb
commit d168f722a0
3 changed files with 3 additions and 3 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -8,7 +8,7 @@ labels:
- Non-fungible Tokens, NFTs
---
# 4. Transfer NFTokens
# 4. Transfer NFTokens (Python)
This example shows how to: