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

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