Module polkadot_runtime_parachains::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§
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.
Structs§
- Keeps tracks of information about all viable relay parents.
- Information about a relay parent.