plutus-core-1.0.0.1: Language library for Plutus Core
Safe HaskellNone
LanguageHaskell2010

PlutusCore.Evaluation.Machine.ExBudgetingDefaults

Synopsis

Documentation

defaultCekMachineCosts :: CekMachineCosts Source #

Default costs for CEK machine instructions.

defaultCostModelParams :: Maybe CostModelParams Source #

The default cost model data. This is exposed to the ledger, so let's not confuse anybody by mentioning the CEK machine

defaultBuiltinCostModel :: BuiltinCostModel Source #

The default cost model for built-in functions.