pallet_evm

Type Alias AccountIdOf

Source
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.