Future<int> getBlindScale(String assetType) async { final result = await FbblApi.fbblGenerateNumericHash(input: assetType); return result.toInt(); }