pub fn sys_transfer<'a>(
    from: &AccountInfo<'a>,
    to: &AccountInfo<'a>,
    lamports: u64,
    signer_seeds: &[&[u8]]
) -> Result<()>
Expand description

Wrapper of transfer instruction from system_program program