Type Definition pallet_timekeeping::TotalBlocksPerProject
source · [−]pub type TotalBlocksPerProject<T: Config> = StorageMap<_GeneratedPrefixForStorageTotalBlocksPerProject<T>, Blake2_128Concat, T::Hash, NumberOfBlocks>;
Expand description
This stores the total number of blocks (blocktime) for a given project. It collates all time by all team members.