Type Alias pallet_preimage::migration::v0::PreimageFor

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

Aliased Type§

struct PreimageFor<T>(/* private fields */);