Type Alias pallet_im_online::pallet::ReceivedHeartbeats
source · pub type ReceivedHeartbeats<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageReceivedHeartbeats<T>, Twox64Concat, SessionIndex, Twox64Concat, AuthIndex, bool>;
Expand description
For each session index, we keep a mapping of SessionIndex
and AuthIndex
.
Storage type is [StorageDoubleMap
] with key1 type SessionIndex, key2 type AuthIndex and value type bool.
Aliased Type§
struct ReceivedHeartbeats<T: Config>(PhantomData<(_GeneratedPrefixForStorageReceivedHeartbeats<T>, Twox64Concat, u32, Twox64Concat, u32, bool, OptionQuery, GetDefault, GetDefault)>);
Fields§
§0: PhantomData<(_GeneratedPrefixForStorageReceivedHeartbeats<T>, Twox64Concat, u32, Twox64Concat, u32, bool, OptionQuery, GetDefault, GetDefault)>