referrerpolicy=no-referrer-when-downgrade

Type Alias Preclaims

Source
pub type Preclaims<T: Config> = StorageMap<_GeneratedPrefixForStoragePreclaims<T>, Identity, T::AccountId, EthereumAddress>;
Expand description

Pre-claimed Ethereum accounts, by the Account ID that they are claimed to.

Storage type is [StorageMap] with key type T :: AccountId and value type EthereumAddress.

Aliased Type§

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