pub type Ctypes<T> = StorageMap<_GeneratedPrefixForStorageCtypes<T>, Blake2_128Concat, CtypeHashOf<T>, CtypeEntryOf<T>>;
Expand description
CTypes stored on chain.
It maps from a CType hash to its creator and block number in which it was created.
Storage type is [StorageMap
] with key type CtypeHashOf < T >
and value type CtypeEntryOf < T >
.
Aliased Type§
struct Ctypes<T>(/* private fields */);