cardano-ledger-babbage-1.11.0.0: Cardano ledger introducing refrence scripts and inline datums
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Ledger.Babbage.UTxO

Synopsis

Documentation

getBabbageSpendingDatum ∷ (AlonzoEraTx era, BabbageEraTxOut era) ⇒ UTxO era → Tx era → PlutusPurpose AsItem era → Maybe (Data era) Source #

Extract binary data either directly from the Tx as an "inline datum" or look it up in the witnesses by the hash.

getReferenceScriptsBabbageEraTxOut era ⇒ UTxO era → Set TxInMap ScriptHash (Script era) Source #

Collect all the reference scripts found in the TxOuts, pointed to by some input.

Orphan instances