Expand description
A prelude to import in tests.
Re-exports§
pub use super::BlockBuilderExt;
pub use super::DefaultTestClientBuilderExt;
pub use super::TestClientBuilderExt;
pub use super::Backend;
pub use super::ExecutorDispatch;
pub use super::TestClient;
pub use super::TestClientBuilder;
Structs§
- Block
Builder Builder - A builder for creating an instance of
BlockBuilder
.
Enums§
- Sr25519
Keyring - Set of test accounts.
- Wasm
Execution Method - Specification of different methods of executing the runtime Wasm code.
Traits§
- Client
Block Import Ext - Extension trait for a test client around block importing.
- Client
Ext - Extension trait for a test client.
- Header
Backend - Blockchain database header backend. Does not perform any validation.
Functions§
- block_
on - Run a future to completion on the current thread.