pub type EvmDomainContractCreationAllowedByCalls<T: Config> = StorageMap<_GeneratedPrefixForStorageEvmDomainContractCreationAllowedByCalls<T>, Identity, DomainId, EvmDomainContractCreationAllowedByCall, ValueQuery>;
Expand description
Temporary storage to hold the “set contract creation allowed by” calls meant for EVM Domains.
Storage is cleared when there are any successful bundles in the next block. Only one of these calls is allowed per domain per consensus block.
Storage type is [StorageMap
] with key type DomainId
and value type EvmDomainContractCreationAllowedByCall
.
Aliased Type§
struct EvmDomainContractCreationAllowedByCalls<T: Config>(/* private fields */);