You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: