Type Alias parachains_common::impls::AccountIdOf
source · pub type AccountIdOf<T> = <T as Config>::AccountId;
Expand description
Type alias to conveniently refer to frame_system
’s Config::AccountId
.
pub type AccountIdOf<T> = <T as Config>::AccountId;
Type alias to conveniently refer to frame_system
’s Config::AccountId
.