pub type TestClientBuilder<E, B> = TestClientBuilder<Block<Header<u64, BlakeTwo256>, UncheckedExtrinsic<CryptoBytes<sp_core::::sr25519::Public::{constant#0}, Sr25519PublicTag>, RuntimeCall, CryptoBytes<sp_core::::sr25519::Signature::{constant#0}, (SignatureTag, Sr25519Tag)>, (CheckNonce<Runtime>, CheckWeight<Runtime>, CheckSubstrateCall)>>, E, B, GenesisParameters>;
Expand description

A TestClient with test-runtime builder.

Aliased Type§

struct TestClientBuilder<E, B> { /* private fields */ }