pub type FullClient<B, RA, HF> = TFullClient<B, RA, WasmExecutor<HF>>;
Full client.
struct FullClient<B, RA, HF> { /* private fields */ }