Function cpi_execute_compressed_transaction_transfer
Source pub fn cpi_execute_compressed_transaction_transfer<'info, A: InvokeAccounts<'info> + SignerAccounts<'info>>(
ctx: &A,
input_compressed_accounts: Vec<InAccount>,
output_compressed_accounts: Vec<OutputCompressedAccountWithPackedContext>,
with_transaction_hash: bool,
proof: Option<CompressedProof>,
cpi_context: Option<CompressedCpiContext>,
cpi_authority_pda: AccountInfo<'info>,
_system_program_account_info: AccountInfo<'info>,
_invoking_program_account_info: AccountInfo<'info>,
remaining_accounts: &[AccountInfo<'info>],
) -> Result<()>