factory SEP24FeeResponse.fromJson(Map<String, dynamic> json) => SEP24FeeResponse(convertDouble(json['fee']));