• 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

    Type Parameters

    • P extends Payload

      the payload type

    • T extends Signed<P> = Signed<P>

      the signed transaction type

    Parameters

    • a: T

      the first signed transaction

    • b: T

      the second signed transaction

    Returns T

Generated using TypeDoc