plutus-ledger-api-1.60.0.0: Interface to the Plutus ledger for the Cardano ledger.
Safe HaskellSafe-Inferred
LanguageHaskell2010

PlutusLedgerApi.Test.ScriptContextBuilder.Lenses

Synopsis

Documentation

txInfoRedeemersAssocLLens' TxInfo (Map ScriptPurpose Redeemer) Source #

Raw lens into redeemers preserving the AssocMap type (no Map conversion).

ivToL ∷ ∀ a. Lens' (Interval a) (UpperBound a) Source #

_NegInf ∷ ∀ a. Prism' (Extended a) () Source #

_Finite ∷ ∀ a a. Prism (Extended a) (Extended a) a a Source #

_PosInf ∷ ∀ a. Prism' (Extended a) () Source #

_Datum ∷ ∀ a. (FromData a, ToData a) ⇒ Prism' Datum a Source #

_Redeemer ∷ ∀ a. (FromData a, ToData a) ⇒ Prism' Redeemer a Source #