pub fn inner_transfer_with_fee(
    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<'_, TransferWithFeeData>
) -> Result<Instruction, ProgramError>
Expand description

Create a inner Transfer instruction with fee

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