FuelLabs / fuels-ts

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

Allow passing of `Uint8Array` for `Vec<u8>` in typegen #2784

Closed nedsalk closed 3 months ago

nedsalk commented 4 months ago

2018 added runtime support for passing an Uint8Array where Vec<u8> was expected but typegen doesn't have that support yet, which led to this problem.

nedsalk commented 3 months ago

Closing this as duplicate of #1553.

arboleya commented 3 months ago

I think you meant a duplicate of: