xrpl
    Preparing search index...

    Function prepareConfidentialSend

    • Build a ConfidentialMPTSend transaction that transfers a confidential amount from the sender's spendable balance to the destination's inbox. The amount is encrypted under the sender, destination, issuer, and (when registered) auditor keys with a shared blinding factor, and a single proof binds the amount commitment, balance commitment, and per-recipient ciphertexts.

      Parameters

      Returns Promise<ConfidentialMPTSend>

      The assembled, unsigned ConfidentialMPTSend transaction.

      If a required encryption key or the sender balance is missing.