[][src]Function spl_token::instruction::thaw_account

pub fn thaw_account(
    token_program_id: &Pubkey,
    account_pubkey: &Pubkey,
    mint_pubkey: &Pubkey,
    owner_pubkey: &Pubkey,
    signer_pubkeys: &[&Pubkey]
) -> Result<Instruction, ProgramError>

Creates a ThawAccount instruction.