• Adds a pre-computed signature to a signable transaction.

    Returns

    the signed transaction with the signature attached

    Throws

    Error if the number of signatures exceeds the allowed number specified in the transaction header

    Type Parameters

    • P extends Payload = Payload

      the payload type

    Parameters

    • transaction: Signable<P, Transaction<P>>

      the signable transaction to add a signature to

    • signature: AccountTransactionSignature

      the account transaction signature to add

    Returns Signed<P>

Generated using TypeDoc