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);
이전
제출