Crate adapter

source ·

Re-exports

pub use dummy::Dummy;

Modules

The Client traits that define the actions for each state.
The Dummy client for the Adapter.
The Ethereum client for the Adapter.
Re-export of the crate::client traits and the states of the Adapter.
Primitives used by the Adapter. Including re-exported types from the primitives crate that are being used.
Utilities for working with the State root and the Balances

Structs

The Adapter struct and it’s states.
The error used by the crate::Adapter to wrap any custom error from the client and the kinds of errors that the crate::Adapter can return.
Ethereum client implementation for the crate::Adapter.