spl-token_thawAccount
Thaw a frozen SPL token account to restore normal functionality. Provide the mint, account, and freeze authority.
Instructions
Thaw (unfreeze) a previously frozen token account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | Token mint address (base58) | |
| account | Yes | Token account to thaw | |
| freezeAuthority | Yes | Freeze authority wallet |