Type Alias pallet_domains::DomainSudoCalls

source ·
pub type DomainSudoCalls<T: Config> = StorageMap<_GeneratedPrefixForStorageDomainSudoCalls<T>, Identity, DomainId, DomainSudoCall, ValueQuery>;
Expand description

Temporary storage to hold the sudo calls meant for the Domains. Storage is cleared when there are any successful bundles in the next block. Only one sudo call is allowed per domain per consensus block.

Storage type is [StorageMap] with key type DomainId and value type DomainSudoCall.

Aliased Type§

struct DomainSudoCalls<T: Config>(/* private fields */);