You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing swayswap-demo has been a pain point as the returns are not strong typed but instead returning a any type. It's true for ContractId, Address, and custom structures.
Currently,
function
is only one supported.With more custom data types, abi of type
contract
with struct definitions will be added. https://github.com/FuelLabs/fuel-specs/blob/master/specs/protocol/abi.md#json-abi-formatImplement
contract
typeThe text was updated successfully, but these errors were encountered: