pub fn withdraw_excess_lamports(
    token_program_id: &Pubkey,
    source_account: &Pubkey,
    destination_account: &Pubkey,
    authority: &Pubkey,
    signers: &[&Pubkey]
) -> Result<Instruction, ProgramError>
Expand description

Creates a WithdrawExcessLamports Instruction