referrerpolicy=no-referrer-when-downgrade

Type Alias 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 */ }