Skip to Content
關於
課程
學習中心
部落格
文件
moon
繁體中文
English
한국어
nav-icon
achievement
關閉
關於
課程
學習中心
部落格
文件
moon
繁體中文
English
한국어
achievement
Quiz 4.5
Review and test your knowledge on Transfer NFTs with React.js.
To transfer an NFT between two accounts, you must:
A) Use buy offers or sell offers.
B) Use buy offers only.
C) Use sell offers only.
D) Burn your NFT.
When transferring an NFT you own, which of the following helps someone else find and accept the transfer.
A) The NFTokenTaxon.
B) The OfferID.
C) The NFTokenOffer Index.
D) The WalletID.
Which hook in the nice-xrpl library accepts an offer in an NFT transfer?
A) useAcceptSellOffer()
B) setSending(true);
C) const result = await acceptSellOffer(offerIndex);
D) setSending(true);
上一題
提交