CostModels
scalus.cardano.ledger.CostModels
Represents cost models for script languages in the Cardano blockchain.
Cost models define the execution costs of operations in different script languages. The keys are language identifiers (0 for Plutus V1, 1 for Plutus V2, 2 for Plutus V3), and the values are lists of integers representing operation costs.
Value parameters
- models
-
Map from language identifiers to lists of operation costs
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article