atlas-cardano
Copyright(c) 2023 GYELD GMBH
LicenseApache 2.0
Maintainer[email protected]
Stabilitydevelop
Safe HaskellNone
LanguageGHC2021

GeniusYield.Types.Certificate

Description

 
Synopsis

Documentation

data GYCertificatePreBuild #

Certificate state before building the transaction.

data GYCertificate #

Certificate state after populating missing entries from GYCertificatePreBuild.

certificateToStakeCredential :: GYCertificate -> GYStakeCredential #

This casts relevant credentials to stake credentials as that's how cardano-api treats these under the hood, which is nonetheless ugly.