Expand description
Typed representation of the opcode, without any associated data.
Structs§
- InvalidOpcode Error 
- An attempt to parse a byte as an opcode failed.
- NotEnoughBytes Error 
- An error occurring within Opcode::parse_opin the case that the provided bytes iterator contains insufficient bytes for the expected associated operation data.
Enums§
- Access
- Operations for accessing input data.
- Alu
- Operations for computing arithmetic and logic.
- Crypto
- Operations providing cryptographic functionality.
- Memory
- Operations for memory.
- Op
- All operations available to the Essential VM execution.
- Pred
- Operations for computing predicates.
- Stack
- Operations related to stack manipulation.
- StateRead 
- Operations related to reading state.
- TotalControl Flow 
- Control flow operations that keep the program total.
Traits§
- ParseOp
- Parse the operation associated with the opcode.