b256FromBech32String static method

Future<String> b256FromBech32String(
  1. String bechAddress
)

Implementation

static Future<String> b256FromBech32String(String bechAddress) {
  return fuels.FuelUtils.b256FromBech32String(bechAddress);
}