pub type ChunksOf<T> = BoundedVec<<<T as Config>::Crypto as GenerateVerifiable>::StaticChunk, <T as Config>::ChunkPageSize>;
struct ChunksOf<T>(/* private fields */);