Module

Cardano.Transaction.Balancer.Types.ProtocolParameters

#BalancerProtocolParameters

type BalancerProtocolParameters :: Row Type -> Row Typetype BalancerProtocolParameters (r :: Row Type) = (coinsPerUtxoByte :: Coin, costModels :: Map Language CostModel, maxCollateralInputs :: UInt, prices :: ExUnitPrices, refScriptCoinsPerByte :: Rational, stakeAddressDeposit :: Coin, txFeeFixed :: Coin, txFeePerByte :: UInt | r)

A subset of protocol parameters used by the balancing algorithm. Compatible with Cardano.Types.ProtocolParameters.

Modules