Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cardano.Ledger.Keys.WitVKey
Synopsis
- data WitVKey kr where
- pattern WitVKey ∷ VKey kr → SignedDSIGN DSIGN (Hash HASH EraIndependentTxBody) → WitVKey kr
- witVKeyHash ∷ WitVKey kr → KeyHash 'Witness
- wvkSig ∷ WitVKey kr → SignedDSIGN DSIGN (Hash HASH EraIndependentTxBody)
Documentation
data WitVKey kr where Source #
Proof/Witness that a transaction is authorized by the given key holder.
Bundled Patterns
pattern WitVKey ∷ VKey kr → SignedDSIGN DSIGN (Hash HASH EraIndependentTxBody) → WitVKey kr |
Instances
wvkSig ∷ WitVKey kr → SignedDSIGN DSIGN (Hash HASH EraIndependentTxBody) Source #
Deprecated: In favor of wvkSignature