Module api

Module api 

Available on crate feature evm only.
Expand description

Optimism API types.

Modules§

builder
Optimism builder trait OpBuilder used to build OpEvm.
default_ctx
Contains trait DefaultOp used to create a default context.
exec
Implementation of the ExecuteEvm trait for the OpEvm.

Traits§

DefaultOp
Trait that allows for a default context to be created.
OpBuilder
Trait that allows for optimism OpEvm to be built.
OpContextTr
Type alias for Optimism context

Type Aliases§

OpError
Type alias for the error type of the OpEvm.