pub type Keys<T: Config> = StorageValue<_GeneratedPrefixForStorageKeys<T>, WeakBoundedVec<T::AuthorityId, T::MaxKeys>, ValueQuery>;Expand description
The current set of keys that may issue a heartbeat.
Storage type is [StorageValue] with value type WeakBoundedVec < T :: AuthorityId, T :: MaxKeys >.
Aliased Type§
struct Keys<T: Config>(/* private fields */);