Create an instruction to freeze a decompressed light-token account.
Freezing sets the account state to AccountState::Frozen, preventing
transfers and other token operations. Only the mint's freeze_authority
can freeze accounts.
Account order per program:
0. token_account (mutable) - the light-token account to freeze
mint (readonly) - the mint associated with the token account
freeze_authority - must match mint.freeze_authority (signer)
Parameters
tokenAccount: PublicKey
The light-token account to freeze (must be Initialized)
Create an instruction to freeze a decompressed light-token account.
Freezing sets the account state to AccountState::Frozen, preventing transfers and other token operations. Only the mint's freeze_authority can freeze accounts.
Account order per program: 0. token_account (mutable) - the light-token account to freeze