Merges signatures from two signed transactions into a single transaction.
Used for multi-signature scenarios where multiple parties sign the same transaction.
Returns
a new transaction containing all signatures from both transactions
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 two signed transactions into a single transaction. Used for multi-signature scenarios where multiple parties sign the same transaction.
Returns
a new transaction containing all signatures from both transactions
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