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>(PhantomData<(_GeneratedPrefixForStorageNow<T>, <T as Config>::Moment, ValueQuery, GetDefault)>);
Fields§
§0: PhantomData<(_GeneratedPrefixForStorageNow<T>, <T as Config>::Moment, ValueQuery, GetDefault)>