metaplex-foundation / js-deprecated

Deprecated Metaplex JavaScript SDK
https://metaplex-foundation.github.io/js/
MIT License
128 stars 77 forks source link

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 #201

Open KKQanT opened 2 years ago

KKQanT commented 2 years ago

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!