xrpl
    Preparing search index...

    Function combineSponsorSigners

    • Combines multiple transactions signed by the sponsor into a single transaction.

      Parameters

      • transactions: (string | Transaction)[]

        An array of signed transactions (in object or blob form) to combine.

      Returns { tx: Transaction; tx_blob: string }

      An object containing:

      • tx: The combined transaction object
      • tx_blob: The serialized transaction blob (hex string) ready to submit to the ledger

      If:

      • There are no transactions to combine
      • Any of the transactions do not have Signers in SponsorSignature
      • Any of the transactions do not have an account signature