Type Alias OperatorBundleCountInEpoch

Source
pub type OperatorBundleCountInEpoch<T> = StorageMap<_GeneratedPrefixForStorageOperatorBundleCountInEpoch<T>, Identity, OperatorId, u64, ValueQuery>;
Expand description

Stores the number of bundles each operator submitted in a given epoch. Storage is cleared at the end of epoch.

Storage type is [StorageMap] with key type OperatorId and value type u64.

Aliased Typeยง

pub struct OperatorBundleCountInEpoch<T>(/* private fields */);