Function spl_token_2022::instruction::withdraw_excess_lamports
source ยท 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