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

    Returns

    the signed transaction with the sponsor 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: SignableV1<P>

      the transaction to add a sponsor signature to

    • signature: AccountTransactionSignature

      the sponsor signature on the transaction to add

    Returns Signable<P>

Generated using TypeDoc