Future<List?> getPubKeyIconsMap(List<String?> pubKeys) async { return await serviceRoot.account.getPubKeyIcons(pubKeys); }