thaw_account
Unfreeze a frozen token account on Solana to restore transfer functionality using wallet authority, token mint, and account address.
Instructions
Thaw a frozen token account to allow transfers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletName | Yes | Name of the wallet with freeze authority | |
| tokenMint | Yes | Token mint address | |
| accountAddress | Yes | Address of the token account to thaw |