Expand description
Pallet to handle parachain registration and related fund management.
In essence this is a simple wrapper around paras.
Registration is either local, with the deposit reserved here, or driven by a remote control
plane that holds the deposit itself — see the registrar_primitives::ParachainRegistrar
impl.
Re-exports§
pub use pallet::*;
Modules§
- migration
- pallet
- The
palletmodule in each FRAME pallet hosts the most important items needed to construct this pallet.