Constants§
- The cost not dependent on the number of keys and access.
- The cost per each access to a key after the first access.
- The cost per each unique key in the dictionary.
- The cost of allocating a segment in the segment arena. This is charged to pay for the finalization step of the segment arena.
Traits§
- Trait for providing extra information required for calculating costs for a specific libfunc invocation.
Functions§
- Returns the gas cost for a core libfunc. Values with unknown values will return as None.