pub type TimedOut<T: Config> = StorageValue<_GeneratedPrefixForStorageTimedOut<T>, Vec<AccountId>, ValueQuery>;
Expand description
Set of members that have not submitted a heartbeat within last period
Storage type is [StorageValue
] with value type Vec < AccountId >
.
Aliased Typeยง
struct TimedOut<T: Config>(/* private fields */);