Type Alias substrate_test_runtime_client::Client
source · 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 */ }