pub type Client<B> = Client<B, LocalCallExecutor<Block, B, WasmExecutor>, Block, RuntimeApi>;
Expand description
Test client type with WasmExecutor
and generic Backend.
Aliased Type§
struct Client<B> { /* private fields */ }
pub type Client<B> = Client<B, LocalCallExecutor<Block, B, WasmExecutor>, Block, RuntimeApi>;
Test client type with WasmExecutor
and generic Backend.
struct Client<B> { /* private fields */ }