pub type ProjectTimeRecordsHashList<T: Config> = StorageMap<_GeneratedPrefixForStorageProjectTimeRecordsHashList<T>, Blake2_128Concat, T::Hash, Vec<T::Hash>>;
Expand description

All the time records for a given project.

Unbounded! TODO