pub type FrozenDomains<T> = StorageValue<_GeneratedPrefixForStorageFrozenDomains<T>, BTreeSet<DomainId>, ValueQuery>;Expand description
Storage that hold a list of all frozen domains.
A frozen domain does not accept the bundles but does accept a fraud proof.
Storage type is [StorageValue] with value type BTreeSet < DomainId >.
Aliased Typeยง
pub struct FrozenDomains<T>(/* private fields */);