referrerpolicy=no-referrer-when-downgrade

Type Alias cumulus_test_runtime::Now

source ·
pub type Now<T>
where T: Config,
= StorageValue<_GeneratedPrefixForStorageNow<T>, <T as Config>::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>(/* private fields */)
where
    T: Config;