Type Alias polkadot_test_client::Client
pub type Client = Client<Backend<Block<Header<u32, BlakeTwo256>, OpaqueExtrinsic>>, LocalCallExecutor<Block<Header<u32, BlakeTwo256>, OpaqueExtrinsic>, Backend<Block<Header<u32, BlakeTwo256>, OpaqueExtrinsic>>, WasmExecutor<((HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions, HostFunctions), HostFunctions)>>, Block<Header<u32, BlakeTwo256>, OpaqueExtrinsic>, RuntimeApi>;
Expand description
The client type being used by the test service.
Aliased Type§
struct Client { /* private fields */ }
Trait Implementations§
source§impl InitPolkadotBlockBuilder for Client
impl InitPolkadotBlockBuilder for Client
source§fn init_polkadot_block_builder(&self) -> BlockBuilder<'_, Block, Client>
fn init_polkadot_block_builder(&self) -> BlockBuilder<'_, Block, Client>
Init a Polkadot specific block builder that works for the test runtime. Read more
source§fn init_polkadot_block_builder_at(
&self,
hash: <Block as BlockT>::Hash,
) -> BlockBuilder<'_, Block, Client>
fn init_polkadot_block_builder_at( &self, hash: <Block as BlockT>::Hash, ) -> BlockBuilder<'_, Block, Client>
Init a Polkadot specific block builder at a specific block that works for the test runtime. Read more