Expand description

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

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.
  • The pallet module in each FRAME pallet hosts the most important items needed to construct this pallet.

Structs§

Enums§

Constants§

Functions§

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

Type Aliases§