Buy a NFT from QR Code
Prerequisites:
Sell a NFTStep 1: Get your NFT
/* TokenId of the NFT */
$tokenId = '';
/* Account ID of the seller */
$sellerAccountId = '';
/* Custom uniq ID */
$uniqId = '';
/* NFT ID - is optional for old token */
$nftId = '';
$nft = $client->getNFTForSaleByTokenId([$tokenId, $uniqId, $sellerAccountId, $nftId]);Last updated