Copyright | (c) 2023 GYELD GMBH |
---|---|
License | Apache 2.0 |
Maintainer | [email protected] |
Stability | develop |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Synopsis
- data GYCertificatePreBuild
- data GYCertificate
- finaliseCert ∷ ApiProtocolParameters → GYCertificatePreBuild → GYCertificate
- certificateToApi ∷ GYCertificate → Certificate ApiEra
- certificateFromApiMaybe ∷ Certificate ApiEra → Maybe GYCertificate
- certificateToStakeCredential ∷ GYCertificate → GYStakeCredential
Documentation
data GYCertificatePreBuild #
Certificate state before building the transaction.
Instances
data GYCertificate #
Certificate state after populating missing entries from GYCertificatePreBuild
.
Instances
Show GYCertificate # | |
Defined in GeniusYield.Types.Certificate showsPrec ∷ Int → GYCertificate → ShowS # show ∷ GYCertificate → String # showList ∷ [GYCertificate] → ShowS # | |
Eq GYCertificate # | |
Defined in GeniusYield.Types.Certificate (==) ∷ GYCertificate → GYCertificate → Bool # (/=) ∷ GYCertificate → GYCertificate → Bool # | |
Ord GYCertificate # | |
Defined in GeniusYield.Types.Certificate compare ∷ GYCertificate → GYCertificate → Ordering # (<) ∷ GYCertificate → GYCertificate → Bool # (<=) ∷ GYCertificate → GYCertificate → Bool # (>) ∷ GYCertificate → GYCertificate → Bool # (>=) ∷ GYCertificate → GYCertificate → Bool # |