pub type EvmChainIds<T: Config> = StorageMap<_GeneratedPrefixForStorageEvmChainIds<T>, Identity, EVMChainId, DomainId, OptionQuery>;
Expand description
Stored the occupied evm chain id against a domain_id.
Storage type is [StorageMap
] with key type EVMChainId
and value type DomainId
.
Aliased Typeยง
pub struct EvmChainIds<T: Config>(/* private fields */);