Type Alias pallet_preimage::pallet::PreimageFor
source · pub(crate) type PreimageFor<T: Config> = StorageMap<_GeneratedPrefixForStoragePreimageFor<T>, Identity, (T::Hash, u32), BoundedVec<u8, ConstU32<MAX_SIZE>>>;
Expand description
Storage type is [StorageMap
] with key type (T :: Hash, u32)
and value type BoundedVec < u8, ConstU32 < MAX_SIZE > >
.
Aliased Type§
struct PreimageFor<T: Config>(PhantomData<(_GeneratedPrefixForStoragePreimageFor<T>, Identity, (<T as Config>::Hash, u32), BoundedVec<u8, ConstU32<4194304>>, OptionQuery, GetDefault, GetDefault)>);
Fields§
§0: PhantomData<(_GeneratedPrefixForStoragePreimageFor<T>, Identity, (<T as Config>::Hash, u32), BoundedVec<u8, ConstU32<4194304>>, OptionQuery, GetDefault, GetDefault)>