[go: up one dir, main page]

Crate etk_ops

Crate etk_ops 

Source
Expand description

The EVM Toolkit Operations Crate.

You can find more information about the command-line tools in The ETK Book.

This crate defines Rust types for all the instructions in the Ethereum Virtual Machine (EVM.)

Modules§

london
Instructions available in the London hard fork.
shanghai
Instructions available in the Shanghai hard fork.

Structs§

FromStrError
Error that can occur when parsing an operation from a string.

Enums§

FromSliceError
Errors that can occur when parsing an operation from a byte slice.
Void
Immediate type for operations that do not have an immediate argument.

Traits§

Immediate
Trait for types that contain an immediate argument.
Immediates
Trait for describing the types of immediate arguments for operation enums.