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