Type Alias pallet_timestamp::pallet::Now

source ·
pub type Now<T: Config> = StorageValue<_GeneratedPrefixForStorageNow<T>, T::Moment, ValueQuery>;
Expand description

The current time for the current block.

Storage type is [StorageValue] with value type T :: Moment.

Aliased Type§

struct Now<T: Config>(/* private fields */);