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 */ }
pub type Client = TFullClient<NodeBlock, RuntimeApi, WasmExecutor<(SubstrateHostFunctions, HostFunctions)>>;
The client type being used by the test service.
struct Client { /* private fields */ }