atlas-cardano-0.4.0: Application backend for Plutus smart contracts on Cardano
Copyright(c) 2023 GYELD GMBH
LicenseApache 2.0
Maintainer[email protected]
Stabilitydevelop
Safe HaskellSafe-Inferred
LanguageGHC2021

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.

Fields

StakePtrAddressUnsupported Address

Raised when trying to convert a stake ptr plutus address.

UnknownPlutusToCardanoError

Wildcard unhandled constructors; shouldn't happen usually.

Fields