Crate shell_runtime

source ·
Expand description

§Shell Runtime

The Shell runtime defines a minimal parachain. It can listen for a downward message authorizing an upgrade into another parachain.

Generally (so far) only used as the first parachain on a Relay.

Modules§

Macros§

Structs§

Enums§

Constants§

Traits§

  • Complex storage builder stuff.
  • A trait that is able to provide randomness.
  • A trait for working with macro-generated storage values under the substrate storage API.

Functions§

Type Aliases§

Attribute Macros§

  • This attribute can be used to derive a full implementation of a trait based on a local partial impl and an external impl containing defaults that can be overridden in the local impl.