referrerpolicy=no-referrer-when-downgrade

Crate substrate_test_runtime_client

source ·
Expand description

Client testing utilities.

Re-exports§

  • pub use substrate_test_runtime as runtime;

Modules§

  • Substrate Client and associated logic.
  • Client extension for tests.
  • A prelude to import in tests.
  • Client backend that is backed by a database.
  • A crate that provides means of executing/dispatching calls into the runtime.
  • Common utilities for building and using consensus engines in substrate.
  • tests that should hold for all implementations of certain traits. to test implementations without duplication.

Structs§

  • A producer of execution extensions for offchain calls.
  • Parameters of test-client builder with test-runtime.
  • Implement Longest Chain Select implementation where ‘longest’ is defined as the highest number of blocks
  • 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.
  • An abstraction over Wasm code executor. Supports selecting execution backend and manages runtime cache.

Enums§

Traits§

Functions§

Type Aliases§