referrerpolicy=no-referrer-when-downgrade

Module shared

Source
Expand description

A pallet for any shared state that other pallets may want access to.

To avoid cyclic dependencies, it is important that this pallet is not dependent on any of the other pallets.

Re-exports§

pub use pallet::*;

Modules§

migration
pallet
The pallet module in each FRAME pallet hosts the most important items needed to construct this pallet.

Structs§

AllowedRelayParentsTracker
Keeps tracks of information about all viable relay parents.
RelayParentInfo
Information about a relay parent.