Module

Cardano.Transaction.Balancer.ExUnitsAndMinFee

#evalExUnitsAndMinFee

evalExUnitsAndMinFee :: forall (r :: Row Type). Provider -> Record (BalancerProtocolParameters r) -> Transaction -> Array Address -> { additionalUtxos :: UtxoMap, allUtxos :: UtxoMap, collateralUtxos :: UtxoMap } -> BalanceTxM (Transaction /\ Coin)

#finalizeTransaction

finalizeTransaction :: forall (r :: Row Type). Transaction -> UtxoMap -> Record (BalancerProtocolParameters r) -> BalanceTxM Transaction

Attaches datums and redeemers, sets the script integrity hash, for use after reindexing.

Modules