pub fn inner_transfer(
    token_program_id: &Pubkey,
    source_token_account: &Pubkey,
    mint: &Pubkey,
    destination_token_account: &Pubkey,
    new_source_decryptable_available_balance: DecryptableBalance,
    authority: &Pubkey,
    multisig_signers: &[&Pubkey],
    proof_data_location: ProofLocation<'_, TransferData>
) -> Result<Instruction, ProgramError>
Expand description

Create a inner Transfer instruction

This instruction is suitable for use with a cross-program invoke