Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data WitVKey kr c where
- pattern WitVKey ∷ (Typeable kr, Crypto c) ⇒ VKey kr c → SignedDSIGN c (Hash c EraIndependentTxBody) → WitVKey kr c
- witVKeyBytes ∷ WitVKey kr c → ByteString
- witVKeyHash ∷ WitVKey kr c → KeyHash 'Witness c
- eqWitVKeyRaw ∷ (Crypto c, Typeable kr) ⇒ WitVKey kr c → WitVKey kr c → Bool
Documentation
data WitVKey kr c where Source #
Proof/Witness that a transaction is authorized by the given key holder.
pattern WitVKey ∷ (Typeable kr, Crypto c) ⇒ VKey kr c → SignedDSIGN c (Hash c EraIndependentTxBody) → WitVKey kr c |
Instances
witVKeyBytes ∷ WitVKey kr c → ByteString Source #
Access CBOR encoded representation of the witness. Evaluated lazily