pub type PreimageFor = BoundedVec<u8>;

Aliased Type§

struct PreimageFor(pub Vec<u8>);

Fields§

§0: Vec<u8>