pub type AccountIdOf<T> = <<T as Config>::AccountProvider as AccountProvider>::AccountId;Expand description
Utility alias for easy access to the AccountProvider::AccountId type from a given config.
pub type AccountIdOf<T> = <<T as Config>::AccountProvider as AccountProvider>::AccountId;Utility alias for easy access to the AccountProvider::AccountId type from a given config.