pub type EvaluationBlock<T: Config> = StorageValue<_GeneratedPrefixForStorageEvaluationBlock<T>, <T as Config>::Hash, ValueQuery>;
Expand description

The block at which the distance is evaluated.

Storage type is [StorageValue] with value type < T as frame_system :: Config > :: Hash.

Aliased Type§

struct EvaluationBlock<T: Config>(PhantomData<(_GeneratedPrefixForStorageEvaluationBlock<T>, <T as Config>::Hash, ValueQuery, GetDefault)>);

Fields§

§0: PhantomData<(_GeneratedPrefixForStorageEvaluationBlock<T>, <T as Config>::Hash, ValueQuery, GetDefault)>