| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Cardano.YTxP.SDK.Optics
Contents
Documentation
class HasYieldingRedeemer c where Source #
Minimal complete definition
Methods
yieldingRedeemer :: Lens' c YieldingRedeemer Source #
authorisedScriptIndex :: Lens' c AuthorisedScriptIndex Source #
authorisedScriptProofIndex :: Lens' c AuthorisedScriptProofIndex Source #
Instances
Orphan instances
| Wrapped AuthorisedScriptIndex Source # | |
Associated Types type Unwrapped AuthorisedScriptIndex Methods _Wrapped' :: Iso' AuthorisedScriptIndex (Unwrapped AuthorisedScriptIndex) | |
| Wrapped AuthorisedScriptProofIndex Source # | |
Associated Types type Unwrapped AuthorisedScriptProofIndex Methods _Wrapped' :: Iso' AuthorisedScriptProofIndex (Unwrapped AuthorisedScriptProofIndex) | |
| AuthorisedScriptIndex ~ t => Rewrapped AuthorisedScriptIndex t Source # | |
| AuthorisedScriptProofIndex ~ t => Rewrapped AuthorisedScriptProofIndex t Source # | |