Open arboleya opened 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_
storageSlots
variable from the Contract (e.g. MyTypegenContract.storageSlots
) to the Factory (e.g. MyTypegenContractFactory.storageSlots
). As it is only relevant for deployment purposes.
abi-typegen
into itabi/parser
public interface