Merges signatures from signable transaction other into signable transaction target.
Used for multi-signature scenarios where multiple parties sign the same transaction.
Returns
target with the signatures from other added into it.
Throws
Error if duplicate signatures are found for the same credential and key index
Throws
Error if the number of signatures exceeds the allowed number specified in the transaction header
Merges signatures from signable transaction
otherinto signable transactiontarget. Used for multi-signature scenarios where multiple parties sign the same transaction.Returns
targetwith the signatures fromotheradded into it.Throws
Error if duplicate signatures are found for the same credential and key index
Throws
Error if the number of signatures exceeds the allowed number specified in the transaction header