Type Alias VkeyWitness

VkeyWitness: { signature: string; vkey: string }

VkeyWitness (Verification Key Witness) is a component of a transaction that provides cryptographic proof that proves that the creator of the transaction has access to the private keys controlling the UTxOs being spent.

Type declaration

  • signature: string

    The signature of the transaction input, signed by the corresponding private key.

  • vkey: string

    The public key associated with this witness.