Type Definition substrate_test_runtime_client::TestClientBuilder[][src]

type TestClientBuilder<E, B> = TestClientBuilder<Block, E, B, GenesisParameters>;
Expand description

A TestClient with test-runtime builder.

Trait Implementations

Create new TestClientBuilder

Returns a mutable reference to the genesis parameters.

Build the test client and longest chain selector.

Build the test client and the backend.

Set changes trie configuration for genesis.

Override the default value for Wasm heap pages.

Add an extra value into the genesis storage. Read more

Add an extra child value into the genesis storage. Read more

Build the test client.