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

Create a Transfer instruction with regular (no-fee) proof