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