xrpl
    Preparing search index...

    Function combineLoanSetCounterpartySigners

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

      Parameters

      • transactions: (string | LoanSet)[]

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

      Returns { tx: LoanSet; tx_blob: string }

      An object containing:

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

      ValidationError if:

      • There are no transactions to combine
      • Any of the transactions are not LoanSet transactions
      • Any of the transactions do not have Signers
      • Any of the transactions do not have a first party signature