pub type Chunks<T> = StorageMap<_GeneratedPrefixForStorageChunks<T>, Twox64Concat, PageIndex, ChunksOf<T>, OptionQuery>;
Expand description
Paginated collection of static chunks used by the verifiable crypto.
Storage type is [StorageMap
] with key type PageIndex
and value type ChunksOf < T >
.
Aliased Type§
struct Chunks<T>(/* private fields */);