Crate kestrel_runtime

source ·
Expand description

The KILT runtime. This can be compiled with #[no_std], ready for Wasm.

Re-exports

Modules

  • Opaque types. These are used by the CLI to instantiate machinery that don’t need to know the specifics of the runtime. They can then be made to be agnostic over specific formats of data like extrinsics, allowing for them to continue syncing the network through upgrades to even the core data structures.

Macros

  • Calls add_benchmark with all configs from define_benchmarks and passes the first two parameters on.
  • Calls list_benchmark with all configs from define_benchmarks and passes the first two parameters on.

Structs

Enums

Constants

Traits

Functions

  • The version information used to identify this runtime when compiled natively.

Type Aliases