xrpl
    Preparing search index...

    Function combineBatchSigners

    • Takes several transactions with BatchSigners fields (in object or blob form) and creates a single transaction with all BatchSigners that then gets signed and returned.

      Parameters

      • transactions: (string | Batch)[]

        The transactions to combine BatchSigners values on.

      Returns string

      A single signed Transaction which has all BatchSigners from transactions within it.

      ValidationError if:

      • There were no transactions given to sign