Type Definition dock_runtime::offchain_signatures::ParamsCounter
source · pub type ParamsCounter<T> = StorageMap<_GeneratedPrefixForStorageParamsCounter<T>, Blake2_128Concat, SignatureParamsOwner, IncId, ValueQuery, GetDefault, GetDefault>;
Expand description
On adding new params, corresponding counter is increased by 1 but the counters don’t decrease on removal.