Function applyVkeyWitnessSet

Applies verification key (vkey) witnesses to a transaction.

This function attaches a set of vkey witnesses to the given transaction.

  • Parameters

    • transaction: string

      The CBOR representing the transaction to which the vkey witnesses will be applied.

    • vkeyWitnessSet: VkeyWitnessSet

      The VkeyWitnessSet to be applied.

    Returns string

    The CBOR representing the transaction with the applied vkey witnesses.