We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.16.0
I have a repro here. Simply create a contract that has a function which returns an Option. And then generate the frontend types for the contract.
The generated type should contain information about the contained type such as struct fields etc. OptionOutput<bool | null>
The type generated is OptionOutput<[]>/
The text was updated successfully, but these errors were encountered:
camsjams
Successfully merging a pull request may close this issue.
What version of fuels-ts are you using?
0.16.0
Steps to Reproduce
I have a repro here.
Simply create a contract that has a function which returns an Option. And then generate the frontend types for the contract.
Expected Behavior
The generated type should contain information about the contained type such as struct fields etc. OptionOutput<bool | null>
Actual Behavior
The type generated is OptionOutput<[]>/
The text was updated successfully, but these errors were encountered: