Skip to content
New issue

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

Support Fallback and Receive as special functions in sol-types #157

Open
prestwich opened this issue Jun 26, 2023 · 0 comments
Open

Support Fallback and Receive as special functions in sol-types #157

prestwich opened this issue Jun 26, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@prestwich
Copy link
Member

          I think this can be done in another PR, since we don't handle any type of function (constructor, fallback...) other than literally `function`

Originally posted by @DaniPopes in #153 (comment)

Similar to the way error & panic are included in the base lib, we should consider including fallback and receive as hard-coded types. This requires special handling, as they have no selector

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants