The counterparty's wallet used for signing the transaction.
The LoanSet transaction to sign. Can be either:
(Optional) Options for signing the transaction.
Optionalmultisign?: string | booleanSpecify true/false to use multisign or actual address (classic/x-address) to make multisign tx request. The actual address is only needed in the case of regular key usage.
An object containing:
tx: The signed LoanSet transaction objecttx_blob: The serialized transaction blob (hex string) ready to submit to the ledgerhash: The transaction hash (useful for tracking the transaction)
Signs a LoanSet transaction as the counterparty.
This function adds a counterparty signature to a LoanSet transaction that has already been signed by the first party. The counterparty uses their wallet to sign the transaction, which is required for multi-party loan agreements on the XRP Ledger.