Type Definition pallet_timestamp::pallet::Now
source · pub type Now<T: Config> = StorageValue<_GeneratedPrefixForStorageNow<T>, T::Moment, ValueQuery>;
Expand description
Current time for the current block.
pub type Now<T: Config> = StorageValue<_GeneratedPrefixForStorageNow<T>, T::Moment, ValueQuery>;
Current time for the current block.