Module api
Available on crate feature
evm
only.Expand description
Optimism API types.
Modules§
- builder
- Optimism builder trait
OpBuilder
used to buildOpEvm
. - default_
ctx - Contains trait
DefaultOp
used to create a default context. - exec
- Implementation of the
ExecuteEvm
trait for theOpEvm
.
Traits§
- Default
Op - Trait that allows for a default context to be created.
- OpBuilder
- Trait that allows for optimism OpEvm to be built.
- OpContext
Tr - Type alias for Optimism context
Type Aliases§
- OpError
- Type alias for the error type of the OpEvm.