referrerpolicy=no-referrer-when-downgrade

Crate cumulus_test_client

source ·
Expand description

A Cumulus test client.

Re-exports§

  • pub use cumulus_test_runtime as runtime;

Modules§

  • Substrate Client and associated logic.
  • Client extension for 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.

Structs§

Enums§

Traits§

Functions§

  • Generate an extrinsic from the provided function call, origin and Client.
  • Create a signed extrinsic from a runtime call and sign with the given key pair.
  • Create an unsigned extrinsic from a runtime call.
  • Given parachain block data and a slot, seal the block with an aura seal. Assumes that the authorities of the test runtime are present in the keyring.
  • Transfer some token from one account to another using a provided test Client.
  • Call validate_block in the given wasm_blob.

Type Aliases§