Crate substrate_test_client
source ·Expand description
Client testing utilities.
Re-exports§
pub use self::client_ext::ClientBlockImportExt;
pub use self::client_ext::ClientExt;
pub use sc_client_db;
pub use sc_executor;
pub use sp_consensus;
Modules§
- Substrate Client and associated logic.
- Client extension for tests.
Structs§
- Disk backend.
- A producer of execution extensions for offchain calls.
- A running RPC service that can perform in-memory RPC queries.
- An error for when the RPC call fails.
- The output of an RPC transaction.
- Struct containing data needed for a storage.
- Child trie storage data.
- A builder for creating a test client instance.
- An abstraction over Wasm code executor. Supports selecting execution backend and manages runtime cache.
Enums§
- Block data origin.
- Block pruning settings.
- Set of test accounts.
- Set of test accounts.
- Specification of different methods of executing the runtime Wasm code.
Traits§
- An extension trait for
BlockchainEvents
. - A genesis storage initialization trait.
- Something that generates, stores and provides access to secret keys.
- An extension trait for
RpcHandlers
.
Type Aliases§
- Known bad block hashes.
- Expected hashes of blocks at given heights.
- A shared pointer to a keystore implementation.