pub type Proxy<T> = StorageMap<Proxy_Storage_Instance<T>, Blake2_128Concat, <T as Config>::AccountId, <T as Config>::AccountId>;Expand description
Old storage: The list of allowed proxy accounts.
Map from the user who can access it to the recovered account.
Aliased Type§
pub struct Proxy<T>(/* private fields */);