pub type PristineCode<T> = StorageMap<PristineCode_Storage_Instance<T>, Identity, <T as Config>::Hash, Vec<u8>>;

Aliased Type§

struct PristineCode<T>(/* private fields */);