referrerpolicy=no-referrer-when-downgrade

Type Alias TestClientBuilder

Source
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 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.