referrerpolicy=no-referrer-when-downgrade

Type Alias PristineCode

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

Aliased Type§

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