Module node_testing::client
source · Expand description
Utilities to build a TestClient
for kitchensink-runtime
.
Modules§
- Re-export test-client utilities. Substrate Client and associated logic.
- Re-export test-client utilities. Client extension for tests.
- Re-export test-client utilities. Client backend that is backed by a database.
- Re-export test-client utilities. A crate that provides means of executing/dispatching calls into the runtime.
- Re-export test-client utilities. Common utilities for building and using consensus engines in substrate.
Structs§
- Re-export test-client utilities. A producer of execution extensions for offchain calls.
- Genesis configuration parameters for
TestClient
. - Re-export test-client utilities. A running RPC service that can perform in-memory RPC queries.
- Re-export test-client utilities. An error for when the RPC call fails.
- Re-export test-client utilities. The output of an RPC transaction.
- Re-export test-client utilities. Struct containing data needed for a storage.
- Re-export test-client utilities. Child trie storage data.
- Re-export test-client utilities. A builder for creating a test client instance.
- Re-export test-client utilities. An abstraction over Wasm code executor. Supports selecting execution backend and manages runtime cache.
Enums§
- Re-export test-client utilities. Block data origin.
- Re-export test-client utilities. Block pruning settings.
- Re-export test-client utilities. Set of test accounts.
- Re-export test-client utilities. Set of test accounts.
- Re-export test-client utilities. Specification of different methods of executing the runtime Wasm code.
Traits§
- Re-export test-client utilities. An extension trait for
BlockchainEvents
. - Re-export test-client utilities. Extension trait for a test client around block importing.
- Re-export test-client utilities. Extension trait for a test client.
- Re-export test-client utilities. A genesis storage initialization trait.
- Re-export test-client utilities. Something that generates, stores and provides access to secret keys.
- Re-export test-client utilities. An extension trait for
RpcHandlers
. - A
test-runtime
extensions toTestClientBuilder
.
Type Aliases§
- Default backend type.
- Re-export test-client utilities. Known bad block hashes.
- Test client type.
- Re-export test-client utilities. Expected hashes of blocks at given heights.
- Re-export test-client utilities. A shared pointer to a keystore implementation.