I have a contract with getter get_max_abs_position_size that takes trades address and token assetId, after building abi I got two of those types that are equivalent to AssetId and Address in Rust SDK
export type AddressInput = { value: string };
export type AssetIdInput = { value: string };
cool, maybe you can provide me fuels version with a fix? It’s really blocking me atm, same way fix for typegen was done in “fuels”: “0.0.0-pr-1468-20231129113808”
Okay so given this error is of type Revert we know that it is happening inside the script call (something within the contract), we know that the AssetId encoding fix is working. So the above issue has been resolved and let’s deal with the issue with the contract in isolation, outside of this forum post.