js-deprecated icon indicating copy to clipboard operation
js-deprecated copied to clipboard

How to succesfully freeze the NFT account? I have also done some experiment but I failed. Has anyone successfully done it? Thank you in advanced

Open KKQanT opened this issue 2 years ago • 0 comments

Hello, since the contract also take the freeze authority away from the user. I also have read issue178 and tried out the new feature

I have minted the NFT via action.mintNFT from "@metaplex/js" and use the add createFreezeDelegatedAccountInstruction to the transaction to try to freeze the token account.

NFT minted via image image

The minting phrase was success.

Try to freeze NFT via image image

But It always give me the custom program error : 0x39

Has anyone successfully frozen the token account associated to NFT minted by Metaples contact yet? If so, I'd very appreciated for your example. Thank you in advanced sir!

KKQanT avatar May 19 '22 12:05 KKQanT