Expand description
Tools for gas instrumentalization
Structs§
- GasCost
NotDefined - Gas cost for this instruction is not defined for this version.
- GasCosts
- Gas costings for every op.
The inner values are wrapped in an
Arc
so this is cheap to clone. - GasCosts
Values V1 - Gas costs for every op.
- GasCosts
Values V2 - Gas costs for every op.
The difference with
GasCostsValuesV1
: - GasCosts
Values V3 - Gas costs for every op.
The difference with
GasCostsValuesV2
: - GasCosts
Values V4 - Gas costs for every op.
The difference with
GasCostsValuesV3
: - GasCosts
Values V5 - Gas costs for every op.
The difference with
GasCostsValuesV4
:
Enums§
- Dependent
Cost - Dependent cost is a cost that depends on the number of units.
- GasCosts
Values - The versioned gas costs for every op.