Type Alias pallet_recovery::pallet::Proxy

source ·
pub type Proxy<T: Config> = StorageMap<_GeneratedPrefixForStorageProxy<T>, Blake2_128Concat, T::AccountId, T::AccountId>;
Expand description

The list of allowed proxy accounts.

Map from the user who can access it to the recovered account.

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

Aliased Type§

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