pub type HostConfiguration<T: Config> = StorageValue<_GeneratedPrefixForStorageHostConfiguration<T>, AbridgedHostConfiguration>;
Expand description

The parachain host configuration that was obtained from the relay parent.

This field is meant to be updated each block with the validation data inherent. Therefore, before processing of the inherent, e.g. in on_initialize this data may be stale.

This data is also absent from the genesis.

Storage type is [StorageValue] with value type AbridgedHostConfiguration.

Aliased Type§

struct HostConfiguration<T: Config>(/* private fields */);