Type Definition polkadot_runtime_common::paras_registrar::pallet::Paras
source · pub type Paras<T: Config> = StorageMap<_GeneratedPrefixForStorageParas<T>, Twox64Concat, ParaId, ParaInfo<T::AccountId, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>>;
Expand description
Amount held on deposit for each para and the original depositor.
The given account ID is responsible for registering the code and initial head data, but may only do so if it isn’t yet registered. (After that, it’s up to governance to do so.)