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
The minting phrase was success.
Try to freeze NFT via
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!
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
The minting phrase was success.
Try to freeze NFT via
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!