| Copyright | (c) 2023 GYELD GMBH |
|---|---|
| License | Apache 2.0 |
| Maintainer | [email protected] |
| Stability | develop |
| Safe Haskell | None |
| Language | GHC2021 |
GeniusYield.Types.Ledger
Description
Synopsis
Documentation
data PlutusToCardanoError #
PlutusToCardanoError is raised when using Plutus to Cardano API type conversion functions
from plutus-ledger. It is a focused version of Ledger.Tx.CardanoAPI.ToCardanoError.
Constructors
| DeserialiseRawBytesError | Deserialization failed; tag indicates the type being deserialized. |
| StakePtrAddressUnsupported Address | Raised when trying to convert a stake ptr plutus address. |
| UnknownPlutusToCardanoError | Wildcard unhandled constructors; shouldn't happen usually. |
Instances
| Show PlutusToCardanoError # | |
Defined in GeniusYield.Types.Ledger Methods showsPrec :: Int -> PlutusToCardanoError -> ShowS # show :: PlutusToCardanoError -> String # showList :: [PlutusToCardanoError] -> ShowS # | |