Skip to Content
About
Courses
Study Center
Blog
Docs
moon
English
한국어
繁體中文
nav-icon
achievement
Close
About
Courses
Study Center
Blog
Docs
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) useCreateSellOffer()
Previous
Submit