Type Definition pallet_fennel_identity::pallet::SignalCount
source · pub type SignalCount<T: Config> = StorageValue<_GeneratedPrefixForStorageSignalCount<T>, u32, ValueQuery, DefaultCurrent<T>>;
Expand description
Tracks the number of signals transmitted to the network.