core icon indicating copy to clipboard operation
core copied to clipboard

Support Fallback and Receive as special functions in sol-types

Open prestwich opened this issue 2 years ago • 0 comments

          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 https://github.com/alloy-rs/core/pull/153#discussion_r1242571988

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

prestwich avatar Jun 26 '23 20:06 prestwich