pub fn thaw_delegated_account(
    program_id: Pubkey,
    delegate: Pubkey,
    token_account: Pubkey,
    edition: Pubkey,
    mint: Pubkey
) -> Instruction
Expand description

Thaw delegated account

Allow thawing of an NFT if this user is the delegate of the NFT

Accounts:

  1. [signer] Delegate
  2. [writable] Token account to thaw
  3. [] Edition
  4. [] Token mint