pallet_timegraph::pallet

Type Alias Threshold

Source
pub type Threshold<T: Config> = StorageValue<_GeneratedPrefixForStorageThreshold<T>, BalanceOf<T>, ValueQuery, T::InitialThreshold>;
Expand description

Storage type is [StorageValue] with value type BalanceOf < T >.

Aliased Typeยง

struct Threshold<T: Config>(/* private fields */);