Type Alias cumulus_test_client::TestClientBuilder
source · pub type TestClientBuilder = TestClientBuilder<Block, Executor, Backend, GenesisParameters>;
Expand description
Test client builder for Cumulus
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.