Expand description
Interface for the precompiles. It contains the precompile result type, the precompile output type, and the precompile error type.
Structs§
- Precompile
Output - Precompile execution output
Enums§
- Precompile
Error - Precompile error type.
Type Aliases§
- Precompile
Fn - Precompile function type. Takes input and gas limit and returns precompile result.
- Precompile
Result - A precompile operation result type