• 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

    Type Parameters

    • P extends Payload

      the payload type

    • T extends Signable<P> = Signable<P>

      the signed transaction type

    Parameters

    • target: T

      the signed transaction to merge signatures into

    • other: T

      the signed transaction from which the signatures are merged into target

    Returns T

Generated using TypeDoc