Future<bool> checkAddressFormat(String address, int ss58) async { return service.checkAddressFormat(address, ss58); }