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 */);