Skip to Content
關於
課程
學習中心
部落格
文件
moon
繁體中文
English
한국어
nav-icon
achievement
關閉
關於
課程
學習中心
部落格
文件
moon
繁體中文
English
한국어
achievement
Quiz 4.6
Review and test your knowledge on Broker NFTs with React.js.
What is a use case for brokering an NFT transfer?
A) A marketplace that manages the sale of NFT’s for creators.
B) A curator who wants to organize NFT’s by type or price point.
C) An agent who works to buy and sell NFT’s, maximizing the sale price for creators.
D) All of the above
Which hook in the nice-xrpl library is used to broker a buy and sell offer from a third-party?
A) acceptBrokeredOffer()
B) useAcceptBrokeredOffer()
C) setBuyOfferIndex(e.currentTarget.value)
D) setSellOfferIndex(e.currentTarget.value)
What is the best way to describe an NFT broker?
A) Someone who sells their own NFT’s directly to buyers.
B) Someone who buy’s NFT’s directly from sellers.
C) Someone who connects NFT buyers and sellers facilitates the transaction for a fee.
D) Someone who breaks and destroys NFTs.
What information does a broker need to have in order to facilitate a transaction?
A) A sell offer index
B) A buy offer index
C) An NFToken ID
D) All of the above
上一題
提交