pub type PreimageFor<T> = StorageMap<PreimageFor_Storage_Instance<T>, Identity, <T as Config>::Hash, BoundedVec<u8, ConstU32<MAX_SIZE>>>;

Aliased Type§

struct PreimageFor<T>(PhantomData<(PreimageFor_Storage_Instance<T>, Identity, <T as Config>::Hash, BoundedVec<u8, ConstU32<MAX_SIZE>>, OptionQuery, GetDefault, GetDefault)>);

Fields§

§0: PhantomData<(PreimageFor_Storage_Instance<T>, Identity, <T as Config>::Hash, BoundedVec<u8, ConstU32<MAX_SIZE>>, OptionQuery, GetDefault, GetDefault)>