Type Alias pallet_distance::pallet::DidUpdate

source ·
pub(crate) type DidUpdate<T: Config> = StorageValue<_GeneratedPrefixForStorageDidUpdate<T>, bool, ValueQuery>;
Expand description

Did evaluation get updated in this block?

Storage type is [StorageValue] with value type bool.

Aliased Type§

struct DidUpdate<T: Config>(PhantomData<(_GeneratedPrefixForStorageDidUpdate<T>, bool, ValueQuery, GetDefault)>);

Fields§

§0: PhantomData<(_GeneratedPrefixForStorageDidUpdate<T>, bool, ValueQuery, GetDefault)>