pub type OperatorEpochSharePrice<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageOperatorEpochSharePrice<T>, Identity, OperatorId, Identity, DomainEpoch, SharePrice, OptionQuery>;
Expand description
Share price for the operator pool at the end of Domain epoch.
Storage type is [StorageDoubleMap
] with key1 type OperatorId, key2 type DomainEpoch and value type SharePrice.
Aliased Typeยง
struct OperatorEpochSharePrice<T: Config>(/* private fields */);