pub type AccountIdOf<T> = <T as Config>::AccountId;
Expand description

Type alias to conveniently refer to frame_system’s Config::AccountId.