pub type Epoch<T: Config> = StorageValue<_GeneratedPrefixForStorageEpoch<T>, T::Nonce, ValueQuery>;
Storage type is [StorageValue] with value type T :: Nonce.
StorageValue
T :: Nonce