referrerpolicy=no-referrer-when-downgrade

Module prelude

Source
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§

BlockBuilderBuilder
A builder for creating an instance of BlockBuilder.

Enums§

Sr25519Keyring
Set of test accounts.
WasmExecutionMethod
Specification of different methods of executing the runtime Wasm code.

Traits§

ClientBlockImportExt
Extension trait for a test client around block importing.
ClientExt
Extension trait for a test client.
HeaderBackend
Blockchain database header backend. Does not perform any validation.

Functions§

block_on
Run a future to completion on the current thread.