Type Alias pallet_domains::RuntimeRegistry

source ·
pub type RuntimeRegistry<T: Config> = StorageMap<_GeneratedPrefixForStorageRuntimeRegistry<T>, Identity, RuntimeId, RuntimeObject<BlockNumberFor<T>, T::Hash>, OptionQuery>;
Expand description

Storage type is [StorageMap] with key type RuntimeId and value type RuntimeObject < BlockNumberFor < T > , T :: Hash >.

Aliased Type§

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