Type Alias SkipBalanceChecks

Source
pub type SkipBalanceChecks<T> = StorageValue<_GeneratedPrefixForStorageSkipBalanceChecks<T>, BTreeSet<DomainId>, ValueQuery>;
Expand description

TODO: remove once https://github.com/autonomys/subspace/issues/3466 is resolved Storage that hold a list of all domains for which balance checks are ignored.

Storage type is [StorageValue] with value type BTreeSet < DomainId >.

Aliased Typeยง

struct SkipBalanceChecks<T>(/* private fields */);