Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore!: remove Bech32 address #3493

Merged
merged 9 commits into from
Jan 2, 2025
Prev Previous commit
Next Next commit
Update apps/docs/src/guide/types/address.md
Co-authored-by: Daniel Bate <djbate23@gmail.com>
  • Loading branch information
petertonysmith94 and danielbate authored Jan 2, 2025
commit 72eced5d04a5f9d9765eba7c7c191dfb74a0d918
2 changes: 1 addition & 1 deletion apps/docs/src/guide/types/address.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Besides conforming to the interface of the [`AbstractAddress`](https://fuels-ts-

Thanks to the utility functions provided by the [`AbstractAddress`](https://fuels-ts-docs-api.vercel.app/classes/_fuel_ts_interfaces.AbstractAddress.html) class, there are several ways to create an [`Address`](https://fuels-ts-docs-api.vercel.app/classes/_fuel_ts_address.Address.html) instance:

### From a 256-bit Address
### From a b256 address

To create an [`Address`](https://fuels-ts-docs-api.vercel.app/classes/_fuel_ts_address.Address.html) from a 256-bit address, use the following code snippet:

Expand Down
Loading