pub type TestClientBuilder = TestClientBuilder<Block, Executor, FullBackend, GenesisParameters>;
Expand description
Test client builder for Polkadot.
Aliased Type§
struct TestClientBuilder { /* private fields */ }
Trait Implementations§
Source§impl TestClientBuilderExt for TestClientBuilder
impl TestClientBuilderExt for TestClientBuilder
Source§fn build_with_longest_chain(self) -> (Client, LongestChain)
fn build_with_longest_chain(self) -> (Client, LongestChain)
Build the test client and longest chain selector.