pub type SignalCount<T: Config> = StorageValue<_GeneratedPrefixForStorageSignalCount<T>, u32, ValueQuery, DefaultCurrent<T>>;
Expand description

Tracks the number of signals transmitted to the network.