referrerpolicy=no-referrer-when-downgrade
pallet_preimage::pallet

Type Alias PreimageFor

Source
pub 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 */);