CliNodeTypes

Trait CliNodeTypes 

Source
pub trait CliNodeTypes: Node<FullNodeTypesAdapter<Self, Arc<DatabaseEnv>, BlockchainProvider<NodeTypesWithDBAdapter<Self, Arc<DatabaseEnv>>>>> + NodeTypesForProvider {
    type Evm: ConfigureEvm<Primitives = Self::Primitives>;
    type NetworkPrimitives: NetPrimitivesFor<Self::Primitives>;
}
Expand description

Helper trait with a common set of requirements for the NodeTypes in CLI.

Required Associated Types§

Source

type Evm: ConfigureEvm<Primitives = Self::Primitives>

Source

type NetworkPrimitives: NetPrimitivesFor<Self::Primitives>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§