Expand description
Precharge module.
Structs§
- Context
Charged - Context charged gas for the program execution.
- ForAllocations
- ZST for the context that charged for allocations.
- ForCode
Metadata - ZST for the context that charged for code metadata.
- ForInstrumented
Code - ZST for the context that charged for instrumented code.
- ForModule
Instantiation - ZST for the context that charged for module instantiation.
- ForNothing
- ZST for the context that charged nothing.
- ForOriginal
Code - ZST for the context that charged for original code.
- ForProgram
- ZST for the context that charged for program data.
Enums§
- PreCharge
GasOperation - Operation related to gas charging.
Type Aliases§
- Precharge
Result - Defines result variants of the precharge functions.