Trait TestClientBuilderExt
Other items innode_testing::client
pub trait TestClientBuilderExt: Sized { fn new() -> Self; fn build(self) -> Client; }
A test-runtime extensions to TestClientBuilder.
test-runtime
TestClientBuilder
fn new() -> Self
Create test client builder.
fn build(self) -> Client
Build the test client.
impl TestClientBuilderExt for TestClientBuilder<Block, LocalCallExecutor<Block, Backend, Executor>, Backend, GenesisParameters>