pub type Allowlist<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageAllowlist<T>, Blake2_128Concat, Domain, Blake2_128Concat, DomainAddress, ()>;
Expand description

Storage that contains a limited number of whitelisted instances of deployed liquidity pools for a particular domain.

This can only be modified by an admin.

Storage type is [StorageDoubleMap] with key1 type Domain, key2 type DomainAddress and value type ().

Aliased Type§

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