pub fn transfer_with_split_proofs(
    token_program_id: &Pubkey,
    source_token_account: &Pubkey,
    mint: &Pubkey,
    destination_token_account: &Pubkey,
    new_source_decryptable_available_balance: DecryptableBalance,
    source_account_authority: &Pubkey,
    context_accounts: TransferSplitContextStateAccounts<'_>,
    source_decrypt_handles: &SourceDecryptHandles
) -> Result<Instruction, ProgramError>
Expand description

Create a TransferWithSplitProof instruction without fee