Future<double> generateBlindScale(String assetType) async { final hash = await getBlindScale(assetType); return hash.toDouble(); }