Type Alias FullClient

Source
pub type FullClient<B, RA, HF> = TFullClient<B, RA, WasmExecutor<HF>>;
Expand description

Full client.

Aliased Typeยง

struct FullClient<B, RA, HF> { /* private fields */ }