pub type AllowedDefaultSharePriceEpoch<T> = StorageValue<_GeneratedPrefixForStorageAllowedDefaultSharePriceEpoch<T>, DomainEpoch, OptionQuery>;
Expand description
TODO: remove after all “missing-share-price” withdrawal is unlocked on Taurus Storage that hold a domain epoch, for epoch that happen before it, the share price may be missing due to https://github.com/autonomys/subspace/issues/3459, in this case, we use the current share price as the default.
Storage type is [StorageValue
] with value type DomainEpoch
.
Aliased Type§
struct AllowedDefaultSharePriceEpoch<T>(/* private fields */);