Create an instruction to thaw (unfreeze) a frozen light-token account.
Thawing restores the account state from AccountState::Frozen to
AccountState::Initialized, re-enabling token operations. Only the
mint's freeze_authority can thaw accounts.
Account order per program:
0. token_account (mutable) - the frozen light-token account to thaw
mint (readonly) - the mint associated with the token account
freeze_authority - must match mint.freeze_authority (signer)
Create an instruction to thaw (unfreeze) a frozen light-token account.
Thawing restores the account state from AccountState::Frozen to AccountState::Initialized, re-enabling token operations. Only the mint's freeze_authority can thaw accounts.
Account order per program: 0. token_account (mutable) - the frozen light-token account to thaw