Type Alias pallet_distance::pallet::DidUpdate
source · pub(crate) type DidUpdate<T: Config> = StorageValue<_GeneratedPrefixForStorageDidUpdate<T>, bool, ValueQuery>;Expand description
Store if the evaluation was updated in this block.
Storage type is [StorageValue] with value type bool.
Aliased Type§
struct DidUpdate<T: Config>(/* private fields */);