Type Definition substrate_test_runtime_client::Client [−][src]
type Client<B> = Client<B, LocalCallExecutor<Block, B, NativeExecutor<LocalExecutor>>, Block, RuntimeApi>;
Expand description
Test client type with LocalExecutor
and generic Backend.