static Future<String> bech32FromB256String(String b256Address) { return fuels.FuelUtils.bech32FromB256String(b256Address); }