pallet_members::pallet

Type Alias Heartbeat

Source
pub type Heartbeat<T: Config> = StorageMap<_GeneratedPrefixForStorageHeartbeat<T>, Blake2_128Concat, AccountId, (), OptionQuery>;
Expand description

Get whether member submitted heartbeat within last period

Storage type is [StorageMap] with key type AccountId and value type ().

Aliased Typeยง

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