Copyright | (c) 2023 GYELD GMBH |
---|---|
License | Apache 2.0 |
Maintainer | [email protected] |
Stability | develop |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
GeniusYield.CardanoApi.Query
Contents
Description
Synopsis
Low-level query runners
queryCardanoMode ∷ LocalNodeConnectInfo → QueryInMode a → IO a #
Exception
newtype CardanoQueryException #
Constructors
CardanoQueryException String |
Instances
Exception CardanoQueryException # | |
Show CardanoQueryException # | |
Defined in GeniusYield.CardanoApi.Query Methods showsPrec ∷ Int → CardanoQueryException → ShowS # show ∷ CardanoQueryException → String # showList ∷ [CardanoQueryException] → ShowS # |