Structs§
- Libfunc for getting the pointer to the gas cost array. See BuiltinCostsType.
- Libfunc for withdrawing gas to be used by a builtin.
- Represents a pointer to an array with the builtin costs. Every element in the array is the cost of a single invocation of a builtin.
- Type for gas actions.
- Libfunc for returning the amount of available gas.
- Libfunc for returning unused gas.
- Libfunc for withdrawing gas.
Enums§
- Represents different type of costs. Note that if you add a type here you should update ‘iter_precost’