cooked-validators
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cooked.Skeleton.Value

Description

This module exposes constructs around the value as it is stored in a TxSkel.

Synopsis

Documentation

data TxSkelOutValue where Source #

A bundle arond an Value to be stored in a TxSkel. This bundles offers the possibility to mark a value as adjustable, in case the ADA amount it contains is insufficient to sustain the storage cost of the UTxO containing it.

Constructors

TxSkelOutValue 

Fields

Instances

Instances details
Show TxSkelOutValue Source # 
Instance details

Defined in Cooked.Skeleton.Value

Eq TxSkelOutValue Source # 
Instance details

Defined in Cooked.Skeleton.Value

ToValue TxSkelOutValue Source # 
Instance details

Defined in Cooked.Skeleton.Value

txSkelOutValueContentL :: Lens' TxSkelOutValue Value Source #

A lens to get or set the inner value of a TxSkelOutValue

txSkelOutValueAutoAdjustL :: Lens' TxSkelOutValue Bool Source #

A lens to get or set if this value should be auto-adjusted if needed