referrerpolicy=no-referrer-when-downgrade

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 DefaultTestClientBuilderExt for TestClientBuilder

source§

fn new() -> Self

Create new TestClientBuilder
source§

impl TestClientBuilderExt for TestClientBuilder

source§

fn build_with_longest_chain(self) -> (Client, LongestChain)

Build the test client and longest chain selector.
source§

fn build(self) -> Client

Build the test client.