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>(/* private fields */);