pub fn empty_account(
    token_program_id: &Pubkey,
    token_account: &Pubkey,
    authority: &Pubkey,
    multisig_signers: &[&Pubkey],
    proof_data: &CloseAccountData
) -> Result<Vec<Instruction>, ProgramError>
Expand description

Create a EmptyAccount instruction