Future<double> decodeScale(int value, String assetType) async { final hash = await getBlindScale(assetType); return value / hash; }