static Future<String> b256FromBech32String(String bechAddress) { return _utils.b256FromBech32String(bechAddress).then(addHexPrefix); }