Type Alias cumulus_test_service::Client
source · pub type Client = TFullClient<NodeBlock, RuntimeApi, WasmExecutor<(SubstrateHostFunctions, HostFunctions)>>;
Expand description
The client type being used by the test service.
Aliased Type§
struct Client { /* private fields */ }