pub type LenientThreshold<T: Config> = StorageValue<_GeneratedPrefixForStorageLenientThreshold<T>, Perquintill, ValueQuery, DefaultLenientThreshold>;
Expand description

Storage type is [StorageValue] with value type Perquintill.

Aliased Type§

struct LenientThreshold<T: Config>(PhantomData<(_GeneratedPrefixForStorageLenientThreshold<T>, Perquintill, ValueQuery, DefaultLenientThreshold)>);

Fields§

§0: PhantomData<(_GeneratedPrefixForStorageLenientThreshold<T>, Perquintill, ValueQuery, DefaultLenientThreshold)>