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
It's desirable to be able to export types from a contract that have been defined in another crate or contract.
See discussions about doing that here:
Ideally a way to use a type in a contract functions interface, where that type is defined in another crate or another contract.
A manual way to redefine the same type, as a type-alias of sorts, and somehow adopt the structure of the type defined elsewhere and be compatible.
The text was updated successfully, but these errors were encountered:
This issue is similar and related to:
Sorry, something went wrong.
No branches or pull requests
What problem does your feature solve?
It's desirable to be able to export types from a contract that have been defined in another crate or contract.
See discussions about doing that here:
What would you like to see?
Ideally a way to use a type in a contract functions interface, where that type is defined in another crate or another contract.
What alternatives are there?
A manual way to redefine the same type, as a type-alias of sorts, and somehow adopt the structure of the type defined elsewhere and be compatible.
The text was updated successfully, but these errors were encountered: