Function mpl_utils::close_account_raw

source ยท
pub fn close_account_raw<'a>(
    dest_account_info: &AccountInfo<'a>,
    src_account_info: &AccountInfo<'a>
) -> ProgramResult
Expand description

Close src_account and transfer lamports to dst_account, lifted from Solana Cookbook