atlas-0.1.0.0: Application backend for Plutus smart contracts on Cardano
Copyright(c) 2023 GYELD GMBH
LicenseApache 2.0
Maintainersupport@geniusyield.co
Stabilitydevelop
Safe HaskellNone
LanguageHaskell2010

GeniusYield.Transaction.Common

Description

 
Synopsis

Documentation

data GYBalancedTx v #

An *almost* finalized Tx.

This is fully balanced _except_ potentially missing an ada change output, and missing the exact fee. Both of these will be set by finalizeGYBalancedTx.

data GYTxInDetailed v #

A further detailed version of GYTxIn, containing all information about a UTxO.

Instances

Instances details
Eq (GYTxInDetailed v) # 
Instance details

Defined in GeniusYield.Transaction.Common

Show (GYTxInDetailed v) # 
Instance details

Defined in GeniusYield.Transaction.Common

minimumUTxOBool → ProtocolParameters → GYTxOut v → Natural #

adjustTxOut ∷ (GYTxOut v → Natural) → GYTxOut v → GYTxOut v #