FuelLabs / fuels-ts

Fuel Network Typescript SDK
https://docs.fuel.network/docs/fuels-ts/
Apache License 2.0
44.06k stars 1.34k forks source link

Abi - Refactor / Gen #3032

Open arboleya opened 2 months ago

arboleya commented 2 months ago
petertonysmith94 commented 2 months ago

We should rethink the need for the Vec helper type as it's essentially the same as Array<T> or T[].

_Originally posted by @nedsalk in https://github.com/FuelLabs/fuels-ts/pull/3046#discussion_r1740358518_

petertonysmith94 commented 1 month ago