I have a SOLANA NFT that I mint, can I update 'freezeAuthority' using '@solana/spl-token' or '@metaplex-foundation'?
Asked
Active
Viewed 733 times
1 Answers
2
By default Freeze Authority is transfered to the Master Edition Account PDA, so no one can change it. The good part is that spl-token program has the Approve
instruction that allows you to become the FreezeDelegatedAccount
and then you will be able to Freeze the NFT using the FreezeDelegatedAccount
instruction.

WrathionTBP
- 832
- 2
- 6