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.
Storage type is StorageValue
with value type T :: Moment
.